From e312023b5ffa01a4d2cbcd377a3ab7ce5d22c32a Mon Sep 17 00:00:00 2001 From: NilsUeter Date: Sat, 27 May 2023 11:52:50 +0200 Subject: [PATCH] more keywords --- src/Weapons.jsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/Weapons.jsx b/src/Weapons.jsx index 3ff53b7..ace907a 100644 --- a/src/Weapons.jsx +++ b/src/Weapons.jsx @@ -130,6 +130,18 @@ const Weapon = ({ weapon, modelStats, isMelee, className, forceRules }) => { ["Turret Weapon.", "Turret weapon.", "Turret Weapon", "Turret weapon"], "Turret Weapon" ); + replaceAbilityWithType( + ["Poisoned Weapon (2+).", "Poisoned Weapon (2+)"], + "Poisoned Weapon 2+" + ); + replaceAbilityWithType( + ["Poisoned Weapon (3+).", "Poisoned Weapon (3+)"], + "Poisoned Weapon 3+" + ); + replaceAbilityWithType( + ["Poisoned Weapon (4+).", "Poisoned Weapon (4+)"], + "Poisoned Weapon 4+" + ); replaceAbilityWithType( [ "Each time an attack made with this weapon targets an enemy within half range, that attack has a Damage characteristic of D6+2.", @@ -143,6 +155,7 @@ const Weapon = ({ weapon, modelStats, isMelee, className, forceRules }) => { [ "Each time an attack made with this weapon targets an enemy within half range, that attack has a Damage characteristic of D6+4.", "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+4.", + "Each time an attack made with this weapon targets a unit within half range, that attack has a Damage characteristic of D6+4", ], "Melta 4", "Each time an attack made with this weapon targets a unit within half range, that attack attack has a Damage characteristic of D6+4."