id: !i TurbSped
flags: !f MOVE_SELF_TARGET
minimum_morale: 10.0
morale_cost: 4.0 # Costs morale, as with any risky move
ammo: !f NO_AMMO
energy_cost: 3
chain:
- base_to_hit: !d 0 # Basic attack
  crowd_response:
  - 0 # BLOODLUST
  - 2 # MAJESTY
  - 2 # THRILLS
  - 0 # BEAUTY
  element_filter: 0
  flags: !f TEST_SUCCEEDS
  
- base_to_hit: 97
  crowd_response:
  - 0 # BLOODLUST
  - 2 # MAJESTY
  - 2 # THRILLS
  - 0 # BEAUTY
  element_filter: 0
  flags: !f TEST_FIXED|CHAIN_DURATION_ROLL|CHAIN_SUCCBREAK
  
- base_to_hit: 0 #  This is the "fatal overload"
  crowd_response:
  - 5
  - 0
  - 10
  - 0
  element_filter: 0
  flags: !f TEST_SUCCEEDS

- base_to_hit: 0 # Unused
  crowd_response:
  - 0 # bloodlust
  - 0
  - 0 # thrills
  - 0
  element_filter: 0
  flags: 0

effects:
- type: !f EFFECT_STAT_MOD # Improve Dexterity 
  flags: !f EFFECT_FIXED|EFFECT_RELATIVE_FULLSCALE
  which: !f AGI
  modifier: !d d10+15
  physical_fraction: 0
  aspect: !f ASPECT_TEMPORARY  
  duration: !d d6+10 
  element: !f ELEMENT_TYPELESS
  family_mask: !f FAMILY_ARTIFICIAL_BUFFS

- type: !f EFFECT_STAT_MOD # Improve Dexterity 
  flags: !f EFFECT_FIXED|EFFECT_RELATIVE_FULLSCALE
  which: !f DEX
  modifier: !d d10+15
  physical_fraction: 0
  aspect: !f ASPECT_TEMPORARY  
  duration:  0 # will used the chained duration roll
  element: !f ELEMENT_TYPELESS
  family_mask: !f FAMILY_ARTIFICIAL_BUFFS

- type: !f EFFECT_STAT_MOD # Kill the mon if we get here
  flags: !f EFFECT_RELATIVE_FULLSCALE|EFFECT_DMG_FIXED
  which: !f HP
  modifier: !d -120
  physical_fraction: 0
  aspect: !f ASPECT_INSTANT 
  duration: 0
  element: !f ELEMENT_METAL
  family_mask: 0
  
- type: !f EFFECT_NIL # unused
  flags: 0
  which: 0
  modifier: 0
  physical_fraction: 0
  aspect: 0 
  duration: 0
  element: 0
  family_mask: 0

NSC/Turbo Speed (last edited 2021-05-07 00:57:47 by Bryce)