* Validate RSIs * Fix the JSON * Example invalid RSI * Revert "Example invalid RSI" This reverts commit 1905bc9d2c275818db88cd8b643e2646f70b68a1. * Fixes an invalid identifier to show that it works on valid RSIs * Update .github/workflows/validate-rsis.yml
40 lines
663 B
JSON
40 lines
663 B
JSON
{
|
|
"version": 1,
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77608a9f46b06a46f0f6b1be061755f68cc255a3",
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "rcle-inhand-left",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "rcle-inhand-right",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "rcl-inhand-left",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "rcl-inhand-right",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "rcl-0"
|
|
},
|
|
{
|
|
"name": "rcl-10"
|
|
},
|
|
{
|
|
"name": "rcl-20"
|
|
},
|
|
{
|
|
"name": "rcl-30"
|
|
}
|
|
]
|
|
}
|