Skip to content

Commit

Permalink
Merge pull request #37 from ScipioWright/logic-tricks
Browse files Browse the repository at this point in the history
Logic tricks
  • Loading branch information
Br00ty authored Nov 3, 2024
2 parents 48b0765 + c004284 commit 825146d
Show file tree
Hide file tree
Showing 4 changed files with 365 additions and 441 deletions.
20 changes: 10 additions & 10 deletions items/common_pop.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "toggle",
"loop": true,
"img": "images/shield.png",
"codes": "shield"
"codes": "shield,ls_item"
},
{
"name": "Lantern",
Expand Down Expand Up @@ -34,7 +34,7 @@
"type": "toggle",
"loop": true,
"img": "images/sword1.png",
"codes": "stick,ring,switch,tubes"
"codes": "stick,ring,switch,tubes,ls_item"
},
{
"name": "Sword",
Expand All @@ -45,15 +45,15 @@
"stages": [
{
"img": "images/sword2.png",
"codes": "sword,ring,grass,switch,tubes"
"codes": "sword,ring,grass,switch,tubes,ls_item"
},
{
"img": "images/sword3.png",
"codes": "sword,ring,grass,switch,tubes"
"codes": "sword,ring,grass,switch,tubes,ls_item"
},
{
"img": "images/sword4.png",
"codes": "sword,ring,grass,switch,tubes,bigsword"
"codes": "sword,ring,grass,switch,tubes,bigsword,ls_item"
}
]
},
Expand All @@ -66,19 +66,19 @@
"stages": [
{
"img": "images/sword1.png",
"codes": "stick,ring,switch,tubes,progsword"
"codes": "stick,ring,switch,tubes,progsword,ls_item"
},
{
"img": "images/sword2.png",
"codes": "sword,ring,grass,switch,tubes,progsword"
"codes": "sword,ring,grass,switch,tubes,progsword,ls_item"
},
{
"img": "images/sword3.png",
"codes": "sword,ring,grass,switch,tubes,progsword"
"codes": "sword,ring,grass,switch,tubes,progsword,ls_item"
},
{
"img": "images/sword4.png",
"codes": "sword,ring,grass,switch,tubes,bigsword,progsword"
"codes": "sword,ring,grass,switch,tubes,bigsword,progsword,ls_item"
}
]
},
Expand Down Expand Up @@ -115,7 +115,7 @@
"type": "toggle",
"loop": true,
"img": "images/magic_orb.png",
"codes": "orb"
"codes": "orb,ls_item"
},
//Temporary "Grass Fix" LMAO i hate that this works tbh lmao
{
Expand Down
Loading

0 comments on commit 825146d

Please sign in to comment.