-
Notifications
You must be signed in to change notification settings - Fork 345
/
Copy pathtail_lizard.json
84 lines (84 loc) · 1.69 KB
/
tail_lizard.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
{
"name": "Lizard tail",
"type_name": "tail",
"layer_1": {
"zPos": 85,
"male": "body/tail/lizard/adult/fg/",
"muscular": "body/tail/lizard/adult/fg/",
"female": "body/tail/lizard/adult/fg/",
"pregnant": "body/tail/lizard/adult/fg/",
"teen": "body/tail/lizard/adult/fg/",
"child": "body/tail/lizard/child/fg/"
},
"layer_2": {
"zPos": 5,
"male": "body/tail/lizard/adult/bg/",
"muscular": "body/tail/lizard/adult/bg/",
"female": "body/tail/lizard/adult/bg/",
"pregnant": "body/tail/lizard/adult/bg/",
"teen": "body/tail/lizard/adult/bg/",
"child": "body/tail/lizard/child/bg/"
},
"variants": [
"light",
"amber",
"olive",
"taupe",
"bronze",
"brown",
"black",
"lavender",
"blue",
"zombie_green",
"green",
"pale_green",
"bright_green",
"dark_green",
"fur_black",
"fur_brown",
"fur_tan",
"fur_copper",
"fur_gold",
"fur_grey",
"fur_white"
],
"animations": [
"spellcast",
"thrust",
"walk",
"slash",
"shoot",
"hurt",
"watering",
"idle",
"jump",
"run",
"sit",
"emote",
"climb",
"combat",
"1h_slash",
"1h_backslash",
"1h_halfslash"
],
"match_body_color": true,
"credits": [
{
"file": "body/tail/lizard",
"notes": "edited for v3 bases and recolored by bluecarrot16, additional animations added by JaidynReiman",
"authors": [
"Nila122",
"bluecarrot16",
"JaidynReiman"
],
"licenses": [
"OGA-BY 3.0",
"CC-BY-SA 3.0",
"GPL 3.0"
],
"urls": [
"https://opengameart.org/content/drakes-and-lizardfolk"
]
}
]
}