Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# RE2R-Poptracker-Pack
Poptracker pack for RE2R Archipelago Randomizer

Map files and item images sourced from https://www.evilresource.com/ - please share the love with them, absolutely awesome site and the poptracker would be much worse off without them.
Binary file added images/items/clairea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/items/claireb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/items/hardcore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/items/heart-key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/items/ink-ribbon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/items/killchecks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/items/leon-s-kennedy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/items/standard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/items/upgrade-chip-admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/items/upgradechip-admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 28 additions & 1 deletion items/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
"img_mods": "",
"codes": "spadekey"
},
{
"name": "Heart Key",
"type": "toggle",
"img": "images/items/heart-key.png",
"img_mods": "",
"codes": "heartkey"
},
{
"name": "Club Key",
"type": "toggle",
Expand Down Expand Up @@ -293,7 +300,6 @@
"img_mods": "",
"codes": "combatknife"
},

{
"name": "Spare Key",
"type": "consumable",
Expand All @@ -303,5 +309,26 @@
"initial_quantity": 0,
"img": "images/items/spare-key.png",
"codes": "sparekey"
},
{
"name": "Standard",
"type": "toggle",
"img": "images/items/standard.png",
"img_mods": "",
"codes": "standard"
},
{
"name": "Hardcore",
"type": "toggle",
"img": "images/items/hardcore.png",
"img_mods": "",
"codes": "hardcore"
},
{
"name": "Kill Checks",
"type": "toggle",
"img": "images/items/killchecks.png",
"img_mods": "",
"codes": "killchecks"
}
]
19 changes: 12 additions & 7 deletions layouts/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,31 @@
"item_height": 64,
"item_width": 64,
"rows": [
[
"standard",
"hardcore",
"killchecks"
],
[
"combatknife",
"combatknife",
"spadekey",
"diamondkey",
"clubkey",
"lionmedallion",
"unicornmedallion",
"maidenmedallion"
"unicornmedallion",
"maidenmedallion"
],
[
"smallgear",
"largegear",
"mechanicjackhandle",
"squarecrank",
"boxedelectronicpart1",
"boxedelectronicpart2",
"boxedelectronicpart1",
"boxedelectronicpart2",
"parkinggaragekeycard"
],
[
"t-barhandle",
"t-barhandle",
"pawnplug",
"knightplug",
"bishopplug",
Expand Down Expand Up @@ -69,7 +74,7 @@
"bejeweledbox",
"carkey",
"sewerskey",
"fuse-breakroomhallway"
"fuse-breakroomhallway"
]
]
}
Expand Down
4 changes: 2 additions & 2 deletions layouts/tabs.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
}
},
{
"title": "Outside RPD",
"title": "Streets",
"content": {
"type": "map",
"maps": ["Outside RPD"]
"maps": ["R Streets"]
}
}
]
Expand Down
Loading