Skip to content

Commit

Permalink
Merge pull request #398 from chaosvolt/pending-bn-update-mothman
Browse files Browse the repository at this point in the history
Pending BN Update: Nether Updates
  • Loading branch information
chaosvolt authored Feb 7, 2024
2 parents 17be801 + 16967fa commit cd4cd05
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
11 changes: 8 additions & 3 deletions Arcana_BN/monsters/monster_drops.json
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@
"type": "item_group",
"id": "mon_gozu_death_drops",
"subtype": "collection",
"//": "Adds to existing group",
"entries": [ { "item": "gracken_knuckles", "prob": 45 }, { "item": "essence", "prob": 50, "count": [ 1, 3 ] } ]
},
{
Expand Down Expand Up @@ -1492,8 +1493,12 @@
"type": "item_group",
"id": "mon_bound_glyph_death_drops_universal",
"subtype": "collection",
"entries": [
{ "item": "silver_glyph" }
]
"entries": [ { "item": "silver_glyph" } ]
},
{
"type": "item_group",
"id": "mon_mothman_death_drops",
"subtype": "collection",
"entries": [ { "item": "shadow_gem" }, { "item": "essence", "count": [ 1, 3 ] } ]
}
]
3 changes: 2 additions & 1 deletion Arcana_BN/monsters/monster_factions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
{
"type": "MONSTER_FACTION",
"name": "nether",
"friendly": [ "slime", "cult", "moruboru", "archon" ]
"friendly": [ "slime", "cult", "moruboru", "archon" ],
"neutral": [ "zombie", "zombie_aquatic", "science" ]
},
{
"type": "MONSTER_FACTION",
Expand Down
8 changes: 7 additions & 1 deletion Arcana_BN/monsters/monster_overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@
"id": "mon_gozu",
"copy-from": "mon_gozu",
"type": "MONSTER",
"death_drops": "mon_gozu_death_drops",
"extend": { "categories": [ "CLASSIC" ] }
},
{
Expand Down Expand Up @@ -764,5 +763,12 @@
"copy-from": "mon_zombie_soldier_acid_2",
"type": "MONSTER",
"death_drops": "mon_zombie_soldier_acid_2_death_drops"
},
{
"id": "mon_mothman",
"copy-from": "mon_mothman",
"type": "MONSTER",
"death_drops": "mon_mothman_death_drops",
"extend": { "categories": [ "CLASSIC" ] }
}
]
2 changes: 1 addition & 1 deletion Arcana_BN/monsters/monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@
"death_drops": "mon_bound_glyph_death_drops_universal",
"revert_to_itype": "summon_yugg_bound",
"extend": { "flags": [ "PATH_AVOID_DANGER_2", "PRIORITIZE_TARGETS", "PET_MOUNTABLE" ] },
"delete": { "flags": [ "BASHES", "DESTROYS", "DIGS" ] }
"delete": { "flags": [ "BASHES", "CAN_DIG" ] }
},
{
"id": "mon_kreck_summoned",
Expand Down

0 comments on commit cd4cd05

Please sign in to comment.