Dinosaur update TWO
This commit is contained in:
parent
cf3f101c6d
commit
072d5c1af1
|
|
@ -238,27 +238,27 @@ elements.hive_amber = {
|
||||||
},
|
},
|
||||||
|
|
||||||
elements.dinosaur = {
|
elements.dinosaur = {
|
||||||
color: "#107a17",
|
color: ["#7F2B0A","#808080","#006400"],
|
||||||
behavior: [
|
behavior: [
|
||||||
"XX|M2%5|XX",
|
"XX|M2%5|XX",
|
||||||
"M2%10|XX|M2%20 AND BO",
|
"M2%10|XX|M2%20 AND BO",
|
||||||
"M2%5|M1|M2%15",
|
"M2%5|M1|M2%15",
|
||||||
],
|
],
|
||||||
tempHigh: 100,
|
tempHigh: 225,
|
||||||
stateHigh: "ash",
|
stateHigh: ["cooked_meat","cooked_meat","ash","dino_bones"],
|
||||||
tempLow: -180,
|
tempLow: -35,
|
||||||
stateLow: ["frozen_meat","frozen_meat","dino_bones","dino_bones"],
|
stateLow: ["frozen_meat","frozen_meat","dino_bones","dino_bones"],
|
||||||
breakInto: ["blood","blood","meat","meat","dino_bones","blood","blood","meat","meat","dino_bones","feather"],
|
breakInto: ["blood","blood","meat","meat","dino_bones","blood","blood","meat","meat","dino_bones","feather"],
|
||||||
category: "life",
|
category: "life",
|
||||||
burn: 95,
|
burn: 75,
|
||||||
burnTime: 25,
|
burnTime: 30,
|
||||||
burnInto: ["cooked_meat","cooked_meat","ash","dino_bones"],
|
burnInto: ["cooked_meat","cooked_meat","ash","dino_bones"],
|
||||||
state: "solid",
|
state: "solid",
|
||||||
density: 1500,
|
density: 1500,
|
||||||
conduct: 0.25,
|
conduct: 0.25,
|
||||||
reactions: {
|
reactions: {
|
||||||
"bird": { elem2: [null,null,null,null,null,"feather"], chance: 0.3, func: behaviors.FEEDPIXEL },
|
"bird": { elem2: [null,null,null,null,null,"feather"], chance: 0.3, func: behaviors.FEEDPIXEL },
|
||||||
"head": { elem2: [null,null,null,null,null,null,"blood","blood","skull"], chance: 0.5, func: behaviors.FEEDPIXEL },
|
"head": { elem2: [null,null,null,null,null,null,null,"blood","blood","skull"], chance: 0.5, func: behaviors.FEEDPIXEL },
|
||||||
"body": { elem2: [null,null,null,null,null,null,"blood","blood","bone"], chance: 0.5, func: behaviors.FEEDPIXEL },
|
"body": { elem2: [null,null,null,null,null,null,"blood","blood","bone"], chance: 0.5, func: behaviors.FEEDPIXEL },
|
||||||
"plant": { elem2: null, chance: 0.5, func: behaviors.FEEDPIXEL },
|
"plant": { elem2: null, chance: 0.5, func: behaviors.FEEDPIXEL },
|
||||||
"bone": { elem2: ["bone_marrow","blood",null], chance: 0.3, },
|
"bone": { elem2: ["bone_marrow","blood",null], chance: 0.3, },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue