magicciv/public/resources/races/orcs.json
2026-04-07 17:52:04 -07:00

42 lines
1.4 KiB
JSON

{
"id": "orcs",
"name": "Orcs",
"archetype": "raider",
"homeworld": "gorgrund",
"strategic_axes": {
"magic": -5,
"culture": -6,
"wealth": -2,
"expansion": 8,
"growth": 10,
"production": 4
},
"gender_modifiers": {
"female": { "magic": 2, "culture": 1 },
"male": { "wealth": 2, "production": 2 }
},
"terrain_affinity": {
"lava_fields": { "growth": 2 },
"rocky": { "expansion": 1 }
},
"growth_tier": "expansionist",
"leaders": [
{ "name": "Grommak", "sex": "male" },
{ "name": "Morgha", "sex": "female" }
],
"origin_tech": "orc_heritage",
"unique_units": ["wyvern_riders", "orc_shamans"],
"faction_landmark": "warchiefs_tent",
"color": [0, 100, 0],
"ruler_titles": {
"male": { "default": "Warchief", "advanced": "Overlord" },
"female": { "default": "Warchief", "advanced": "Overlord" }
},
"city_names": [
"Gorgrund", "Skullcrag", "Bloodfang", "Ironjaw", "Waagh-Tor",
"Bonepile", "Ashpit", "Krulgar", "Gutspill", "Ragefist",
"Skarheim", "Morkhold", "Gruklag", "Stompfort", "Blacktusk",
"Dreadmaw", "Wargut", "Smashgate", "Rotfang", "Thundermaw"
],
"description": "Conquest-driven hordes that settle fast and fight hard. Their cheap cities spread across the map like wildfire, but maintaining happiness in a sprawling empire of restless warriors demands constant expansion."
}