* Add Pea Plants * Pea soup * Update flavor-profiles.ftl * Update seeds.yml * Add seeds to vendors * Make things more expensive to fix free money exploit * Update textures * Revert "Update textures" This reverts commit b1b7046504afc7468742b0722f601d98684a1c89. Vines dont grow straight into the air. * Shift up 4 pixels * Fuck autofix conflitcs * Shift up 3 more pizels * I finally got byond working so I made sure they were EXACTLY the same * Address Reviews? I think? --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
33 lines
497 B
JSON
33 lines
497 B
JSON
{
|
|
"version": 1,
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/a5e6db8f99b436b643bd3b76fa131ac074dfd856",
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "dead"
|
|
},
|
|
{
|
|
"name": "harvest"
|
|
},
|
|
{
|
|
"name": "produce"
|
|
},
|
|
{
|
|
"name": "seed"
|
|
},
|
|
{
|
|
"name": "stage-1"
|
|
},
|
|
{
|
|
"name": "stage-2"
|
|
},
|
|
{
|
|
"name": "stage-3"
|
|
}
|
|
]
|
|
}
|