update applestuff.js (ACTUALLY CORRECTLY)

This commit is contained in:
mrapple 2024-01-28 23:40:55 +00:00 committed by GitHub
parent 13b2b4dd98
commit c845610949
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 4 deletions

View File

@ -1,15 +1,17 @@
elements.cat = { elements.cat = {
color: ["#ffffff","#000000", "#00ffff"], color: ["#ffffff", "#494949", "#ffc505"],
behavior: [ behavior: [
"XX|XX|XX", "XX|XX|XX",
"M2%25|XX|M2%25", "M2%25|XX|M2%25",
"XX|M1|XX", "XX|M1|XX",
], ],
category: "weapons", category: "life",
state: "solid", state: "solid",
desc: "WHAT IS WRONG WITH YOU, WHY ARE YOU BLUE", desc: "cat.",
tempHigh: 100, tempHigh: 100,
stateHigh: "meat" stateHigh: "meat",
tempLow: 0,
stateLow: "frozen_meat"
}; };
elements.the_hot_destroyer = { elements.the_hot_destroyer = {