* Add cotton plant * Adddescription and tag to cotton bal allow moth eat it * Fix typo. Add cotton seed into MegaSeed * Fix typo * Fix typo * Fix cottonbol component typo * Fix the amount of cotton that bol gives * Adding correct component to make cotton bol edible * Change cotton bol parent to see if it is edible * Adding flavor to cotton bol, and fix typo * Replace image * fixing plant image position * Increase the Megaseed restock crate price to avoid money farming loop hole
33 lines
490 B
JSON
33 lines
490 B
JSON
{
|
|
"version": 1,
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e245d374b2976c73d0aff37cf4a443d2e75c2f57",
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "dead"
|
|
},
|
|
{
|
|
"name": "harvest"
|
|
},
|
|
{
|
|
"name": "produce"
|
|
},
|
|
{
|
|
"name": "seed"
|
|
},
|
|
{
|
|
"name": "stage-1"
|
|
},
|
|
{
|
|
"name": "stage-2"
|
|
},
|
|
{
|
|
"name": "stage-3"
|
|
}
|
|
]
|
|
}
|