Skip to content

Commit

Permalink
Merge pull request #1597 from luisbmier/feature/item-icons-as-tokens
Browse files Browse the repository at this point in the history
Feature/item icons as tokens
  • Loading branch information
Quantumrunner authored Nov 10, 2023
2 parents 13a034b + b080044 commit e092276
Show file tree
Hide file tree
Showing 11 changed files with 470 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ investigators.ini
monsters.ini
items.ini
tokens.ini
tokens_items.ini
56 changes: 56 additions & 0 deletions unity/Assets/StreamingAssets/content/MoM/btt/tokens_items.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
[TokenCommon25Automatic]
name={ffg:COMMON_ITEM_25_AUTOMATIC}
image={import}/img/CommonItem_25_Automatic
traits=weapon firearm common

[TokenCommonBlackjack]
name={ffg:COMMON_ITEM_BLACKJACK}
image={import}/img/CommonItem_Blackjack
traits=weapon heavyweapon common

[TokenCommonEnchantedBlade]
name={ffg:COMMON_ITEM_ENCHANTED_BLADE}
image={import}/img/CommonItem_EnchantedBlade
traits=weapon bladedweapon common

[TokenCommonFineClothes]
name={ffg:COMMON_ITEM_FINE_CLOTHES}
image={import}/img/CommonItem_FineClothes
traits=equipment common

[TokenCommonScribesJournal]
name={ffg:COMMON_ITEM_SCRIBES_JOURNAL}
image={import}/img/CommonItem_ScribesJournal
traits=tome common

[TokenCommonRazor]
name={ffg:COMMON_ITEM_RAZOR}
image={import}/img/CommonItem_Razor
traits=weapon bladedweapon common

; In previous versions, this was incorrectly referred to and printed as equipment, even though it is a tome.
; See also https://github.com/NPBruce/valkyrie/issues/1300
[TokenCommonTomeOfHorrors]
name={ffg:COMMON_ITEM_TOME_OF_HORRORS}
image={import}/img/CommonItem_TomeOfHorrors
traits=tome common

[TokenCommonTomeOfSecrets]
name={ffg:COMMON_ITEM_TOME_OF_SECRETS}
image={import}/img/CommonItem_TomeOfSecrets
traits=tome unique

[TokenUniqueCultistsJournal]
name={ffg:UNIQUE_ITEM_CULTISTS_JOURNAL}
image={import}/img/UniqueItem_CultistsJournal
traits=evidence tome unique

[TokenSpellPoisonMist]
name={ffg:SPELL_POISON_MIST}
image={import}/img/Spell_PoisonMist
traits=spell spellattack

[TokenSpellArcaneInsight]
name={ffg:SPELL_ARCANE_INSIGHT}
image={import}/img/Spell_ArcaneInsight
traits=spell spelldefence
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ monsters.ini
items.ini
tokens.ini
tokens_monsters.ini
tokens_items.ini

; Todo
; MAD27 Mythos
Expand Down
105 changes: 105 additions & 0 deletions unity/Assets/StreamingAssets/content/MoM/hj/tokens_items.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
[TokenCommon41Derringer]
name={ffg:COMMON_ITEM_41_DERRINGER}
image={import}/img/CommonItem_41Derringer
traits=weapon firearm common

[TokenCommonAstronomyGuidebook]
name={ffg:COMMON_ITEM_ASTRONOMY_GUIDEBOOK}
image={import}/img/CommonItem_AstronomyGuideback
traits=tome common

[TokenCaptainsHat]
name={ffg:COMMON_ITEM_CAPTAINS_HAT}
image={import}/img/CommonItem_CaptainsHat
traits=equipment common

[TokenCommonCoalShovel]
name={ffg:COMMON_ITEM_COAL_SHOVEL}
image={import}/img/CommonItem_CoalShovel
traits=weapon heavyweapon common

[TokenCommonDiversHelm]
name={ffg:COMMON_ITEM_DIVERS_HELM}
image={import}/img/CommonItem_DiversHelm
traits=equipment common

