elements.human_base = { color: "#fc7632", behavior: behaviors.LIQUID, category: "life", viscosity: 10000000000000000000000000000000000000000000000, state: "liquid", density: 20, }; elements.hc_head = { color: "#fc9e32", behavior: behaviors.LIQUID, category: "life", viscosity: 10000000000000000000000000000000000000000000000, state: "liquid", density: 20, }; elements.hc_body = { color: "#ffef00", behavior: behaviors.LIQUID, category: "life", viscosity: 10000000000000000000000000000000000000000000000, state: "liquid", density: 20, }; if (!elements.human_base.reactions) { elements.human_base.reactions = {} } if (!elements.hc_head.reactions) { elements.hc_head.reactions = {} } if (!elements.hc_body.reactions) { elements.hc_body.reactions = {} } elements.skin.reactions.meat = { "elem1":null, "elem2":"human_base" } elements.human_base.reactions.hair = { "elem1":"hc_head", "elem2":null } elements.human_base.reactions.meat = { "elem1":"hc_body", "elem2":null } elements.hc_head.reactions.hc_body = { "elem1":null, "elem2":"human" }