* Added salt to ore.yml Added salt to ores.yml Added salt walls to asteroid.yml Added salt to BaseAsteroidDebris' list of ores to generate in asteroids.yml Added OreSalt to biome_ore_templates.yml Added salt to guaranteed salvageLoot in salvage_loot.yml Added salt entry under salvage-magnet-resources in salvage-magnet.ftl Added WIP sprites for salt. * Renamed salt's id to SaltOre inside Entities/Objects/Materials/ore.yml Fixed salt not being grindable due to using an incorrect reagent name Added salt to ore.rsi/meta.json and rock.rsi/meta.json * Added chlorine to the list of solutions salt gives when used in the grinder. * Gave salt ore and salt rock overlay unique sprites. * Added raw salt to materials/materials.ftl Updated SaltOre definition in ore.yml to have RawSalt under materialComposition * Updated saltore definition to give 10 units of tablesalt and 5 units of iodine when ground.
39 lines
770 B
JSON
39 lines
770 B
JSON
{
|
|
"version": 1,
|
|
"license": "CC-BY-NC-SA-3.0",
|
|
"copyright": "silver, plasma taken from https://github.com/vgstation-coders/vgstation13 at commit f2ef221849675915a78fd92fe622c32ab740e085, spacequartz taken from https://github.com/goonstation/goonstation at commit b51daf824df46a3a1426475f982c09479818e522 and reshaded by Alekshhh, bananium; uranium; iron; gold; coal by Alekshhh",
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "bananium"
|
|
},
|
|
{
|
|
"name": "gold"
|
|
},
|
|
{
|
|
"name": "iron"
|
|
},
|
|
{
|
|
"name": "uranium"
|
|
},
|
|
{
|
|
"name": "plasma"
|
|
},
|
|
{
|
|
"name": "spacequartz"
|
|
},
|
|
{
|
|
"name": "silver"
|
|
},
|
|
{
|
|
"name": "coal"
|
|
},
|
|
{
|
|
"name": "salt"
|
|
}
|
|
]
|
|
}
|