Update survival.js
This commit is contained in:
parent
c206945680
commit
76c8e9640f
|
|
@ -164,8 +164,9 @@ elementWorth = {
|
||||||
"rad_shard": 3,
|
"rad_shard": 3,
|
||||||
"paper": 5,
|
"paper": 5,
|
||||||
"broth": 5,
|
"broth": 5,
|
||||||
"sap": 5,
|
"honey": 5,
|
||||||
"caramel": 5,
|
"caramel": 5,
|
||||||
|
"sap": 4,
|
||||||
"candy": 5,
|
"candy": 5,
|
||||||
"popcorn": 2,
|
"popcorn": 2,
|
||||||
"flour": 2,
|
"flour": 2,
|
||||||
|
|
@ -189,6 +190,7 @@ elementWorth = {
|
||||||
"petal": -1,
|
"petal": -1,
|
||||||
"cell": -1,
|
"cell": -1,
|
||||||
"cancer": -1,
|
"cancer": -1,
|
||||||
|
"foam": -1,
|
||||||
}
|
}
|
||||||
elements.sell = {
|
elements.sell = {
|
||||||
color: ["#fff0b5","#ffe680","#c48821","#986a1a","#eca832","#f0bb62"],
|
color: ["#fff0b5","#ffe680","#c48821","#986a1a","#eca832","#f0bb62"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue