-
Tags:
No tags
-
Name:
aFlashGrenade
-
Displayed name:
Flash Grenade
-
Description:
The character throws the grenade, which causes all creatures within 2m of the impact to succeed a Vigor test or suffer a -2 malus on their Reflex for 5 seconds.
-
Cast description:
| AP: vAP.string | CD: vCD.strings | | :---: | :---: | | **Flux: 0** | **Range: vRange.string** | The character throws the grenade, which causes all creatures within 2m of the impact to succeed a Vigor test or suffer a -2 malus on their Reflex for 5 seconds.
-
Condition:
-
AP cost:
3
-
Cooldown:
-
Flux cost:
-
Variables:
vRange = ListVariable([[vRange]],[[Range]],{[[shortMod]]},{[[Throw (5m)]]})
-
On used script:
action.item.amount:add(-1)
-
Type:
2
-
Action effects:
-
Use case:
3
-
Name:
Flash Grenade
-
Description:
-
Script:
effect = character:createEffect([[mFlashGrenade]]) effect.displayName.value = [[Flash Grenade]] effect.description.value = [[A loud blast has disrupt your focus. Causing a malus of -2 on your Reflex.]] effect.duration.value = 5 effect.script.value = [=[character.sReflex:addCurrent([[-2]],[[physical]],[[Flash Grenade]])]=] effect:activate()
-
Variables:
-