Skip to content

Commit 5660b40

Browse files
committed
Bellsprout
1 parent 9a46336 commit 5660b40

File tree

4 files changed

+58
-0
lines changed

4 files changed

+58
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"portraitScale": 1.0,
3+
"portraitTranslation": [ 0, 0.0, 0 ],
4+
"profileScale": 1.0,
5+
"profileTranslation": [ 0, 0.0, 0 ],
6+
"faint": "pk(generations_core:bellsprout, faintstart)",
7+
"poses": {
8+
"standing": {
9+
"animations": [
10+
"pk(generations_core:bellsprout.pk, idle)"
11+
],
12+
"poseName": "standing",
13+
"poseTypes": [
14+
"PORTRAIT",
15+
"NONE",
16+
"PROFILE",
17+
"STAND",
18+
"FLOAT"
19+
]
20+
},
21+
"walking": {
22+
"animations": [
23+
"pk(generations_core:bellsprout.pk, walk)"
24+
],
25+
"poseName": "walking",
26+
"poseTypes": [
27+
"WALK"
28+
]
29+
},
30+
"sleeping": {
31+
"animations": [
32+
"pk(generations_core:bellsprout.pk, sleeploop)"
33+
],
34+
"poseName": "sleeping",
35+
"poseTypes": [
36+
"SLEEP"
37+
]
38+
}
39+
}
40+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"species": "cobblemon:bellsprout",
3+
"order": 3,
4+
"variations": [
5+
{
6+
"poser": "generations_core:bellsprout",
7+
"model": "generations_core:bellsprout.pk",
8+
"texture": "pk:normal",
9+
"layers": []
10+
},
11+
{
12+
"aspects": [
13+
"shiny"
14+
],
15+
"texture": "pk:shiny"
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)