mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
102 lines
5.6 KiB
Markdown
102 lines
5.6 KiB
Markdown
# Towns & Capitals
|
|
|
|
While exploring the world of Shandalar, you will find multiple cities across all biomes. These settlements are a integral part of the game, and can help the player by giving quests, hosting draft/jumpstart events, as well as selling cards and booster packs.
|
|
|
|
## Towns
|
|
|
|

|
|

|
|

|
|

|
|
|
|
Different towns have different buildings, but some of them are common to them. Buildings are identified by the sign right in front of them.
|
|
|
|
- The Inn
|
|
|
|

|
|
|
|
At the inn, players can buy temporary healthpoints, sell cards and join events. Different inns host different events. For example, a town can be hosting a draft for "Urza's Saga Block", while the next one can be hosting a Jumpstart 2025 event.
|
|
|
|
- Job Board
|
|
|
|

|
|
|
|
Going to the job board the player can accept quests, which will reward them with gold and sometimes local reputation. Local reputation reduces the prices of cards sold by shops.
|
|
|
|
- Shard Trader
|
|
|
|

|
|
|
|
The shard trader allows player to trade gold for shards and shards for golds. Shards are used to reroll cards at the shop, as well as joining events.
|
|
|
|
- Card Shops
|
|
|
|

|
|

|
|

|
|
|
|
Card shops sells cards according to the biome and the shop itself. For example, shops in a green city will tend to sell green cards, while shops in a black city will focus on black cards.
|
|
Different shops sells different types of cards, and most of them can be deduced from their name. For example, the shop called "Control Magic" will sell blue cards used to control opponents (counter, tap, untap, etc), while a shop called "Swords, Plowshares, and Beyond" will sell cards that exile permanents. The shop information can be a found in [this user-friendly JSON](https://github.com/Card-Forge/forge/blob/master/forge-gui/res/adventure/Shandalar/world/shops.json).
|
|
|
|
Shops with an Hour Glass sign change their stock daily. All other shops restock only using shards to reroll.
|
|
|
|
Shop contents based on sign:
|
|
|
|
|
|
<img width="360" alt="shop-icons" src="https://github.com/user-attachments/assets/20144079-c8c2-407e-b523-6e995e75d78c" />
|
|
|
|
| |A |B |C |D |E |F |G
|
|
|---------------|---------------|---------------|---------------|---------------|---------------|---------------|---------------|
|
|
|1|-|Instants|Creatures|Green|Red|White|Pirates
|
|
|2|-|Basic Lands|Colorless|Black|Blue|Gold|-
|
|
|3|-|Selesnya G/W|Azorius U/W|Dimir B/U|Rakdos B/R|Gruul G/R|-
|
|
|4|-|Simic G/U|Orzhov B/W|Izzet R/U|Golgari B/G| Boros R/W|-
|
|
|5|-|Goblins|Zombies|Humans|Elves|Merfolk|-
|
|
|6|-|Item Shop|Artifacts|Angels|Golems|Slivers|Assassins
|
|
|7|-|Mardu B/R/W|Jeskai R/W/U|Naya R/G/W|Enchantments|5 Color|Squirrels
|
|
|8|Rogues|Non-Basic Land|Space Marines|Necrons|Chaos|Tyranids|Dragons
|
|
|9|Assembly Workers/Constructs/Myr|Vampires|Vehicles|Grixis R/U/B|Jund R/G/B|Temur R/G/U|Minotaurs
|
|
|10|Dinosaurs|Esper U/W/B|Sultai U/G/B|Bant B/W/G|Abzan G/W/B|Dwarfs|Devils
|
|
|11|Ogres|Item Shop|Equipment|Soldiers|Boosters|D&D|Demons
|
|
|12|Rotating Stock|Druids|Activated Artifacts|Birds|Wolves|Knights|Walls
|
|
|13|Shard Shop|Planeswalkers|Skeletons|Birds|Shamans|Wizards|Sagas
|
|
|14|Player Equipment|Phyrexian|Sphinx|Hydras|Spiders|Insects|Changelings
|
|
|15|Cats|Eldrazi|Clerics|Mutants/Mutate|Horrors|Transform Cards|Universe Beyond
|
|
|16|Battles|Sags|Nobles/Monarch|Giants|Sea Creatures|Snow|Boosters
|
|
|
|
|
|
|
|
## Capitals
|
|
|
|

|
|

|
|

|
|

|
|
|
|
Capitals are bigger and have more buildings than normal towns, but have certain exclusive shops that can really useful for the player.
|
|
|
|
- Item Shop
|
|
|
|

|
|
|
|
Item shops sell items and equipments that the players can use on their journey - such as a rune that allows them to teleport to that capital when on the overworld.
|
|
|
|
- Arena
|
|
|
|

|
|
|
|
At the Arena players can participate in a tournament awarding gold and equipments.
|
|
|
|
- Smith
|
|
|
|

|
|
|
|
The Smith is one of the most important buildings while trying to build a specific deck. Through a filtering system, players can try to create specific cards, by entering the set, mana value, colors and rarity of one or more cards. The more filters you use, the more expensive it gets.
|
|
|
|
There are other buildings for you to explore on your journey through Shandalar. Have fun!
|
|
|
|
|
|
|
|
|
|
|