thermite
Vars | |
amount | Amoumt of thermite on parent |
---|---|
blacklist | Blacklist of turfs that cannot have thermite on it |
burn_require | Amount of thermite required to burn through parent |
burn_timer | The timer for burning parent |
fakefire | The thermite fire overlay |
immunelist | List of turfs that are immune to thermite |
overlay | The thermite overlay |
resistlist | List of turfs that take extra thermite to burn through |
Procs | |
attackby_react | attackby reaction, ignites the thermite if its a flame creating object |
burn_parent | Used to actually melt parent |
clean_react | wash reaction, used to clean off thermite from parent |
delete_fire | Used to delete the fake fire overlay |
flame_react | fire_act reaction, has to be the correct temperature |
thermite_melt | Used to begin the thermite burning process |
Var Details
amount
Amoumt of thermite on parent
blacklist
Blacklist of turfs that cannot have thermite on it
burn_require
Amount of thermite required to burn through parent
burn_timer
The timer for burning parent
fakefire
The thermite fire overlay
immunelist
List of turfs that are immune to thermite
overlay
The thermite overlay
resistlist
List of turfs that take extra thermite to burn through
Proc Details
attackby_react
attackby reaction, ignites the thermite if its a flame creating object
Arguments:
- datum/source - The source of the attack
- obj/item/thing - Item being attacked by
- mob/user - The user behind the attack
- params - params
burn_parent
Used to actually melt parent
Arguments:
- mob/user - The user that ignited the thermite
clean_react
wash reaction, used to clean off thermite from parent
delete_fire
Used to delete the fake fire overlay
flame_react
fire_act reaction, has to be the correct temperature
Arguments:
- datum/source - The source of the flame
- exposed_temperature - The temperature of the flame hitting the thermite
- exposed_volume - The volume of the flame
thermite_melt
Used to begin the thermite burning process
Arguments:
- mob/user - The user igniting the thermite