Skip to content

Commit d9e8873

Browse files
committed
Add "Black Serpent Knight: Windcutter" and "Floating Hydro Fungus" resistance values
1 parent 729768c commit d9e8873

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

src/data/gamedata/enemies.json

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,18 @@
13861386
"name": "Black Serpent Knight: Windcutter",
13871387
"desc": "A guard of some standing in the court, sundering the foes of the nation's rulers using a sword art known as \"Truthseeker.\"\nThe Twilight Sword was once one of their number. That realm's glory has been extinguished, never again to be reclaimed.",
13881388
"icon": "img/enemy/Black_Serpent_Knight_Windcutter.png",
1389-
"type": "The Abyss"
1389+
"type": "The Abyss",
1390+
"resistance": [
1391+
[
1392+
"10%",
1393+
"10%",
1394+
"10%",
1395+
"10%",
1396+
"50%",
1397+
"10%",
1398+
"30%"
1399+
]
1400+
]
13901401
},
13911402
"Fatui Skirmisher - Pyroslinger Bracer": {
13921403
"name": "Fatui Skirmisher - Pyroslinger Bracer",
@@ -1692,7 +1703,18 @@
16921703
"name": "Ruin Serpent",
16931704
"desc": "An ancient, bizarrely-shaped autonomous machine.\nIt is said that this was heavy-duty engineering equipment left behind by a nation that has been destroyed. The gear system on its \"head\" can grind its way through even the hardest bedrock. If this was the case, then carving out tunnels with which the forces of this nation might access the whole continent would have been a thing of great ease.",
16941705
"icon": "img/enemy/Ruin_Serpent.png",
1695-
"type": "Automatons"
1706+
"type": "Automatons",
1707+
"resistance": [
1708+
[
1709+
"10%",
1710+
"10%",
1711+
"10%",
1712+
"10%",
1713+
"10%",
1714+
"10%",
1715+
"70%"
1716+
]
1717+
]
16961718
},
16971719
"Ruin Cruiser": {
16981720
"name": "Ruin Cruiser",
@@ -2447,7 +2469,18 @@
24472469
"name": "Floating Hydro Fungus",
24482470
"desc": "A spore organism of some intelligence. It possesses extreme adaptability.\nIt is said that it tastes awful. However, such fungi have lots of moisture within them, and so can be used as an emergency water source...",
24492471
"icon": "img/enemy/Floating_Hydro_Fungus.png",
2450-
"type": "Mystical Beasts"
2472+
"type": "Mystical Beasts",
2473+
"resistance": [
2474+
[
2475+
"10%",
2476+
"10%",
2477+
"10%",
2478+
"20%",
2479+
"10%",
2480+
"10%",
2481+
"10%"
2482+
]
2483+
]
24512484
},
24522485
"Stormterror": {
24532486
"name": "Stormterror",

0 commit comments

Comments
 (0)