diff --git a/packs/_source/ancestries/draken.json b/packs/_source/ancestries/draken.json index 6d75943..d5c7502 100755 --- a/packs/_source/ancestries/draken.json +++ b/packs/_source/ancestries/draken.json @@ -23,5 +23,5 @@ } ] }, - "reviewed": false + "reviewed": true } diff --git a/packs/_source/ancestries/dwarf.json b/packs/_source/ancestries/dwarf.json index 4b74ffd..153013e 100755 --- a/packs/_source/ancestries/dwarf.json +++ b/packs/_source/ancestries/dwarf.json @@ -27,16 +27,16 @@ }, { "name": "Tough", - "description": "
You gain +3 additional maximum HP.
", + "description": "You gain additional maximum HP equal to your Level.
", "changes": [ { "key": "system.resources.hp.bonus", "mode": 2, - "value": "3" + "value": "@level" } ] } ] }, - "reviewed": false + "reviewed": true } diff --git a/packs/_source/ancestries/elf.json b/packs/_source/ancestries/elf.json index 6b35e08..45bc4aa 100755 --- a/packs/_source/ancestries/elf.json +++ b/packs/_source/ancestries/elf.json @@ -23,5 +23,5 @@ } ] }, - "reviewed": false + "reviewed": true } diff --git a/packs/_source/ancestries/goblin.json b/packs/_source/ancestries/goblin.json index c8effb9..20c81a2 100755 --- a/packs/_source/ancestries/goblin.json +++ b/packs/_source/ancestries/goblin.json @@ -23,5 +23,5 @@ } ] }, - "reviewed": false + "reviewed": true } diff --git a/packs/_source/ancestries/halfling.json b/packs/_source/ancestries/halfling.json index e3d5c63..34bdc80 100755 --- a/packs/_source/ancestries/halfling.json +++ b/packs/_source/ancestries/halfling.json @@ -23,5 +23,5 @@ } ] }, - "reviewed": false + "reviewed": true } diff --git a/packs/_source/ancestries/human.json b/packs/_source/ancestries/human.json index e3db0e3..f40ec26 100755 --- a/packs/_source/ancestries/human.json +++ b/packs/_source/ancestries/human.json @@ -19,5 +19,5 @@ } ] }, - "reviewed": false + "reviewed": true } diff --git a/packs/_source/ancestries/orc.json b/packs/_source/ancestries/orc.json index 3b4dd19..f360704 100755 --- a/packs/_source/ancestries/orc.json +++ b/packs/_source/ancestries/orc.json @@ -23,5 +23,5 @@ } ] }, - "reviewed": false + "reviewed": true } diff --git a/packs/_source/perks/sharpshooter.json b/packs/_source/perks/sharpshooter.json index 6938b6a..9ef5444 100644 --- a/packs/_source/perks/sharpshooter.json +++ b/packs/_source/perks/sharpshooter.json @@ -4,12 +4,12 @@ "type": "perk", "img": "icons/svg/target.svg", "system": { - "description": "You have trained extensively with ranged weapons. Your ranged attacks deal +1 damage.
", + "description": "You can skip your Move to reduce the roll you need to Crit on a Ranged attack this Turn by 1.
", "prerequisites": { "stats": { "might": null, - "dexterity": 4, - "awareness": null, + "dexterity": null, + "awareness": 7, "reason": null, "presence": null, "luck": null @@ -17,16 +17,10 @@ "trainedSkills": ["ranged"], "spells": [], "perks": [], - "custom": "Ranged Training" + "custom": "" }, - "changes": [ - { - "key": "system.attacks.ranged.damageBonus", - "mode": 2, - "value": "1" - } - ], - "passive": true, + "changes": [], + "passive": false, "uses": { "value": 0, "max": 0, @@ -37,9 +31,9 @@ "isRitual": false, "ritualDuration": 0, "ritualComponents": "", - "tags": ["combat", "ranged", "training"] + "tags": ["combat", "ranged"] }, "effects": [], "_key": "!items!vagabondPerkSharpshooter", - "reviewed": false + "reviewed": true } diff --git a/packs/_source/perks/situational-awareness.json b/packs/_source/perks/situational-awareness.json index a9c76d7..eed5375 100644 --- a/packs/_source/perks/situational-awareness.json +++ b/packs/_source/perks/situational-awareness.json @@ -4,7 +4,7 @@ "type": "perk", "img": "icons/svg/eye.svg", "system": { - "description": "You are always alert to danger. You cannot be Surprised, and you have Favor on Initiative rolls.
", + "description": "You have Favor on Checks against surprise, and being flanked doesn't Hinder your Saves.
", "prerequisites": { "stats": { "might": null, @@ -14,7 +14,7 @@ "presence": null, "luck": null }, - "trainedSkills": [], + "trainedSkills": ["detect"], "spells": [], "perks": [], "custom": "" @@ -35,5 +35,5 @@ }, "effects": [], "_key": "!items!vagabondPerkSituationalAwareness", - "reviewed": false + "reviewed": true } diff --git a/packs/_source/perks/tough.json b/packs/_source/perks/tough.json index b222015..7559b53 100644 --- a/packs/_source/perks/tough.json +++ b/packs/_source/perks/tough.json @@ -4,10 +4,10 @@ "type": "perk", "img": "icons/svg/shield.svg", "system": { - "description": "Your body is hardened through training or natural resilience. You gain +5 maximum HP.
", + "description": "Your Max HP increases by an amount equal to your current Level, and increases by 1 additional point each time you gain a Level. You can take this Perk multiple times.
", "prerequisites": { "stats": { - "might": 4, + "might": 7, "dexterity": null, "awareness": null, "reason": null, @@ -23,7 +23,7 @@ { "key": "system.resources.hp.bonus", "mode": 2, - "value": "5" + "value": "@level" } ], "passive": true, @@ -41,5 +41,5 @@ }, "effects": [], "_key": "!items!vagabondPerkTough", - "reviewed": false + "reviewed": true } diff --git a/packs/_source/perks/weapon-mastery.json b/packs/_source/perks/weapon-mastery.json deleted file mode 100644 index 4758edc..0000000 --- a/packs/_source/perks/weapon-mastery.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "_id": "vagabondPerkWeaponMastery", - "name": "Weapon Mastery", - "type": "perk", - "img": "icons/svg/sword.svg", - "system": { - "description": "You have trained extensively with melee weapons. Your melee attacks deal +1 damage.
", - "prerequisites": { - "stats": { - "might": 4, - "dexterity": null, - "awareness": null, - "reason": null, - "presence": null, - "luck": null - }, - "trainedSkills": ["melee"], - "spells": [], - "perks": [], - "custom": "Melee Training" - }, - "changes": [ - { - "key": "system.attacks.melee.damageBonus", - "mode": 2, - "value": "1" - } - ], - "passive": true, - "uses": { - "value": 0, - "max": 0, - "per": "" - }, - "luckCost": 0, - "grantsLuck": 0, - "isRitual": false, - "ritualDuration": 0, - "ritualComponents": "", - "tags": ["combat", "melee", "training"] - }, - "effects": [], - "_key": "!items!vagabondPerkWeaponMastery", - "reviewed": false -}