mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-16 18:59:15 +07:00
Wesnoth map import polished up (#10580)
This commit is contained in:
@ -6,8 +6,19 @@
|
||||
"Aa":["Snow"],
|
||||
"Ai":["Coast","Ice"],
|
||||
"Br":["Railroad"],
|
||||
"C":["Plains"], // Most Castle variants look dark
|
||||
"Cd":["Desert"], // Desert Castle
|
||||
"Cea":["Plains"], // Snowy Encampment
|
||||
"Cfa":["Tundra"], // Winter Dwarven Castle
|
||||
"Cha":["Plains"], // Snowy Human Castle
|
||||
"Chs":["Marsh"], // Swamp Human Ruin
|
||||
"Chw":["Coast"], // Sunken Human Ruin
|
||||
"Cm":["Coast"], // Aquatic Castle
|
||||
"Coa":["Plains"], // Snowy Orcish Castle
|
||||
"Cv":["Grassland"], // Elven Castle
|
||||
"Cva":["Tundra"], // Winter Elven Castle
|
||||
"D":["Desert"],
|
||||
// "Dc" to listOf(Constants.mountain, "Barringer Crater"), // "Crater" - Nope can have many
|
||||
// "Dc":["Mountain","Barringer Crater"], // "Crater" - Nope can have many
|
||||
"Do":["Desert","Oasis"],
|
||||
"F":["Forest"],
|
||||
"Fda":["Tundra","Forest"], // Snowy Deciduous Forest
|
||||
@ -23,7 +34,19 @@
|
||||
"Hhd":["Plains","Hill"], // Dry Hills
|
||||
"Hd":["Desert","Hill"], // Dunes
|
||||
"Ha":["Snow","Hill"], // Snow Hills
|
||||
"K":["Plains"], // Most Keep variants look brownish
|
||||
"Kd":["Desert","Hill"], // Desert Keep
|
||||
"Kea":["Tundra"], // Snowy Encampment Keep
|
||||
"Kfa":["Tundra"], // Winter Dwarven Keep
|
||||
"Kha":["Plains"], // Snowy Human Castle Keep
|
||||
"Khr":["Plains","City ruins"], // Ruined Human Castle Keep
|
||||
"Khw":["Plains","Hill"], // Sunken Human Castle Keep - let's make such a start...
|
||||
"Km":["Plains","Hill"], // Aquatic Keep - ...a tiny island w/2 prod
|
||||
"Koa":["Tundra","Hill"], // Snowy Orcish Keep
|
||||
"Kv":["Forest"], // Elvish Keep
|
||||
"Kva":["Tundra","Forest"], // Winter Elven Keep
|
||||
"M":["Mountain"],
|
||||
"Q":["Ocean"], // "Unwalkable" (fliers can enter), e.g. underground chasms - or make them Lakes?
|
||||
"R":["Plains"], // All their "R" actually means roads - but they mean full-tile low-movement and brownish so..
|
||||
"Rd":["Desert"], // Dry Dirt Road
|
||||
"Rra":["Tundra"], // Icy Cobbles
|
||||
@ -35,8 +58,12 @@
|
||||
"Vhr":["Ancient ruins"], // Ruined Cottage
|
||||
"Vhcr":["City ruins"], // Ruined Human City
|
||||
"Vhhr":["Ancient ruins"], // Ruined Hill Stone Village
|
||||
"Vo":["Barbarian encampment"], // Orcish Village
|
||||
"Vm":["Coast"], // Mermaid village:?
|
||||
"Vo":["Barbarian encampment"], // Orcish Village: Will not function as spawner in game
|
||||
"Wo":["Ocean"],
|
||||
"Ww":["Coast"],
|
||||
"Wwrt":["Coast","Atoll"] // Tropical Coastal Reef, may be too many
|
||||
"Wwrt":["Coast","Atoll"], // Tropical Coastal Reef, may be too many
|
||||
"X":["Mountain"], // Cave walls and obstacles
|
||||
// Special, allows defining the fallback for the required Base Terrain: If this does not contain one, the importer can crash
|
||||
"fallback":["Grassland"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user