-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from TheGiddyLimit/feature/more-items-conversion
- Loading branch information
Showing
13 changed files
with
732 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"classFeature":{"PHB":{"Rogue":{"3":{"TCE":{"Steady Aim":0}}}}},"feat":{"PHB":{"Heavy Armor Master":1,"War Caster":1}},"item":{"DMG":{"Sentinel Shield":2}},"optionalfeature":{"TCE":{"Fire Rune":3}},"raceFeature":{"GiddyRace":{"Awakened Skeleton":{"GiddyRace":{"Skeletal":4}}}},"spell":{"GiddySpell":{"Collapse Astronomical Body":5,"Create Void":5},"WJMAiS":{"Hold Helm":6},"PHB":{"Blade Ward":7,"Heroism":7,"Hold Person":7,"Tongues":7,"True Strike":7},"TCE":{"Mind Sliver":7},"SCC":{"Silvery Barbs":7},"XGE":{"Toll the Dead":7}},"subclassFeature":{"PHB":{"Wizard":{"TCE":{"Bladesinging":{"2":{"TCE":{"Bladesong":8}}}}}}},"_file":{"0":"classFeature/__core.json","1":"feat/__core.json","2":"item/__core.json","3":"optionalfeature/__core.json","4":"raceFeature/GiddyRace.json","5":"spell/GiddySpell.json","6":"spell/WJMAiS.json","7":"spell/__core.json","8":"subclassFeature/__core.json"}} | ||
{"classFeature":{"PHB":{"Monk":{"2":{"PHB":{"Patient Defense":0}},"18":{"PHB":{"Empty Body":0}}},"Barbarian":{"1":{"PHB":{"Rage":0}}},"Rogue":{"3":{"TCE":{"Steady Aim":0}}}}},"feat":{"PHB":{"Heavy Armor Master":1,"Inspiring Leader":1,"War Caster":1}},"item":{"DMG":{"Sentinel Shield":2}},"optionalfeature":{"TCE":{"Fire Rune":3}},"raceFeature":{"GiddyRace":{"Awakened Skeleton":{"GiddyRace":{"Skeletal":4}}},"PHB":{"Elf":{"PHB":{"Fey Ancestry":5}}}},"spell":{"GiddySpell":{"Collapse Astronomical Body":6,"Create Void":6},"WJMAiS":{"Hold Helm":7},"PHB":{"Aura of Purity":8,"Bane":8,"Barkskin":8,"Beacon of Hope":8,"Blade Ward":8,"Bless":8,"Blur":8,"Darkvision":8,"Fly":8,"Greater Invisibility":8,"Haste":8,"Heroism":8,"Hold Person":8,"Invisibility":8,"Sanctuary":8,"Tongues":8,"True Strike":8,"Vicious Mockery":8},"XGE":{"Frostbite":8,"Toll the Dead":8},"TCE":{"Mind Sliver":8,"Tasha's Caustic Brew":8},"SCC":{"Silvery Barbs":8}},"subclassFeature":{"PHB":{"Wizard":{"TCE":{"Bladesinging":{"2":{"TCE":{"Bladesong":9}}}}}}},"_file":{"0":"classFeature/__core.json","1":"feat/__core.json","2":"item/__core.json","3":"optionalfeature/__core.json","4":"raceFeature/GiddyRace.json","5":"raceFeature/__core.json","6":"spell/GiddySpell.json","7":"spell/WJMAiS.json","8":"spell/__core.json","9":"subclassFeature/__core.json"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"raceFeature": [ | ||
{ | ||
"name": "Fey Ancestry", | ||
"source": "PHB", | ||
"raceName": "Elf", | ||
"raceSource": "PHB", | ||
"effects": [ | ||
{ | ||
"changes": [ | ||
{ | ||
"key": "data.traits.ci.value", | ||
"mode": "ADD", | ||
"value": "unconscious", | ||
"priority": "20" | ||
} | ||
], | ||
"transfer": true | ||
} | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.