Home
last modified time | relevance | path

Searched refs:SetProvinceOwner (Results 1 – 5 of 5) sorted by relevance

/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/grand_strategy/
H A Dearth_history.lua374 SetProvinceOwner("Crete", "", "")
420 SetProvinceOwner("Aetolia", "", "")
421 SetProvinceOwner("Argolis", "", "")
422 SetProvinceOwner("Attica", "", "")
423 SetProvinceOwner("Boeotia", "", "")
424 SetProvinceOwner("Corinth", "", "")
425 SetProvinceOwner("Crete", "", "")
426 SetProvinceOwner("Euboea", "", "")
427 SetProvinceOwner("Rhodes", "", "")
826 SetProvinceOwner("Posen", "", "")
[all …]
H A Dnidavellir_history.lua13 SetProvinceOwner("Caverns of Chaincolt", "dwarf", "norlund-clan")
20 SetProvinceOwner("Shorbear Hills", "dwarf", "shorbear-clan")
24 SetProvinceOwner("Southern Tunnels", "dwarf", "shinsplitter-clan")
104SetProvinceOwner("Shorbear Hills", "dwarf", "norlund-clan") -- Shorbear Hold ceded by the Shinspli…
109 SetProvinceOwner("Peaceful Valley", "", "") -- Lggi Tribe destroyed
115SetProvinceOwner("Caverns of Chaincolt", "dwarf", "knalga") -- The Lordship of Knalga was founded …
116 SetProvinceOwner("Southern Tunnels", "dwarf", "knalga")
117 SetProvinceOwner("Shorbear Hills", "dwarf", "knalga")
119SetProvinceOwner("Kal Kartha", "dwarf", "kal-kartha") -- The Lordship of Kal Kartha was founded ar…
123SetProvinceOwner("Lyr", "dwarf", "lyr") -- The Lordship of Lyr was founded around the same time as…
[all …]
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/tolua/
H A Dgrand_strategy.pkg8 extern void SetProvinceOwner(std::string province_name, std::string civilization_name, std::string …
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/
H A Dgrand_strategy.h333 extern void SetProvinceOwner(std::string province_name, std::string civilization_name, std::string …
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/stratagus/
H A Dgrand_strategy.cpp1195 void SetProvinceOwner(std::string province_name, std::string civilization_name, std::string faction… in SetProvinceOwner() function