Skip to content

Commit

Permalink
dropsanity logic implement
Browse files Browse the repository at this point in the history
  • Loading branch information
ScorpioGameKing committed Mar 14, 2024
1 parent 59367fd commit 55c7cde
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 17 deletions.
4 changes: 2 additions & 2 deletions layouts/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"item_margin": "10, 10",
"h_alignment": "left",
"rows": [
["limbo", "wop", "ele_light", "ele_blood"],
["ele_fire", "ele_dark", "ele_poison"]
["wop", "ele_light", "ele_blood", "ele_fire", "ele_dark"],
["ele_poison", "limbo"]
]
}
]
Expand Down
75 changes: 61 additions & 14 deletions locations/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -3762,7 +3762,14 @@
"name": " ",
"item_count": 1
}
]
],
"map_locations": [
{
"map": "Chamber of Fate",
"x": 474,
"y": 730
}
]
}
]
},
Expand Down Expand Up @@ -3842,7 +3849,10 @@
]
},
{
"name": "Mummy: Rusted Sword Drop",
"name": "Mummy: Rusted Sword Drop",
"access_rules": [
"ekey_1"
],
"sections": [
{
"name": "Rusted Sword",
Expand All @@ -3858,7 +3868,10 @@
]
},
{
"name": "Kodama: Summon Kodama Drop",
"name": "Kodama: Summon Kodama Drop",
"access_rules": [
"ekey_1"
],
"sections": [
{
"name": "Spell Ring (Summon Kodama)",
Expand Down Expand Up @@ -3906,7 +3919,10 @@
]
},
{
"name": "Skeleton: Skeleton Axe Drop",
"name": "Skeleton: Skeleton Axe Drop",
"access_rules": [
"ekey_1"
],
"sections": [
{
"name": "Skeleton Axe",
Expand All @@ -3922,7 +3938,10 @@
]
},
{
"name": "Skeleton: Dark Skull Drop",
"name": "Skeleton: Dark Skull Drop",
"access_rules": [
"ekey_1"
],
"sections": [
{
"name": "Spell Ring (Dark Skull)",
Expand All @@ -3938,7 +3957,10 @@
]
},
{
"name": "Phantom: Cursed Blade Drop",
"name": "Phantom: Cursed Blade Drop",
"access_rules": [
"ekey_1"
],
"sections": [
{
"name": "Cursed Blade",
Expand All @@ -3954,7 +3976,10 @@
]
},
{
"name": "Obsidian Skeleton: Obsidian Cursebrand Drop",
"name": "Obsidian Skeleton: Obsidian Cursebrand Drop",
"access_rules": [
"ekey_1, vamp_azure"
],
"sections": [
{
"name": "Obsidian Cursebrand",
Expand All @@ -3970,7 +3995,10 @@
]
},
{
"name": "Obsidian Skeleton: Obsidian Poisonguard Drop",
"name": "Obsidian Skeleton: Obsidian Poisonguard Drop",
"access_rules": [
"ekey_1, vamp_azure"
],
"sections": [
{
"name": "Obsidian Poisonbrand",
Expand All @@ -3986,7 +4014,10 @@
]
},
{
"name": "Anpu: Golden Kopesh Drop",
"name": "Anpu: Golden Kopesh Drop",
"access_rules": [
"ekey_1, vamp_azure"
],
"sections": [
{
"name": "Golden Kopesh",
Expand All @@ -4002,7 +4033,10 @@
]
},
{
"name": "Anpu: Golden Sickle Drop",
"name": "Anpu: Golden Sickle Drop",
"access_rules": [
"ekey_1, vamp_azure"
],
"sections": [
{
"name": "Golden Sickle",
Expand All @@ -4018,7 +4052,10 @@
]
},
{
"name": "Malformed Horse: Brittle Arming Sword Drop",
"name": "Malformed Horse: Brittle Arming Sword Drop",
"access_rules": [
"open_ballroom"
],
"sections": [
{
"name": "Brittle Arming Sword",
Expand All @@ -4034,7 +4071,10 @@
]
},
{
"name": "Jailor: Jailor's Candle Drop",
"name": "Jailor: Jailor's Candle Drop",
"access_rules": [
"ekey_1, vamp_emerald, term_key"
],
"sections": [
{
"name": "Jailor's Candle",
Expand All @@ -4050,7 +4090,11 @@
]
},
{
"name": "Lyrian Longsword Drop",
"name": "Lyrian Longsword Drop",
"access_rules": [
"ekey_1, vamp_white",
"ele_blood"
],
"sections": [
{
"name": "Lyrian Longsword",
Expand Down Expand Up @@ -4114,7 +4158,10 @@
]
},
{
"name": "Abyssal Demon: Ocean Elixir Drop",
"name": "Abyssal Demon: Ocean Elixir Drop",
"access_rules": [
"ekey_1"
],
"sections": [
{
"name": "Ocean Elixir",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Lunacid Pack",
"game_name": "Lunacid",
"package_version": "0.4.2",
"package_version": "0.5.1",
"package_uid": "1f1dbd3f-bf6c-45a4-9ff7-f841a0b0ebe2",
"author": "ScorpioGameKing",
"variants": {
Expand Down

0 comments on commit 55c7cde

Please sign in to comment.