Add files via upload
This commit is contained in:
parent
53bfea8021
commit
1816b45c63
|
|
@ -0,0 +1,18 @@
|
|||
elements.liquid_tnt = {
|
||||
color: "#c92a2a",
|
||||
behavior: behaviors.LIQUID,
|
||||
behaviorOn: [
|
||||
"XX|XX|XX",
|
||||
"XX|EX:10|XX",
|
||||
"XX|XX|XX",
|
||||
],
|
||||
conduct: 1,
|
||||
category: "weapons",
|
||||
tempLow: -50,
|
||||
state: "solid",
|
||||
stateLow: "explosion",
|
||||
density: 1630,
|
||||
excludeRandom: true,
|
||||
alias: "trinitrotoluene"
|
||||
};
|
||||
//Made by SuperASAX or SuperAAX
|
||||
Loading…
Reference in New Issue