| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "version": 1,
- "license": "AGPLv3",
- "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "slotmachine",
- "delays": [
- [
- 0.1,
- 0.1
- ]
- ]
- },
- {
- "name": "slotmachine_pull",
- "delays": [
- [
- 0.02,
- 0.02,
- 0.02,
- 0.02,
- 0.02,
- 0.02,
- 0.02,
- 0.02,
- 1,
- 0.02,
- 0.02,
- 0.02,
- 0.02,
- 0.02,
- 0.02,
- 0.02,
- 0.02
- ]
- ]
- },
- {
- "name": "slot_spin",
- "delays": [
- [
- 0.02,
- 0.02,
- 0.02,
- 0.02,
- 0.02,
- 0.02
- ]
- ]
- },
- {
- "name": "slot_Seven"
- },
- {
- "name": "slot_Diamond"
- },
- {
- "name": "slot_Cherry"
- },
- {
- "name": "slot_Bar"
- },
- {
- "name": "slot_Lemon"
- },
- {
- "name": "slot_Heart"
- },
- {
- "name": "slot_Watermelon"
- },
- {
- "name": "slotmachine_off"
- },
- {
- "name": "slotmachine_broken"
- }
- ]
- }
|