bow 
Vars | |
| _loaded | Currently loaded ammo. |
|---|---|
| bow_ammo_type | What kind of ammunition does this bow expect? |
| draw_time | Time needed to draw the bow back by one "tension" |
| drawing_bow | Flag for tracking if a bow is currently being drawn, to avoid double draw. |
| keep_tension_when_dropped | Does this bow keep tension when dropped? |
| max_tension | Highest possible tension. |
| next_tension_step | Timer for tracking next increase in tension from click and hold. |
| release_speed | Speed per unit of tension. |
| require_loaded_to_draw | Does this bow need an arrow nocked to draw? |
| requires_string | Does this weapon require a string to fire? |
| string | What are we strung with? |
| strung_w_class | How big is this bow when strung? Uses initial w_class if unset. |
| tension | Current draw on the bow. |
| unstrung_w_class | How big is this bow when unstrung? Uses initial w_class if unset. |
| work_skill | What skill is used to load and fire this bow? |
Var Details
_loaded 
Currently loaded ammo.
bow_ammo_type 
What kind of ammunition does this bow expect?
draw_time 
Time needed to draw the bow back by one "tension"
drawing_bow 
Flag for tracking if a bow is currently being drawn, to avoid double draw.
keep_tension_when_dropped 
Does this bow keep tension when dropped?
max_tension 
Highest possible tension.
next_tension_step 
Timer for tracking next increase in tension from click and hold.
release_speed 
Speed per unit of tension.
require_loaded_to_draw 
Does this bow need an arrow nocked to draw?
requires_string 
Does this weapon require a string to fire?
string 
What are we strung with?
strung_w_class 
How big is this bow when strung? Uses initial w_class if unset.
tension 
Current draw on the bow.
unstrung_w_class 
How big is this bow when unstrung? Uses initial w_class if unset.
work_skill 
What skill is used to load and fire this bow?