[TokenCommonDiversJournal]
name={ffg:COMMON_ITEM_DIVERS_JOURNAL}
image={import}/img/CommonItem_DiversJournal
traits=tome common

[TokenCommonGateBox]
name={ffg:COMMON_ITEM_GATE_BOX}
image={import}/img/CommonItem_GateBox
traits=equipment common

[TokenCommonGatlingGun]
name={ffg:COMMON_ITEM_GATLING_GUN}
image={import}/img/CommonItem_GatlingGun
traits=weapon firearm common

[TokenCommonHarpoon]
name={ffg:COMMON_ITEM_HARPOON}
image={import}/img/CommonItem_Harpoon
traits=weapon bladedweapon common

[TokenCommonLifePreserver]
name={ffg:COMMON_ITEM_LIFE_PRESERVER}
image={import}/img/CommonItem_LifePreserver
traits=weapon heavyweapon common

[TokenCommonMapOfTheLeyLines]
name={ffg:COMMON_ITEM_MAP_OF_THE_LEY_LINES}
image={import}/img/CommonItem_MapoftheLeyLines
traits=equipment common

[TokenCommonMysticSextant]
name={ffg:COMMON_ITEM_MYSTIC_SEXTON}
image={import}/img/CommonItem_MysticSextant
traits=equipment common

[TokenCommonSturdyLuggage]
name={ffg:COMMON_ITEM_STURDY_LUGGAGE}
image={import}/img/CommonItem_SturdyLuggage
traits=weapon heavyweapon common

[TokenUniqueFishingNet]
name={ffg:UNIQUE_ITEM_FISHING_NET}
image={import}/img/UniqueItem_Becky
traits=equipment unique

[TokenUniqueFuel]
name={ffg:UNIQUE_ITEM_FUEL}
image={import}/img/UniqueItem_Fuel
traits=equipment unique
count=3

[TokenUniqueGoldenTrumpet]
name={ffg:UNIQUE_ITEM_GOLDEN_TRUMPET}
image={import}/img/UniqueItem_GoldenTrumpet
traits=equipment unique

[TokenUniqueSatchelOfTheVoid]
name={ffg:UNIQUE_ITEM_SATCHEL_OF_THE_VOID}
image={import}/img/UniqueItem_SatcheloftheVoid
traits=equipment unique

[TokenUniqueTicket]
name={ffg:UNIQUE_ITEM_TICKET}
image={import}/img/UniqueItem_Ticket
traits=evidence unique

[TokenSpellMistsOfRlyeh]
name={ffg:SPELL_MISTS_OF_RLYEH}
image={import}/img/Spell_MistsofRlyeh
traits=spell spelldefence

[TokenSpellStormOfSpirits]
name={ffg:SPELL_STORM_OF_SPIRITS}
image={import}/img/Spell_StormofSpirits
traits=spell spellattack

[TokenSpellPlumbingTheVoid]
name={ffg:SPELL_PLUMBING_THE_VOID}
image={import}/img/Spell_PlumbingtheVoid
traits=spell spelldefence
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ monsters.ini
items.ini
tokens.ini
tokens_monsters.ini
tokens_items.ini
112 changes: 112 additions & 0 deletions unity/Assets/StreamingAssets/content/MoM/pots/tokens_items.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
; Yes, the image name is different to the item name. This is no error.
[TokenCommonDiskOfItzamna]
name={ffg:COMMON_ITEM_DISC_OF_ITZAMNA}
image={import}/img/CommonItem_AncientTalisman
traits=equipment common

[TokenCommonAntiVenom]
name={ffg:COMMON_ITEM_ANTIVENOM}
image={import}/img/CommonItem_Antivenom
traits=equipment common

[TokenCommonExpeditionLog]
name={ffg:COMMON_ITEM_EXPEDITION_LOG}
image={import}/img/CommonItem_ExpeditionLog
traits=tome common

