Lethal Hits variation

This commit is contained in:
NilsUeter
2023-05-11 21:02:49 +02:00
parent 5a3c43439b
commit ab9275be81
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -240,6 +240,13 @@ function App() {
</a> </a>
). ).
</div> </div>
<div style={{ fontSize: "1.2rem" }}>
If you have any feedback or find any bugs, write{" "}
<a href="https://www.reddit.com/r/WarhammerCompetitive/comments/13ajo3b/fancyscribe_convert_9th_edition_battlescribe">
here
</a>{" "}
or send me a message.
</div>
<div style={{ padding: "8px 0", fontSize: "1.7rem" }}> <div style={{ padding: "8px 0", fontSize: "1.7rem" }}>
Output Examples Output Examples
</div> </div>
+1
View File
@@ -141,6 +141,7 @@ const Weapon = ({ weapon, modelStats, isMelee, className }) => {
replaceAbilityWithType( replaceAbilityWithType(
[ [
"Each time an attack is made with this weapon profile, an unmodified hit roll of 6 automatically wounds the target.", "Each time an attack is made with this weapon profile, an unmodified hit roll of 6 automatically wounds the target.",
"Each unmodified hit roll of 6 made for this weapon's attacks automatically hits and results in a wound (do not make a wound roll for that attack).",
], ],
"Lethal Hits" "Lethal Hits"
); );