Lethal Hits variation
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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"
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user