Files
crystall-punk-14/Resources/Textures/Objects/Tools/rcd.rsi/meta.json
ike709 83a7dfebef Improves the RCD (#1609)
* Improves the RCD

* oops

* Unnecessary

* Merge 2 checks

* RCD whitelist and reorganization

* Makes the RCD great again

* Ignored components

* loicense

* Fix missing using
2020-08-13 19:39:23 +02:00

64 lines
1.2 KiB
JSON

{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC BY-SA 3.0",
"states": [
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1.0
],
[
1.0
],
[
1.0
],
[
1.0
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1.0
],
[
1.0
],
[
1.0
],
[
1.0
]
]
},
{
"name": "rcd",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "rcd_ammo",
"directions": 1,
"delays": [
[
1.0
]
]
}
]
}