TikaelSol / PF2e-Animal-Companions

A module for Foundry VTT that helps automate PF2e companions like animal companions and eidolons.
Apache License 2.0
8 stars 13 forks source link

Specialized Racer wrong label #62

Closed sambomb closed 1 year ago

sambomb commented 1 year ago

Checking the rule: {"adjustName":false,"choices":[{"label":"PF2E.SpeedTypesLand","value":"land"},{"label":"PF2E.SpeedTypesSwim","value":"swim"},{"label":"PF2E.SpeedTypesSwim","value":"fly"}],"flag":"racerSpeedBonus","key":"ChoiceSet","prompt":"PF2E.UI.RuleElements.ChoiceSet.Prompt","selection":"land"}

The correct rule should be: {"adjustName":false,"choices":[{"label":"PF2E.SpeedTypesLand","value":"land"},{"label":"PF2E.SpeedTypesSwim","value":"swim"},{"label":"PF2E.SpeedTypesFly","value":"fly"}],"flag":"racerSpeedBonus","key":"ChoiceSet","prompt":"PF2E.UI.RuleElements.ChoiceSet.Prompt","selection":"land"}

image