Skip to content

Commit

Permalink
migrate to customProperties and fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
revilowaldow committed Sep 17, 2023
1 parent 0030801 commit f8f898e
Show file tree
Hide file tree
Showing 49 changed files with 51,310 additions and 51,224 deletions.
2 changes: 1 addition & 1 deletion adventure/JVC Parry; Call from the Deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -21553,7 +21553,7 @@
"type": "SHP",
"rarity": "unknown (magic)",
"name": "Dreadcutter",
"attunement": true,
"reqAttune": true,
"vehSpeed": 3,
"crew": 30,
"capCargo": 50,
Expand Down
45 changes: 23 additions & 22 deletions book/2CGaming; Total Party Kill Bestiary - Vol. 1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6200,6 +6200,27 @@
]
}
],
"baseitem": [
{
"name": "Talwar",
"source": "TPK",
"page": 215,
"type": "M",
"rarity": "none",
"value": 100000,
"weight": 1,
"weaponCategory": "martial",
"dmg1": "1d8",
"dmgType": "S",
"range": "20/40",
"property": [
"F",
"L",
"T"
],
"entries": []
}
],
"item": [
{
"name": "Elixir of Animalia",
Expand Down Expand Up @@ -6789,7 +6810,7 @@
"page": 200,
"type": "MA",
"rarity": "legendary",
"bonusAC": "+2",
"bonusAc": "+2",
"charges": 1,
"recharge": "restLong",
"resist": [
Expand All @@ -6811,26 +6832,6 @@
}
}
},
{
"name": "Talwar",
"source": "TPK",
"page": 215,
"type": "M",
"rarity": "none",
"value": 100000,
"weight": 1,
"weaponCategory": "martial",
"dmg1": "1d8",
"dmgType": "S",
"range": "20/40",
"property": [
"F",
"L",
"T"
],
"basic": true,
"entries": []
},
{
"name": "Tainted Edge",
"source": "TPK",
Expand Down Expand Up @@ -6910,7 +6911,7 @@
"page": 241,
"type": "S",
"rarity": "legendary",
"bonusAC": "+2",
"bonusAc": "+2",
"tier": "major",
"reqAttune": true,
"ac": 2,
Expand Down
4 changes: 0 additions & 4 deletions book/Ghostfire Gaming; Grim Hollow Player's Guide.json
Original file line number Diff line number Diff line change
Expand Up @@ -22384,7 +22384,6 @@
],
"dmg1": "1d4",
"dmgType": "B",
"whip": true,
"weapon": true
},
{
Expand All @@ -22408,7 +22407,6 @@
],
"dmg1": "1d6",
"dmgType": "S",
"whip": true,
"weapon": true
},
{
Expand All @@ -22433,7 +22431,6 @@
],
"dmg1": "1d4",
"dmgType": "B",
"whip": true,
"weapon": true
},
{
Expand All @@ -22458,7 +22455,6 @@
],
"dmg1": "1d4",
"dmgType": "B",
"whip": true,
"weapon": true
},
{
Expand Down
18 changes: 12 additions & 6 deletions class/Aron; Demi-Dragon.json
Original file line number Diff line number Diff line change
Expand Up @@ -5625,8 +5625,10 @@
"wondrous": true,
"bonusSpellAttack": "+1",
"bonusSpellSaveDc": "+1",
"bonusDragon SparkAttack": "+1",
"bonusDragon SparkDc": "+1",
"customProperties": {
"bonusDragon SparkAttack": "+1",
"bonusDragon SparkDc": "+1"
},
"focus": true,
"entries": [
"While you are wearing this ornate ruby-red jewelry, you can use it as a spellcasting focus for any spells you have, and you gain a +1 bonus to Dragon Spark attack rolls and to the saving throw DC of your Dragon Spark features, as well as to spells.",
Expand All @@ -5646,8 +5648,10 @@
"wondrous": true,
"bonusSpellAttack": "+2",
"bonusSpellSaveDc": "+2",
"bonusDragon SparkAttack": "+2",
"bonusDragon SparkDc": "+2",
"customProperties": {
"bonusDragon SparkAttack": "+2",
"bonusDragon SparkDc": "+2"
},
"focus": true,
"entries": [
"While you are wearing this ornate ruby-red jewelry, you can use it as a spellcasting focus for any spells you have, and you gain a +2 bonus to Dragon Spark attack rolls and to the saving throw DC of your Dragon Spark features, as well as to spells.",
Expand All @@ -5667,8 +5671,10 @@
"wondrous": true,
"bonusSpellAttack": "+3",
"bonusSpellSaveDc": "+3",
"bonusDragon SparkAttack": "+3",
"bonusDragon SparkDc": "+3",
"customProperties": {
"bonusDragon SparkAttack": "+3",
"bonusDragon SparkDc": "+3"
},
"focus": true,
"entries": [
"While you are wearing this ornate ruby-red jewelry, you can use it as a spellcasting focus for any spells you have, and you gain a +3 bonus to Dragon Spark attack rolls and to the saving throw DC of your Dragon Spark features, as well as to spells.",
Expand Down
20 changes: 14 additions & 6 deletions class/Heavyarms; Gunslinger.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
]
}
],
"template": "{{prop_name}} ({{item.kick}})"
"template": "{{prop_name}} ({{item.customProperties.kick}})"
},
{
"abbreviation": "PO",
Expand All @@ -77,7 +77,7 @@
"type": "entries",
"name": "Pocket",
"entries": [
"You have advantage on Dexterity(Sleight of Hand) check to conceal this weapon."
"You have advantage on Dexterity ({@skill Sleight of Hand}) check to conceal this weapon."
]
}
]
Expand Down Expand Up @@ -149,7 +149,9 @@
"reload": 6,
"firearm": true,
"ammoType": "{@item Rounds|HA:GS}",
"kick": 12
"customProperties": {
"kick": 12
}
},
{
"name": "Pistol, sidearm",
Expand Down Expand Up @@ -246,7 +248,9 @@
"reload": 2,
"firearm": true,
"ammoType": "{@item Shotshells|HA:GS}",
"kick": 14
"customProperties": {
"kick": 14
}
},
{
"name": "Ace Of Spaces",
Expand Down Expand Up @@ -277,7 +281,9 @@
"reload": 6,
"firearm": true,
"ammoType": "{@item Rounds|HA:GS}",
"kick": 12
"customProperties": {
"kick": 12
}
},
{
"name": "Lawgiver",
Expand Down Expand Up @@ -307,7 +313,9 @@
"reload": 6,
"firearm": true,
"ammoType": "{@item Rounds|HA:GS}",
"kick": 12
"customProperties": {
"kick": 12
}
},
{
"name": "Little Rascal",
Expand Down
Loading

0 comments on commit f8f898e

Please sign in to comment.