Skip to content

Commit fd45bc0

Browse files
committed
fix marill suicune swim
1 parent fd47485 commit fd45bc0

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

common/src/main/resources/data/generations_core/species_additions/generation2/marill.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
{
22
"target": "cobblemon:marill",
3+
"behaviour": {
4+
"moving": {
5+
"swim": {
6+
"canSwimInWater": true,
7+
"canBreatheUnderwater": true
8+
}
9+
},
10+
"resting": {
11+
"canSleep": true,
12+
"willSleepOnBed": false,
13+
"depth": "normal",
14+
"light": "0-4"
15+
}
16+
},
317
"drops": {
418
"amount": 2,
519
"entries": [

common/src/main/resources/data/generations_core/species_additions/generation2/suicune.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
{
22
"target": "cobblemon:suicune",
3+
"behaviour": {
4+
"moving": {
5+
"swim": {
6+
"canSwimInWater": true,
7+
"canBreatheUnderwater": true
8+
}
9+
},
10+
"resting": {
11+
"canSleep": true,
12+
"willSleepOnBed": false,
13+
"depth": "normal",
14+
"light": "0-4"
15+
}
16+
},
317
"drops": {
418
"amount": 1,
519
"entries": [

0 commit comments

Comments
 (0)