forked from cataclysmroguelikegallery/Cata-Rogall-Modpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tiles48.json
executable file
·107 lines (107 loc) · 2.23 KB
/
tiles48.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[
{
"type": "mod_tileset",
"compatibility": [ "MX+(Overhaul)", "MSX++DEAD_PEOPLE", "UNDEAD_PEOPLE", "UNDEAD_PEOPLE_BASE" ],
"tiles-new": [
{
"file": "overhaul48.png",
"sprite_width":48,
"sprite_height":48,
"sprite_offset_x":-8,
"sprite_offset_y":-16,
"tiles": [
{
"id": "overlay_mutation_MUZZLE_Dragon",
"fg": 0,
"rotates": false
},
{
"id": "overlay_mutation_FOX_EARS",
"fg": 1,
"rotates": false
},
{
"id": "overlay_mutation_MOUSE_EARS",
"fg": 2,
"rotates": false
},
{
"id": "overlay_mutation_LUPINE_EARS",
"fg": 3,
"rotates": false
},
{
"id": "overlay_mutation_WINGS_BIRD",
"fg": 4,
"rotates": false
},
{
"id": "overlay_mutation_WINGS_BAT",
"fg": 5,
"rotates": false
},
{
"id": "overlay_mutation_WINGS_BUTTERFLY",
"fg": 6,
"rotates": false
},
{
"id": "overlay_mutation_TAIL_NINE",
"fg": 7,
"rotates": false
},
{
"id": "overlay_mutation_Rabbit_EARS",
"fg": 8,
"rotates": false
},
{
"id":"headfeather",
"fg": 9,
"rotates": false
},
{
"id":"overlay_worn_headfeather",
"fg": 9,
"rotates": false
},
{
"id":"ayam",
"fg": 10,
"rotates": false
},
{
"id":"overlay_worn_ayam",
"fg": 10,
"rotates": false
},
{
"id": ["overlay_male_crouch", "overlay_female_crouch"],
"bg": 11,
"rotates": false
},
{
"id": ["overlay_male_run", "overlay_female_run"],
"bg": 12,
"rotates": false
},
{
"id": "f_autodoc",
"fg": 13,
"rotates": false
},
{
"id": "overlay_wielded_m107a1",
"fg": 14,
"rotates": false
},
{
"id": "overlay_wielded_rm11b_sniper_rifle",
"fg": 14,
"rotates": false
}
]
}
]
}
]