resonator ![code/modules/mining/equipment/resonator.dm 3](git.png)
Resonator
Vars | |
adding_failure | the number that is added to the failure_prob, which is the probability of whether it will spread or not |
---|---|
fieldlimit | the number of fields the resonator is allowed to have at once |
fields | the list of currently active fields from this resonator |
mode | the mode of the resonator; has three modes: auto (1), manual (2), and matrix (3) |
quick_burst_mod | How efficient it is in manual mode. Yes, we lower the damage cuz it's gonna be used for mobhunt |
Var Details
adding_failure ![code/modules/mining/equipment/resonator.dm 25](git.png)
the number that is added to the failure_prob, which is the probability of whether it will spread or not
fieldlimit ![code/modules/mining/equipment/resonator.dm 21](git.png)
the number of fields the resonator is allowed to have at once
fields ![code/modules/mining/equipment/resonator.dm 23](git.png)
the list of currently active fields from this resonator
mode ![code/modules/mining/equipment/resonator.dm 17](git.png)
the mode of the resonator; has three modes: auto (1), manual (2), and matrix (3)
quick_burst_mod ![code/modules/mining/equipment/resonator.dm 19](git.png)
How efficient it is in manual mode. Yes, we lower the damage cuz it's gonna be used for mobhunt