-
Tags:
No tags
-
Name:
aThunderStone
-
Displayed name:
Thunder stone
-
Description:
The character throws the stone, which causes all creatures within 2m of the impact to succeed a Vigor test or suffer a -2 malus on their Resilience for 5 seconds.
-
Cast description:
| AP: aAP | CD: aCDs | | :---: | :---: | | **Flux: 0** | **Range: str(vRange)** | The character throws the stone, which causes all creatures within 2m of the impact to succeed a Vigor test or suffer a -2 malus on their Resilience for 5 seconds.
-
Condition:
-
AP cost:
3
-
Cooldown:
-
Flux cost:
-
Variables:
vRange.choice(Range,[Throw (5m)],[shortMod])
-
On used script:
action.item.amount:add(-1)
-
Type:
2
-
Action effects:
-
Use case:
3
-
Name:
Thunder stone
-
Description:
-
Script:
effect = character:createEffect([[mThunderStone]]) effect.displayName.value = [[Thunder stone]] effect.description.value = [[A loud blast has disrupt your focus. Causing a malus of -2 on your Resilience.]] effect.duration.value = 5 effect.script.value = [=[character.sResilience:addCurrent([[-2]],[[physical]],[[Thunder stone]])]=] effect:activate()
-
Variables:
-