Skip to content

Commit 188e110

Browse files
committed
Add enemy placeholders, update Starshroom description
1 parent 7c47e5c commit 188e110

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

src/data/gamedata/enemies.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2817,5 +2817,36 @@
28172817
"0%"
28182818
]
28192819
]
2820+
},
2821+
"Ruin Serpent": {
2822+
"name": "Ruin Serpent",
2823+
"type": "Automatons",
2824+
"desc": "An ancient, bizarrely-shaped autonomous machine.",
2825+
"icon": "https://i.imgur.com/hjzZqV4.png",
2826+
"placeholder": true
2827+
},
2828+
"Black Serpent Knight: Windcutter": {
2829+
"name": "Black Serpent Knight: Windcutter",
2830+
"desc": "A guard of some standing in the court.",
2831+
"icon": "https://i.imgur.com/fcIYgLs.png",
2832+
"placeholder": true
2833+
},
2834+
"Floating Hydro Fungus": {
2835+
"name": "Floating Hydro Fungus",
2836+
"desc": "A spore organism of some intelligence It possesses extreme adapability.",
2837+
"icon": "https://i.imgur.com/9gOXHTd.png",
2838+
"placeholder": true
2839+
},
2840+
"Bluethunder Weasel": {
2841+
"name": "Bluethunder Weasel",
2842+
"desc": "These intelligent weasels live underground within the mining tunnels and cavernous depths of The Chasm. Their fur has a unique blue sheen.",
2843+
"icon": "https://i.imgur.com/Dk1EfeU.png",
2844+
"placeholder": true
2845+
},
2846+
"Lucklight Fly": {
2847+
"name": "Lucklight Fly",
2848+
"desc": "These creatures dwell within The Chasm, absorbing the energies of the strange stones within and emitting a dim light. Because they give off light, they are loved by miners and considered a good omen, thus their term \"Luclight.\"",
2849+
"icon": "https://i.imgur.com/mhEFaW3.png",
2850+
"placeholder": true
28202851
}
28212852
}

src/data/gamedata/materials.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7887,10 +7887,10 @@
78877887
},
78887888
"Starshroom": {
78897889
"name": "Starshroom",
7890-
"desc": "*Upcoming material in 2.6*\nA fungus with a cap that resembles a five-pointed star. It is quite handy indeed [...]",
7891-
"type": "Cooking Ingredient",
7890+
"desc": "*Upcoming material in 2.6*\nA fungus with a cap that resembles a five-pointed star. It is quite hardy indeed. Once it matures, the center of the cap will split open.",
7891+
"type": "Food",
78927892
"category": "Teyvat's Resources",
7893-
"icon": "https://i.imgur.com/BdqjxJO.png"
7893+
"icon": "https://i.imgur.com/WeNOdTH.png"
78947894
},
78957895
"Glazed Sand Crystal": {
78967896
"name": "Glazed Sand Crystal",

0 commit comments

Comments
 (0)