LTDV10/packet/config/protection-pixel.toml
2026-04-14 18:20:56 +08:00

21 lines
271 B
TOML

["Combustion Reactor"]
#The time interval consumed each time: time>-11
time = 0.0
["Brass plates"]
Armor = 2.0
Toughness = 1.0
Weight = 2.0
["Iron plates"]
Armor = 1.0
Toughness = 0.0
Weight = 1.0
["Alloy plates"]
Armor = 2.0
Toughness = 1.0
Weight = 1.5