add one shot rule

This commit is contained in:
NilsUeter
2023-05-30 19:16:54 +02:00
parent e312023b5f
commit 683444670d
2 changed files with 11 additions and 21 deletions
+8
View File
@@ -123,6 +123,14 @@ const Weapon = ({ weapon, modelStats, isMelee, className, forceRules }) => {
"Indirect Fire",
"This weapon can target units that are not visible to the bearer."
);
replaceAbilityWithType(
[
"The bearer can only shoot with this weapon once per battle.",
"The bearer can only shoot with this weapon once per battle",
],
"One Shoot",
"The bearer can only shoot with this weapon once per battle."
);
replaceAbilityWithType(["Plague Weapon.", "Plague Weapon"], "Plague Weapon");
replaceAbilityWithType(["Sonic Weapon.", "Sonic Weapon"], "Sonic Weapon");
replaceAbilityWithType(["Shuriken.", "Shuriken"], "Shuriken");