Skip to content

Commit

Permalink
Add initial objects for new monsters
Browse files Browse the repository at this point in the history
And some types
  • Loading branch information
Glazelf committed Sep 28, 2024
1 parent 3b9d260 commit 02ad315
Showing 1 changed file with 152 additions and 0 deletions.
152 changes: 152 additions & 0 deletions monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,25 @@
}
]
},
{
"_id": {
"$oid": ""
},
"name": "Arkveld",
"type": "",
"isLarge": true,
"elements": [],
"ailments": [],
"weakness": [],
"games": [
{
"game": "Monster Hunter Wilds",
"image": "",
"info": "",
"danger": ""
}
]
},
{
"_id": {
"$oid": "5e1570f48a80af35ce52d757"
Expand Down Expand Up @@ -914,6 +933,25 @@
}
]
},
{
"_id": {
"$oid": ""
},
"name": "Balahara",
"type": "Leviathan",
"isLarge": true,
"elements": [],
"ailments": [],
"weakness": [],
"games": [
{
"game": "Monster Hunter Wilds",
"image": "",
"info": "",
"danger": ""
}
]
},
{
"_id": {
"$oid": "5e1433468a80af35ce52d6f8"
Expand Down Expand Up @@ -2047,6 +2085,25 @@
}
]
},
{
"_id": {
"$oid": ""
},
"name": "Chatacabra",
"type": "",
"isLarge": true,
"elements": [],
"ailments": [],
"weakness": [],
"games": [
{
"game": "Monster Hunter Wilds",
"image": "",
"info": "",
"danger": ""
}
]
},
{
"_id": {
"$oid": "5dfc951f9dabf81e7717cea4"
Expand Down Expand Up @@ -2686,6 +2743,25 @@
}
]
},
{
"_id": {
"$oid": ""
},
"name": "Doshaguma",
"type": "Fanged Beast",
"isLarge": true,
"elements": [],
"ailments": [],
"weakness": [],
"games": [
{
"game": "Monster Hunter Wilds",
"image": "",
"info": "",
"danger": ""
}
]
},
{
"_id": {
"$oid": "5e15bcb78a80af35ce52d7a4"
Expand Down Expand Up @@ -5290,6 +5366,25 @@
}
]
},
{
"_id": {
"$oid": ""
},
"name": "Lala Barina",
"type": "Temnoceran",
"isLarge": true,
"elements": [],
"ailments": [],
"weakness": [],
"games": [
{
"game": "Monster Hunter Wilds",
"image": "",
"info": "",
"danger": ""
}
]
},
{
"_id": {
"$oid": "5e1558798a80af35ce52d72d"
Expand Down Expand Up @@ -6714,6 +6809,25 @@
}
]
},
{
"_id": {
"$oid": ""
},
"name": "Quematrice",
"type": "Brute Wyvern",
"isLarge": true,
"elements": [],
"ailments": [],
"weakness": [],
"games": [
{
"game": "Monster Hunter Wilds",
"image": "",
"info": "",
"danger": ""
}
]
},
{
"_id": {
"$oid": "5e15823c8a80af35ce52d778"
Expand Down Expand Up @@ -7163,6 +7277,25 @@
}
]
},
{
"_id": {
"$oid": ""
},
"name": "Rey Dau",
"type": "Flying Wyvern",
"isLarge": true,
"elements": [],
"ailments": [],
"weakness": [],
"games": [
{
"game": "Monster Hunter Wilds",
"image": "",
"info": "",
"danger": ""
}
]
},
{
"_id": {
"$oid": "5e15740e8a80af35ce52d75f"
Expand Down Expand Up @@ -8848,6 +8981,25 @@
}
]
},
{
"_id": {
"$oid": ""
},
"name": "Uth Duna",
"type": "Leviathan",
"isLarge": true,
"elements": [],
"ailments": [],
"weakness": [],
"games": [
{
"game": "Monster Hunter Wilds",
"image": "",
"info": "",
"danger": ""
}
]
},
{
"_id": {
"$oid": "5e155ed08a80af35ce52d737"
Expand Down

0 comments on commit 02ad315

Please sign in to comment.