7 lines
263 B
TOML
7 lines
263 B
TOML
#Amount of damage scale boost per level of Crossfire buff gives
|
|
#Range: 2.2250738585072014E-308 ~ 1.7976931348623157E308
|
|
crossfire_buff_power = 0.3
|
|
#Enable calling hurt function with invokespecial on entities with a specific tag
|
|
enable_special_hurt = true
|
|
|