• Tags:

    No tags

  • Name:

    aChidomoreFogGrenade

  • Displayed name:

    Chidomore fog grenade

  • Description:

    The character throws the grenade, which after 4 seconds causes a 2-meter-radius sphere of smoke to form for 12 seconds. Every meter of fog obstruing the lockink on a target causes a malus of -1 on all Arcana and Resilience tests to lock them.

  • Cast description:

    | AP: vAP.string | CD: vCD.strings | | :---: | :---: | | **Flux: 0** | **Range: vRange.string** | The character throws the grenade, which after 4 seconds causes a 2-meter-radius sphere of smoke to form for 12 seconds. Every meter of fog obstruing the lockink on a target causes a malus of -1 on all Arcana and Resilience tests to lock them.

  • 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:

      1

    • Name:

      Chidomore fog grenade

    • Description:

    • Script:

      effect = character:createEffect([[mChidomoreFogGrenade]]) effect.displayName.value = [[Chidomore fog grenade]] effect.description.value = [[After 4 seconds causes a 2-meter-radius sphere of fog to form for 12 seconds. Every meter of fog obstruing the view on a target causes a malus of -1 on all Arcana and Resilience tests to hit them.]] effect.duration.value = 16 effect.recurrentScript.value = [=[if(modifier.duration.value == 12) then display([[Chidomore fog grenade]],[[The fog grenade cloud is formed.]]) end]=] effect:activate()

    • Variables: