From f4cbf91687d034f0ed1fdfcd62cead3b32120e1f Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Tue, 24 Feb 2026 13:36:42 -0500 Subject: [PATCH] Add initial image manifest for relics and potions --- assets/images/board_game/image_manifest.json | 105 +++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 assets/images/board_game/image_manifest.json diff --git a/assets/images/board_game/image_manifest.json b/assets/images/board_game/image_manifest.json new file mode 100644 index 0000000..4ceb258 --- /dev/null +++ b/assets/images/board_game/image_manifest.json @@ -0,0 +1,105 @@ +{ + "relics/common/000.png": "blood_vial", + "relics/common/001.png": "lantern", + "relics/common/002.png": "bag_of_preparation", + "relics/common/003.png": "anchor", + "relics/common/004.png": "mutagen", + "relics/common/005.png": "strike_dummy", + "relics/common/006.png": "orichalcum", + "relics/common/007.png": "ice_cream", + "relics/common/008.png": "regal_pillow", + "relics/common/009.png": "peace_pipe", + "relics/common/010.png": "horn_cleat", + "relics/common/011.png": "the_boot", + "relics/common/012.png": "ink_bottle", + "relics/common/013.png": "mercury_hourglass", + "relics/common/014.png": "red_mask", + "relics/common/015.png": "happy_flower", + "relics/common/016.png": "tungsten_rod", + "relics/common/017.png": "necronomicon", + "relics/common/018.png": "vajra", + "relics/common/019.png": "sundial", + "relics/common/020.png": "pocketwatch", + "relics/common/021.png": "captains_wheel", + "relics/common/022.png": "oddly_smooth_stone", + "relics/common/023.png": "stone_calendar", + "relics/common/024.png": "pen_nib", + "relics/common/025.png": "incense_burner", + "relics/common/026.png": "dollys_mirror", + "relics/common/027.png": "gremlin_horn", + "relics/common/028.png": "duality", + "relics/common/029.png": "nilrys_codex", + "relics/common/030.png": "gambling_chip", + "relics/common/031.png": "toolbox", + "relics/common/032.png": "the_abacus", + "relics/common/033.png": "ninja_scroll", + "relics/common/034.png": "centennial_puzzle", + "relics/common/035.png": "mummified_hand", + "relics/common/036.png": "akabeko", + "relics/common/037.png": "the_courier", + "relics/common/038.png": "blue_candle", + "relics/common/039.png": "golden_idol", + "relics/common/040.png": "letter_opener", + "relics/common/041.png": "ornamental_fan", + "relics/common/042.png": "war_paint", + "relics/common/043.png": "whetstone", + "relics/common/044.png": "old_coin", + "relics/common/045.png": "serpent_head", + "relics/common/046.png": "juzu_bracelet", + "relics/common/047.png": "wing_boots", + "relics/common/048.png": "calipers", + "relics/common/049.png": "dead_branch", + "relics/common/050.png": "du_vu_doll", + "relics/common/051.png": "molten_egg", + "relics/common/052.png": "toxic_egg", + "relics/common/053.png": "omamori", + "relics/common/054.png": "runic_pyramid", + "relics/boss/000.png": "astrolabe", + "relics/boss/001.png": "pandoras_box", + "relics/boss/002.png": "empty_cage", + "relics/boss/003.png": "orrery", + "relics/boss/004.png": "calling_bell", + "relics/boss/005.png": "enchiridion", + "relics/boss/006.png": "tiny_house", + "relics/boss/007.png": "black_blood", + "relics/boss/008.png": "white_beast_statue", + "relics/boss/009.png": "eternal_feather", + "relics/boss/010.png": "nuclear_battery", + "relics/boss/011.png": "snecko_eye", + "relics/boss/012.png": "coffee_dripper", + "relics/boss/013.png": "fusion_hammer", + "relics/boss/014.png": "ectoplasm", + "relics/boss/015.png": "sozu", + "relics/boss/016.png": "ring_of_the_serpent", + "relics/boss/017.png": "thread_and_needle", + "relics/boss/018.png": "wrist_blade", + "potions/000.png": "block_potion", + "potions/001.png": "energy_potion", + "potions/002.png": "explosive_potion", + "potions/003.png": "fire_potion", + "potions/004.png": "swift_potion", + "potions/005.png": "weak_potion", + "potions/006.png": "fear_potion", + "potions/007.png": "flex_potion", + "potions/008.png": "gamblers_brew", + "potions/009.png": "blood_potion", + "potions/010.png": "ghost_in_a_jar", + "potions/011.png": "distilled_chaos", + "potions/012.png": "entropic_brew", + "potions/013.png": "fairy_in_a_bottle", + "potions/014.png": "attack_potion", + "potions/015.png": "skill_potion", + "potions/016.png": "ancient_potion", + "potions/017.png": "block_potion", + "potions/018.png": "energy_potion", + "potions/019.png": "explosive_potion", + "potions/020.png": "fire_potion", + "potions/021.png": "swift_potion", + "potions/022.png": "weak_potion", + "potions/023.png": "fear_potion", + "potions/024.png": "flex_potion", + "potions/025.png": "liquid_memory", + "potions/026.png": "snecko_oil", + "potions/027.png": "purity_potion", + "potions/028.png": "cunning_potion" +}