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