foundryvtt-wh4-lang-fr-fr/scripts/JaiC5P6nIgctOacH.js

4 lines
126 B
JavaScript
Raw Permalink Normal View History

2024-05-16 17:57:51 +02:00
if (args.actor.system.details.species?.value?.toLowerCase() == "dwarf")
{
args.weaponProperties.flaws.undamaging = true;
}