Skip to content

Commit

Permalink
Tamable Wildlife: Tamable Bugs (#61020)
Browse files Browse the repository at this point in the history
* Add files via upload

* Update insect_spider.json

* Update fish.json

* Update eggs.json

* Update other.json

* Update eggs.json

* Update recipe_egg.json

* Add files via upload

* Update recipe_food.json

* Update eggs.json

* Update recipe_egg.json

* Update recipe_egg.json

* Update recipe_food.json

* Update recipe_food.json

* Update nested.json

* Update nested.json

* Update eggs.json

* Update eggs.json

* Delete data/mods/Tamable_Wildlife/recipes directory

* Delete fish.json

* Delete insect_spider.json

* Delete data/mods/Tamable_Wildlife/items directory

* Delete data/mods/Tamable_Wildlife/monstergroups directory

* Add files via upload
  • Loading branch information
Karol1223 authored Sep 17, 2022
1 parent a976f1c commit a3c6a29
Show file tree
Hide file tree
Showing 8 changed files with 626 additions and 0 deletions.
28 changes: 28 additions & 0 deletions data/mods/Tamable_Wildlife/fish.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[
{
"id": "mon_crayfish_giant_larva",
"type": "MONSTER",
"copy-from": "mon_crayfish_giant_larva",
"name": { "str": "giant crayfish larva", "str_pl": "giant crayfish larvae" },
"petfood": {
"food": [ "BUGFOOD" ],
"feed": "The %s seems to... uhh, like you? Well, as certainly as you could tell a giant crustacean could like you. It swims around your legs and seems friendly.",
"pet": "The %s swims around your feet."
},
"extend": { "flags": [ "CANPLAY" ] }
},
{
"id": "mon_giant_crayfish",
"type": "MONSTER",
"copy-from": "mon_giant_crayfish",
"name": { "str_sp": "giant crayfish" },
"extend": { "flags": [ "CANPLAY" ] }
},
{
"id": "mon_crayfish_mega",
"type": "MONSTER",
"copy-from": "mon_crayfish_mega",
"name": { "str_sp": "colossal crayfish" },
"extend": { "flags": [ "CANPLAY", "PET_MOUNTABLE" ] }
}
]
Loading

0 comments on commit a3c6a29

Please sign in to comment.