Update Neutronium_Mod.js

This commit is contained in:
StellarX20 2022-01-17 13:02:44 -05:00 committed by GitHub
parent 22e109eb05
commit ea6d6a2940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -38,3 +38,15 @@ elements.Neutronium = {
density: 0.045,
};
eLists.CONDIMENT = ["ketchup","melted_cheese","mayo","mayonnaise","fry_sauce","chocolate_syrup","mustard","honey"];
behaviors.CONDIMENT_DESTROYER = [
""DL:"+eLists.CONDIMENT"|"DL:"+eLists.CONDIMENT"|"DL:"+eLists.CONDIMENT"",
""DL:"+eLists.CONDIMENT" AND M2|XX|"DL:"+eLists.CONDIMENT" AND M2",
"DL:"+eLists.CONDIMENT" AND M1|"DL:"+eLists.CONDIMENT" AND M1|"DL:"+eLists.CONDIMENT" AND M1",
];
elements.Condiment_Destroyer = {
color: "ffff00, ff0000",
behavior: behaviors.CONDIMENT_DESTROYER
category: "testing",
state: "liquid",
density: 1000,
};