Neuanfang mit französischem Modul

This commit is contained in:
2025-05-05 23:25:00 +02:00
parent cf24ef97df
commit 3f74b8dfdd
3135 changed files with 38383 additions and 93206 deletions
-15
View File
@@ -1,15 +0,0 @@
let test = args.test
if (test.spell.lore.value == "fire")
{
if (test.result.overcast.usage.target?.AoE)
{
test.result.overcast.usage.target.current += test.actor.characteristics.wp.bonus
test.result.overcast.usage.target.initial += test.actor.characteristics.wp.bonus
}
if (test.result.overcast.usage.range)
{
test.result.overcast.usage.range.current *= 2
test.result.overcast.usage.range.initial *= 2
}
}