| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- {
- "version": 1,
- "license": "AGPLv3",
- "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "shards"
- },
- {
- "name": "ash"
- },
- {
- "name": "rack"
- },
- {
- "name": "pews",
- "directions": 8
- },
- {
- "name": "immrod",
- "directions": 4
- },
- {
- "name": "target_stake"
- },
- {
- "name": "target_s"
- },
- {
- "name": "target_h"
- },
- {
- "name": "w_overlay",
- "directions": 4
- },
- {
- "name": ""
- },
- {
- "name": "monkey"
- },
- {
- "name": "blank"
- },
- {
- "name": "ashtray"
- },
- {
- "name": "ashtray_full"
- },
- {
- "name": "ashtray_half"
- },
- {
- "name": "ashtray_broken"
- },
- {
- "name": "flour_mill"
- },
- {
- "name": "distillery"
- },
- {
- "name": "net_overlay_atmpt"
- },
- {
- "name": "target_dummy_target",
- "directions": 4
- },
- {
- "name": "target_dummy"
- },
- {
- "name": "target_dummy_armor"
- },
- {
- "name": "martial_dummy"
- },
- {
- "name": "martial_dummy_spin",
- "delays": [
- [
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1
- ]
- ]
- },
- {
- "name": "target_dummy_wreckage"
- },
- {
- "name": "dummy_armor"
- },
- {
- "name": "fancytable"
- },
- {
- "name": "pbag"
- },
- {
- "name": "pbag_hit",
- "delays": [
- [
- 0.05,
- 0.05,
- 0.05,
- 0.05,
- 0.05,
- 0.05,
- 0.05
- ]
- ]
- },
- {
- "name": "pbag_down",
- "directions": 4
- },
- {
- "name": "signpost"
- },
- {
- "name": "weightlifter"
- },
- {
- "name": "weightlifter_1",
- "delays": [
- [
- 0.5,
- 0.5,
- 0.5,
- 1,
- 0.2,
- 0.2,
- 0.1
- ]
- ]
- },
- {
- "name": "weightlifter_2",
- "delays": [
- [
- 0.5,
- 0.5,
- 1,
- 1.5,
- 0.2,
- 0.2,
- 0.1
- ]
- ]
- },
- {
- "name": "weightlifter_3",
- "delays": [
- [
- 0.5,
- 1,
- 1.5,
- 1.5,
- 0.2,
- 0.2,
- 0.1
- ]
- ]
- },
- {
- "name": "handrail",
- "directions": 4
- },
- {
- "name": "grapple_overlay",
- "directions": 4
- },
- {
- "name": "grapplehook"
- },
- {
- "name": "grapplehook_deployed",
- "directions": 4
- },
- {
- "name": "grapplehook_line",
- "directions": 4
- },
- {
- "name": "grapplehook_line_bridge",
- "directions": 4
- },
- {
- "name": "grapplehook_line_bridge1",
- "directions": 4
- },
- {
- "name": "grapplehook_line_bridge2",
- "directions": 4
- },
- {
- "name": "grapple_bridge_overlay",
- "directions": 4
- },
- {
- "name": "grapplehook_bridge_deployed",
- "directions": 4
- }
- ]
- }
|