|
From: JIRA (f. V. ) <ji...@pc...> - 2023-03-29 15:22:56
|
Vest ( https://pcgenorg.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A07a100dc-cac9-470b-bcc5-5196879498f0 ) *commented* on DATA-4314 ( https://pcgenorg.atlassian.net/browse/DATA-4314?atlOrigin=eyJpIjoiMDVhZTYzMTIwZmFjNDUwNDlhOGRkZjJlMDQ1NWQ0YzkiLCJwIjoiaiJ9 ) Re: Add proper style fuctionality to Master of Many Styles Monk ( https://pcgenorg.atlassian.net/browse/DATA-4314?atlOrigin=eyJpIjoiMDVhZTYzMTIwZmFjNDUwNDlhOGRkZjJlMDQ1NWQ0YzkiLCJwIjoiaiJ9 ) Hello @everyone, I was checking the recent build, and found an exception that was caused by this DATA-issue. The line 292 ( https://github.com/PCGen/pcgen/blob/285b877f2f9ba0c69af2c2b2492d09783a09ccaa/data/pathfinder/paizo/roleplaying_game/ultimate_combat/uc_feats.lst#L292 ) causes an exception: LSTERROR LstUtils:145 Illegal TEMPBONUS subtoken 'VAR' 'FightingDefensivelyAttackPenalty|-2' for pcgen.core.Ability Crane Style (Source: file:/Users/.../git/pcgen/data/pathfinder/paizo/roleplaying_game/ultimate_combat/uc_feats.lst ) LSTERROR LstUtils:145 Failed in parsing typeStr: TEMPBONUS VAR|FightingDefensivelyAttackPenalty|-2 for pcgen.core.Ability Crane Style LSTERROR LstUtils:145 Illegal Token 'TEMPBONUS' 'VAR|FightingDefensivelyAttackPenalty|-2' for pcgen.core.Ability Crane Style in file:/Users/.../git/pcgen/data/pathfinder/paizo/roleplaying_game/ultimate_combat/uc_feats.lst It seems that TEMPBONUS doesn’t like “VAR”: TEMPBONUS:VAR|FightingDefensivelyAttackPenalty|-2 I have checked the documentation and found out that TEMPBONUS accepts: PC, ANYPC or EQ tokens only. In other parts of the project, I see that instead of TEMPBONUS, the regular BONUS is used. May I correct this with a PR, or you will do this? Thanks, Vest ( https://pcgenorg.atlassian.net/browse/DATA-4314#add-comment?atlOrigin=eyJpIjoiMDVhZTYzMTIwZmFjNDUwNDlhOGRkZjJlMDQ1NWQ0YzkiLCJwIjoiaiJ9 ) Add Comment ( https://pcgenorg.atlassian.net/browse/DATA-4314#add-comment?atlOrigin=eyJpIjoiMDVhZTYzMTIwZmFjNDUwNDlhOGRkZjJlMDQ1NWQ0YzkiLCJwIjoiaiJ9 ) Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100219- sha1:6a6077b ) |