foundryvtt-wh4-lang-fr-fr/reference_scripts/9HWEDsnNxSykqbF5.js

3 lines
181 B
JavaScript
Raw Normal View History

2024-06-06 21:09:27 +02:00
args.actor.system.details.move.value += 3;
args.actor.system.status.carries.max = Math.floor(args.actor.system.status.carries.max * 0.25);
args.actor.system.details.price.gc *= 1.1;