Skip to content

Commit

Permalink
Merge pull request dmdorman#574 from phBalance/phBalance/description-…
Browse files Browse the repository at this point in the history
…enhancement-combat-luck

fix(combat luck): improve description to indicate resistant defense
  • Loading branch information
phBalance authored Jan 1, 2024
2 parents ceb4b98 + 1f6af60 commit ac9f86b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions module/item/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -1889,6 +1889,12 @@ export class HeroSystem6eItem extends Item {
system.description = `+${system.value} ${system.OPTION_ALIAS}`;
break;

case "COMBAT_LUCK":
system.description = `Combat Luck (${3 * system.value} rPD/${
3 * system.value
} rED)`;
break;

case "INVISIBILITY":
// Invisibility to Hearing and Touch Groups (15 Active Points); Conditional Power Only vs organic perception (-1/2)
break;
Expand Down

0 comments on commit ac9f86b

Please sign in to comment.