Home
last modified time | relevance | path

Searched refs:Faction (Results 1 – 25 of 953) sorted by relevance

12345678910>>...39

/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/anglo_saxon/
H A Dcharacters.lua33 Faction = "deira",
53 Faction = "bernicia",
138 Faction = "wessex",
156 Faction = "deira",
199 Faction = "deira",
215 Faction = "kent",
236 Faction = "essex",
255 Faction = "kent",
306 Faction = "deira",
536 Faction = "kent",
[all …]
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/frankish/
H A Dcharacters.lua79 Faction = "francia",
102 Faction = "francia",
118 Faction = "francia",
134 Faction = "francia",
151 Faction = "francia",
168 Faction = "neustria",
185 Faction = "salia",
245 Faction = "salia",
259 Faction = "francia",
287 Faction = "francia",
[all …]
/dports/games/pioneer/pioneer-20210723/src/lua/
H A DLuaFaction.cpp32 const Faction *faction = LuaObject<Faction>::CheckFromLua(1); in l_faction_attr_name()
52 const Faction *faction = LuaObject<Faction>::CheckFromLua(1); in l_faction_attr_id()
73 const Faction *faction = LuaObject<Faction>::CheckFromLua(1); in l_faction_attr_description_short()
93 const Faction *faction = LuaObject<Faction>::CheckFromLua(1); in l_faction_attr_description()
113 const Faction *faction = LuaObject<Faction>::CheckFromLua(1); in l_faction_attr_has_homeworld()
133 const Faction *faction = LuaObject<Faction>::CheckFromLua(1); in l_faction_attr_homeworld()
154 const Faction *faction = LuaObject<Faction>::CheckFromLua(1); in l_faction_attr_founding_date()
176 const Faction *faction = LuaObject<Faction>::CheckFromLua(1); in l_faction_attr_expansion_rate()
197 const Faction *faction = LuaObject<Faction>::GetFromLua(1); in l_faction_attr_radius()
217 const Faction *faction = LuaObject<Faction>::CheckFromLua(1); in l_faction_attr_military_name()
[all …]
/dports/games/freedroidrpg/freedroidrpg-0.16.1/map/
H A DReturnOfTux.droids4 T=FEM: PosX=63 PosY=83 Faction="civilian" UseDialog="Iris" ShortLabel=_"Hot Girl" Marker=9999 RushT…
6 T=FSC: PosX=74 PosY=21 Faction="civilian" UseDialog="Tamara" ShortLabel=_"Librarian" Marker=9999 Ru…
7 T=BAR: PosX=36 PosY=19 Faction="civilian" UseDialog="Ewald" ShortLabel=_"Barkeeper" Marker=9999 Rus…
12 T=WOR: PosX=75 PosY=80 Faction="civilian" UseDialog="Bruce" ShortLabel=_"Mine Worker" Marker=9999 R…
14 T=WOR: PosX=9 PosY=46 Faction="civilian" UseDialog="Duncan" ShortLabel=_"Sketchy Guy" Marker=9999 R…
16 T=COO: PosX=36 PosY=15 Faction="civilian" UseDialog="Michelangelo" ShortLabel=_"Cook" Marker=9999 R…
35 T=ARH: PosX=6 PosY=60 Faction="civilian" UseDialog="Arthur" ShortLabel=_"???" Marker=0 RushTux=0 Fi…
244 T=WOR: PosX=40 PosY=20 Faction="civilian" UseDialog="Dude" ShortLabel=_"Dude" Marker=2024 RushTux=0…
245 T=BAR: PosX=42 PosY=20 Faction="civilian" UseDialog="Guy" ShortLabel=_"Guy" Marker=2024 RushTux=0 F…
344 T=883: PosX=36 PosY=51 Faction="ms" UseDialog="AfterTakeover" ShortLabel=_"SADD" Marker=0 RushTux=0…
[all …]
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/norse/
H A Dcharacters_danish.lua48 Faction = "dane-tribe",
61 Faction = "dane-tribe",
74 Faction = "dane-tribe",
111 Faction = "dane-tribe",
132 Faction = "dane-tribe",
323 Faction = "dane-tribe"
332 Faction = "dane-tribe"
342 Faction = "dane-tribe",
355 Faction = "dane-tribe",
370 Faction = "dane-tribe",
[all …]
H A Dcharacters_norwegian.lua56 Faction = "halogaland",
321 Faction = "hedmark",
343 Faction = "hedmark",
424 Faction = "sogn",
551 Faction = "hordaland",
707 Faction = "hordaland",
716 Faction = "norway",
730 Faction = "orkney",
750 Faction = "orkney",
763 Faction = "norway",
[all …]
H A Dcharacters.lua57 Faction = "scania",
70 Faction = "scania"
80 Faction = "scania",
193 Faction = "gautland",
206 Faction = "gautland" -- was in Hrolf the Old's household
214 Faction = "gautland" -- his son was in Hrolf the Old's household
223 Faction = "gautland", -- was in Hrolf the Old's household
233 Faction = "gautland" -- was in Hrolf the Old's household
242 Faction = "gautland" -- was in Hrolf the Old's household
250 Faction = "gautland" -- was in Hrolf the Old's household
[all …]
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/goth/
H A Dcharacters_burgundian.lua67 Faction = "burgundy",
93 Faction = "burgundy",
108 Faction = "burgundy",
125 Faction = "burgundy",
141 Faction = "burgundy",
158 Faction = "burgundy",
174 Faction = "burgundy",
189 Faction = "burgundy",
206 Faction = "burgundy",
223 Faction = "burgundy",
[all …]
H A Dcharacters_ostrogoth.lua33 Faction = "ostrogoth-tribe",
54 Faction = "ostrogoth-tribe",
71 Faction = "ostrogoth-tribe",
92 Faction = "ostrogoth-tribe",
113 Faction = "ostrogoth-tribe",
130 Faction = "ostrogoth-tribe",
152 Faction = "ostrogoth-tribe",
/dports/games/glest/glest_source_3.2.2/source/glest_game/type_instances/
H A Dfaction.cpp33 void Faction::init( in init()
57 void Faction::end(){ in end()
83 bool Faction::getCpuControl() const{ in getCpuControl()
90 void Faction::startUpgrade(const UpgradeType *ut){ in startUpgrade()
136 bool Faction::reqsOk(const CommandType *ct) const{ in reqsOk()
259 void Faction::applyCostsOnInterval(){ in applyCostsOnInterval()
317 bool Faction::isAlly(const Faction *faction){ in isAlly()
348 Unit *Faction::findUnit(int id){ in findUnit()
357 void Faction::addUnit(Unit *unit){ in addUnit()
362 void Faction::removeUnit(Unit *unit){ in removeUnit()
[all …]
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/teuton/
H A Dcharacters_lombard.lua33 Faction = "lombardy",
48 Faction = "lombardy",
63 Faction = "lombardy",
78 Faction = "lombardy",
93 Faction = "lombardy",
109 Faction = "lombardy",
124 Faction = "lombardy",
139 Faction = "lombardy",
158 Faction = "lombardy",
173 Faction = "lombardy",
[all …]
H A Dcharacters_saxon.lua33 Faction = "saxon-tribe", -- was from "Saxonland"
54 Faction = "saxon-tribe", -- was from "Saxonland"
70 Faction = "saxon-tribe", -- was from "Saxonland"
91 Faction = "saxon-tribe",
108 Faction = "saxony",
140 Faction = "saxony",
155 Faction = "saxony",
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/goblin/
H A Dcharacters.lua34 Faction = "lggi-tribe",
54 Faction = "khag-tribe",
73 Faction = "khag-tribe",
88 Faction = "khag-tribe",
103 Faction = "khag-tribe",
118 Faction = "khag-tribe",
135 Faction = "tenebris",
152 Faction = "myridia",
169 Faction = "stilgar",
186 Faction = "ezmarria",
/dports/games/pcgen/pcgen/data/pathfinder_pfs/paizo/pathfinder_society/organized_play/
H A Dgtpsop_abilities.lst19Faction NAMEISPI:YES CATEGORY:Background TYPE:Society Faction VISIBLE:DISPLAY PREABILITY:1…
20Faction NAMEISPI:YES CATEGORY:Background TYPE:Society Faction VISIBLE:DISPLAY PREABILITY:…
34 None KEY:Society Faction ~ None CATEGORY:Background TYPE:Society Faction
37 ####Block: Basic Traits: Andoran Faction
45 ####Block: Basic Traits: Cheliax Faction
53 ####Block: Basic Traits: Grand Lodge Faction
69 ####Block: Basic Traits: Osirion Faction
77 ####Block: Basic Traits: Qadira Faction
85 ####Block: Basic Traits: Sczarni Faction
109 ####Block: Basic Traits: Taldor Faction
[all …]
/dports/games/pioneer/pioneer-20210723/src/galaxy/
H A DFactions.h21 class Faction : public DeleteEmitter {
29 Faction(Galaxy *galaxy);
103 void AddFaction(Faction *faction);
105 const Faction *GetFaction(const Uint32 index) const;
106 const Faction *GetFaction(const std::string &factionName) const;
107 const Faction *GetNearestClaimant(const Sector::System *sys) const;
117 void Add(const Faction *faction);
121 std::vector<const Faction *> octbox[2][2][2];
126 typedef std::vector<Faction *> FactionList;
128 typedef const std::vector<const Faction *> ConstFactionList;
[all …]
H A DFactions.cpp40 Faction *fac;
109 Faction *fac = l_fac_check(L, 1); in l_fac_description_short()
117 Faction *fac = l_fac_check(L, 1); in l_fac_description()
126 Faction *fac = l_fac_check(L, 1); in l_fac_govtype_weight()
156 Faction *fac = facbld->fac; in l_fac_homeworld()
179 Faction *fac = l_fac_check(L, 1); in LFAC_FIELD_SETTER_FLOAT()
188 Faction *fac = l_fac_check(L, 1); in l_fac_police_name()
197 Faction *fac = l_fac_check(L, 1); in l_fac_police_ship()
207 Faction *fac = l_fac_check(L, 1); in l_fac_illegal_goods_probability()
233 Faction *fac = l_fac_check(L, 1); in l_fac_colour()
[all …]
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/welsh/
H A Dcharacters.lua33 Faction = "dyfed",
84 Faction = "gwent-is-coed",
96 Faction = "dyfed",
110 Faction = "dyfed",
176 Faction = "gwynedd",
199 Faction = "powys" -- presumably
207 Faction = "powys",
226 Faction = "gwynedd",
246 Faction = "gwynedd",
261 Faction = "elmet",
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/
H A Dcampaigns.lua31 Faction = "asa-tribe",
41 Faction = "brising-clan",
52 Faction = "asa-tribe",
63 Faction = "goldhoof-clan",
74 Faction = "asa-tribe",
101 Faction = "jarling-tribe",
111 Faction = "thielung-tribe",
/dports/games/opendungeons/OpenDungeons-0.7.1/config/
H A Dfactions.cfg3 # Each Faction is defined with [Factions] [/Factions]
4 # within a [Faction] [/Faction] tag couple.
7 [Faction]
28 [/Faction]
29 [Faction]
50 [/Faction]
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/dwarf/
H A Dunits_joruvellir.lua37 Faction = "goldhoof-clan",
120 Faction = "goldhoof-clan",
203 Faction = "goldhoof-clan",
286 Faction = "goldhoof-clan",
352 Faction = "goldhoof-clan",
418 Faction = "goldhoof-clan",
/dports/games/megaglest-data/megaglest-data-3.13.0/techs/megapack/lang/
H A Dmegapack_chinese-china.lng29 ; Faction
32 ; Types of Upgrades for this Faction
122 ; Faction
125 ; Types of Upgrades for this Faction
209 ; Faction
212 ; Types of Upgrades for this Faction
296 ; Faction
299 ; Types of Upgrades for this Faction
390 ; Faction
456 ; Faction
[all …]
H A Dmegapack_russian.lng29 ; Faction
32 ; Types of Upgrades for this Faction
122 ; Faction
125 ; Types of Upgrades for this Faction
209 ; Faction
212 ; Types of Upgrades for this Faction
296 ; Faction
299 ; Types of Upgrades for this Faction
390 ; Faction
456 ; Faction
[all …]
H A Dmegapack_greek.lng29 ; Faction
32 ; Types of Upgrades for this Faction
122 ; Faction
125 ; Types of Upgrades for this Faction
209 ; Faction
212 ; Types of Upgrades for this Faction
296 ; Faction
299 ; Types of Upgrades for this Faction
390 ; Faction
456 ; Faction
[all …]
/dports/games/openra/OpenRA-release-20200503/mods/cnc/maps/the-hot-box/
H A Dmap.yaml24 Faction: gdi
30 Faction: nod
37 Faction: nod
44 Faction: nod
51 Faction: nod
58 Faction: nod
65 Faction: nod
72 Faction: nod
79 Faction: nod
86 Faction: nod
[all …]
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/civilizations/latin/
H A Dcharacters.lua33 Faction = "rome",
44 Faction = "rome",
63 Faction = "rome",
77 Faction = "rome"
86 Faction = "rome"
95 Faction = "rome"
103 Faction = "rome",

12345678910>>...39