fire_support

Vars | |
cooldown_duration | How frequently this canbe used |
---|---|
cooldown_timer | Holder for the cooldown timer |
delay_to_impact | Delay between initiation and impact |
fire_support_flags | Special behavior flags |
fire_support_type | define name of the firesupport, used for assoc |
icon_state | icon_state for radial menu |
impact_quantity | How many impacts per use |
initiate_chat_message | Chat message when initiating fire support |
initiate_screen_message | screentext message when initiating fire support |
initiate_sound | Initiating sound effect |
initiate_title | Screentext message title |
name | Fire support name |
portrait_type | Portrait used for screentext message |
scatter_range | How far the fire support can land from the target turf |
start_sound | sound when impact starts |
start_visual | visual when impact starts |
uses | Number of uses available. Negative for no limit |
Procs | |
disable | Disables the firesupport entirely |
do_impact | The actual impact of the fire support |
enable_firesupport | Enables the firesupport option |
initiate_fire_support | Initiates fire support proc chain |
select_target | Selects the final target turf(s) and calls impact procs |
start_fire_support | Actually begins the fire support attack |
Var Details
cooldown_duration

How frequently this canbe used
cooldown_timer

Holder for the cooldown timer
delay_to_impact

Delay between initiation and impact
fire_support_flags

Special behavior flags
fire_support_type

define name of the firesupport, used for assoc
icon_state

icon_state for radial menu
impact_quantity

How many impacts per use
initiate_chat_message

Chat message when initiating fire support
initiate_screen_message

screentext message when initiating fire support
initiate_sound

Initiating sound effect
initiate_title

Screentext message title
name

Fire support name
portrait_type

Portrait used for screentext message
scatter_range

How far the fire support can land from the target turf
start_sound

sound when impact starts
start_visual

visual when impact starts
uses

Number of uses available. Negative for no limit
Proc Details
disable
Disables the firesupport entirely
do_impact
The actual impact of the fire support
enable_firesupport
Enables the firesupport option
initiate_fire_support
Initiates fire support proc chain
select_target
Selects the final target turf(s) and calls impact procs
start_fire_support
Actually begins the fire support attack