[TokenCommonHedgeShears]
name={ffg:COMMON_ITEM_HEDGE_SHEARS}
image={import}/img/CommonItem_HedgeShears
traits=weapon bladedweapon common

[TokenCommonJeweledSkull]
name={ffg:COMMON_ITEM_JEWELED_SKULL}
image={import}/img/CommonItem_JeweledSkull
traits=equipment common

[TokenCommonLuckyBandana]
name={ffg:COMMON_ITEM_LUCKY_BANDANA}
image={import}/img/CommonItem_LuckyBandana
traits=equipment common

[TokenCommonMatches]
name={ffg:COMMON_ITEM_MATCHES}
image={import}/img/CommonItem_Matches
traits=equipment common

[TokenCommonOtherworldlyCompass]
name={ffg:COMMON_ITEM_OTHERWORLDLY_COMPASS}
image={import}/img/CommonItem_OtherworldlyCompass
traits=equipment common

[TokenCommonPithHelmet]
name={ffg:COMMON_ITEM_PITH_HELMET}
image={import}/img/CommonItem_PithHelmet
traits=equipment common

[TokenCommonSerpentBracelet]
name={ffg:COMMON_ITEM_SERPENT_BRACELET}
image={import}/img/CommonItem_SerpentBracelet
traits=equipment common

[TokenCommonSurvivalKnife]
name={ffg:COMMON_ITEM_SURVIVAL_KNIFE}
image={import}/img/CommonItem_SurvivalKnife
traits=weapon bladedweapon common

[TokenCommonSurvivalPack]
name={ffg:COMMON_ITEM_SURVIVAL_PACK}
image={import}/img/CommonItem_SurvivalPack
traits=weapon heavyweapon common

[TokenCommonTimewornBrand]
name={ffg:COMMON_ITEM_TIMEWORN_BRAND}
image={import}/img/CommonItem_TimeswornBrand
traits=weapon bladedweapon common

[TokenCommonTorch]
name={ffg:COMMON_ITEM_TORCH}
image={import}/img/CommonItem_Torch
traits=weapon heavyweapon lightsource common
count=3

[TokenSpellCallTheStorm]
name={ffg:SPELL_CALL_THE_STORM}
image={import}/img/Spell_CalltheStorm
traits=spell spellattack

[TokenUniqueCitrineSnake]
name={ffg:UNIQUE_ITEM_CITRINE_SNAKE}
image={import}/img/UniqueItem_CitrineSnake
traits=evidence relic unique

[TokenUniqueJadeCrocodile]
name={ffg:UNIQUE_ITEM_JADE_CROCODILE}
image={import}/img/UniqueItem_JadeCrocodile
traits=evidence relic unique

[TokenUniqueObsidianJaguar]
name={ffg:UNIQUE_ITEM_OBSIDIAN_JAGUAR}
image={import}/img/UniqueItem_ObsidianJaguar
traits=evidence relic unique

[TokenUniqueTurquoiseEagle]
name={ffg:UNIQUE_ITEM_TURQUOISE_EAGLE}
image={import}/img/UniqueItem_TurquoiseEagle
traits=evidence relic unique

; Yes, the key name is TokenUniqueMysteriousSerpent, not TokenUniqueMysteriousSnake, like the name and immage suggest
[TokenUniqueMysteriousSerpent]
name={ffg:UNIQUE_ITEM_MYSTERIOUS_SNAKE}
image={import}/img/UniqueItem_MysteriousSnake
traits=ally unique

[TokenSpellBanishment]
name={ffg:SPELL_BANISHMENT}
image={import}/img/Spell_Banishing
traits=spell spelldefence

[TokenSpellSummoning]
name={ffg:SPELL_SUMMONING}
image={import}/img/Spell_Summoning
traits=spell spelldefence
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ investigators.ini
monsters.ini
items.ini
tokens.ini
tokens_items.ini

; Todo
; MAD25 Mythos
Expand Down
Loading

0 comments on commit e092276

Please sign in to comment.