Skip to content

Commit 7024c96

Browse files
committed
feat: add Santa_Snake monster with unique attributes and update Crystal_Custard effect for consistency
1 parent 7d563ed commit 7024c96

File tree

9 files changed

+35
-2
lines changed

9 files changed

+35
-2
lines changed

data/website-data.json

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21524,7 +21524,7 @@
2152421524
{
2152521525
"name": "Crystal_Custard",
2152621526
"rawName": "Crystal3",
21527-
"effect": "{100%_Drop_Rate_and_Exp_from_monsters",
21527+
"effect": "{100%_Drop_Rate_and_Class_Exp",
2152821528
"bonus": 100,
2152921529
"x": "-19",
2153021530
"y": "20",
@@ -21990,6 +21990,16 @@
2199021990
"y": "0",
2199121991
"z": "-37",
2199221992
"filler": "5"
21993+
},
21994+
{
21995+
"name": "Santa_Snake",
21996+
"rawName": "snakeR",
21997+
"effect": "{25%_Class_EXP,_{25%_Drop_Rate,_1.01x_Class_EXP,_and_1.01x_Drop_Rate",
21998+
"bonus": 25,
21999+
"x": "-3",
22000+
"y": "0",
22001+
"z": "-9",
22002+
"filler": "0"
2199322003
}
2199422004
],
2199522005
"superbitsUpgrades": [
@@ -22967,7 +22977,7 @@
2296722977
[
2296822978
600,
2296922979
152,
22970-
1
22980+
0
2297122981
]
2297222982
],
2297322983
[
@@ -163965,6 +163975,29 @@
163965163975
1
163966163976
]
163967163977
},
163978+
"snakeR": {
163979+
"Name": "Santa_Snake",
163980+
"AFKtype": "FIGHTING",
163981+
"MonsterFace": 25,
163982+
"MonsterOffsetX": 38,
163983+
"MonsterOffsetY": 36,
163984+
"HeightOfMonster": 32,
163985+
"MonsterMoving": 1,
163986+
"MovingFrame": 6,
163987+
"DeathFrame": 13,
163988+
"RespawnTime": 45,
163989+
"MonsterHPTotal": 170,
163990+
"Type": "G.MONSTER_TYPE",
163991+
"SpecialType": "_",
163992+
"ExpGiven": 34,
163993+
"ExpType": 0,
163994+
"Defence": 18,
163995+
"MoveSPEED": 5,
163996+
"Damages": [
163997+
22,
163998+
1
163999+
]
164000+
},
163968164001
"crabcakeB": {
163969164002
"Name": "Mr_Blueberry",
163970164003
"AFKtype": "FIGHTING",

public/data/NjBorderS8.png

1.18 KB
Loading

public/data/NjBorderS9.png

1.59 KB
Loading

public/data/behaviors.mbs

78 Bytes
Binary file not shown.

public/data/resources.mbs

241 Bytes
Binary file not shown.

public/data/scene-111.mbs

32 Bytes
Binary file not shown.

public/data/scene-133.mbs

32 Bytes
Binary file not shown.

public/data/uiPatch.png

22 KB
Loading

public/data/z_q.png

756 Bytes
Loading

0 commit comments

Comments
 (0)