Skip to content

Commit

Permalink
Add enemy placeholders, update Starshroom description
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibowl committed Mar 22, 2022
1 parent 7c47e5c commit 188e110
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions src/data/gamedata/enemies.json
Expand Up @@ -2817,5 +2817,36 @@
"0%"
]
]
},
"Ruin Serpent": {
"name": "Ruin Serpent",
"type": "Automatons",
"desc": "An ancient, bizarrely-shaped autonomous machine.",
"icon": "https://i.imgur.com/hjzZqV4.png",
"placeholder": true
},
"Black Serpent Knight: Windcutter": {
"name": "Black Serpent Knight: Windcutter",
"desc": "A guard of some standing in the court.",
"icon": "https://i.imgur.com/fcIYgLs.png",
"placeholder": true
},
"Floating Hydro Fungus": {
"name": "Floating Hydro Fungus",
"desc": "A spore organism of some intelligence It possesses extreme adapability.",
"icon": "https://i.imgur.com/9gOXHTd.png",
"placeholder": true
},
"Bluethunder Weasel": {
"name": "Bluethunder Weasel",
"desc": "These intelligent weasels live underground within the mining tunnels and cavernous depths of The Chasm. Their fur has a unique blue sheen.",
"icon": "https://i.imgur.com/Dk1EfeU.png",
"placeholder": true
},
"Lucklight Fly": {
"name": "Lucklight Fly",
"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.\"",
"icon": "https://i.imgur.com/mhEFaW3.png",
"placeholder": true
}
}
6 changes: 3 additions & 3 deletions src/data/gamedata/materials.json
Expand Up @@ -7887,10 +7887,10 @@
},
"Starshroom": {
"name": "Starshroom",
"desc": "*Upcoming material in 2.6*\nA fungus with a cap that resembles a five-pointed star. It is quite handy indeed [...]",
"type": "Cooking Ingredient",
"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.",
"type": "Food",
"category": "Teyvat's Resources",
"icon": "https://i.imgur.com/BdqjxJO.png"
"icon": "https://i.imgur.com/WeNOdTH.png"
},
"Glazed Sand Crystal": {
"name": "Glazed Sand Crystal",
Expand Down

0 comments on commit 188e110

Please sign in to comment.