Home
last modified time | relevance | path

Searched refs:Factions (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/grand_strategy/
H A Dgrand_strategy.lua199 …ovinceCountPreGame(Factions[key].Name) > 0 and GetCivilizationData(Factions[key].Civilization, "Pl…
237 for key, value in pairs(Factions) do
238 if (Factions[key] ~= GrandStrategyFaction and GetFactionProvinceCount(Factions[key]) > 0) then
239 AIDoTurn(Factions[key])
246 for key, value in pairs(Factions) do
247 if (Factions[key] ~= GrandStrategyFaction and GetFactionProvinceCount(Factions[key]) > 0) then
248 AIDoDiplomacy(Factions[key])
254 for key, value in pairs(Factions) do
447 for key, value in pairs(Factions) do
457 for key, value in pairs(Factions) do
[all …]
H A Dnidavellir_events.lua167 and GetFactionProvinceCount(Factions.untersberg) > 0
168 and GetFactionProvinceCount(Factions.shinsplitter_clan) > 0
169 and GetFactionProvinceCount(Factions.shorbear_clan) > 0
170 and FactionHasBorderWith(Factions.norlund_clan, Factions.shinsplitter_clan)
171 and FactionHasBorderWith(Factions.norlund_clan, Factions.shorbear_clan)
228 GrandStrategyEvent(Factions.norlund_clan, GrandStrategyEvents.ClosingTheGates)
399 GrandStrategyEvent(Factions.norlund_clan, GrandStrategyEvents.TheWyrm)
427 GrandStrategyEvent(Factions.norlund_clan, GrandStrategyEvents.TheWyrm)
453 GrandStrategyEvent(Factions.norlund_clan, GrandStrategyEvents.TheWyrm)
522 GrandStrategyEvent(Factions.norlund_clan, GrandStrategyEvents.CavernsOfFlame)
[all …]
H A Dteuton_events_old.lua127 …AcquireFactionTechnologies(Factions.suebi_tribe.Civilization, Factions.suebi_tribe.Name, Factions.…
132 GrandStrategyFaction = Factions.marcomanni_tribe
141 …AcquireFactionTechnologies(Factions.suebi_tribe.Civilization, Factions.suebi_tribe.Name, Factions.…
147 …AcquireFactionTechnologies(Factions.suebi_tribe.Civilization, Factions.suebi_tribe.Name, Factions.…
150 GrandStrategyFaction = Factions.marcomanni_tribe
H A Dearth_events.lua86 …and GetFactionDiplomacyState(EventFaction.Civilization, EventFaction.Name, Factions.suebi_tribe.Ci…
87 …and GetFactionDiplomacyState("latin", "rome", Factions.suebi_tribe.Civilization, "suebi-tribe") ==…
99 GrandStrategyEvent(Factions.rome, GrandStrategyEvents.DivitiacusPleaForAssistance)
H A Dgrand_strategy_factions.lua31 Factions = nil
32 Factions = {}
H A Dnorse_events.lua37 …and (GetFactionProvinceCount(Factions.dane_tribe) > 0 or GetFactionProvinceCount(Factions.denmark)…
/dports/games/opendungeons/OpenDungeons-0.7.1/config/
H A Dfactions.cfg1 # Factions definition file.
3 # Each Faction is defined with [Factions] [/Factions]
6 [Factions]
51 [/Factions]
/dports/games/openra/OpenRA-release-20200503/mods/d2k/maps/shellmap/
H A Drules.yaml109 Factions: harkonnen, corrino
114 Factions: harkonnen, corrino
117 Factions: atreides, harkonnen, corrino
122 Factions: harkonnen, corrino
125 Factions: atreides, harkonnen, corrino
130 Factions: harkonnen, corrino
/dports/games/openra/OpenRA-release-20200503/mods/d2k/rules/
H A Dplayer.yaml112 Factions: atreides
115 Factions: harkonnen
118 Factions: ordos
121 Factions: corrino
124 Factions: fremen
127 Factions: mercenary
130 Factions: smuggler
H A Dstructures.yaml221 Factions: atreides
224 Factions: ordos
227 Factions: harkonnen
433 Factions: atreides
436 Factions: ordos
514 Factions: atreides
517 Factions: ordos
680 Factions: atreides
683 Factions: ordos
1125 Factions: ordos
[all …]
H A Dworld.yaml179 Factions: atreides, ordos, harkonnen
183 Factions: atreides
191 Factions: harkonnen
199 Factions: ordos
207 Factions: atreides
215 Factions: harkonnen
223 Factions: ordos
/dports/games/openra/OpenRA-release-20200503/mods/ra/rules/
H A Dstructures.yaml223 Factions: soviet
226 Factions: russia
229 Factions: ukraine
346 Factions: allies
349 Factions: england
352 Factions: france
355 Factions: germany
489 Factions: germany
1023 Factions: allies
1029 Factions: france
[all …]
H A Dworld.yaml224 Factions: allies, england, france, germany, soviet, russia, ukraine
229 Factions: allies, england, france, germany
237 Factions: soviet, russia, ukraine
245 Factions: allies, england, france, germany
253 Factions: soviet, russia, ukraine
/dports/games/openra/OpenRA-release-20200503/mods/cnc/rules/
H A Dworld.yaml208 Factions: gdi, nod
213 Factions: gdi
219 Factions: nod
225 Factions: nod
231 Factions: nod
237 Factions: gdi
243 Factions: gdi
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/stratagus/
H A Dgrand_strategy.cpp328 this->Owner = GrandStrategyGame.Factions[civilization_id][faction_id]; in SetOwner()
469 this->Claims.push_back(GrandStrategyGame.Factions[civilization_id][faction_id]); in AddFactionClaim()
470 GrandStrategyGame.Factions[civilization_id][faction_id]->Claims.push_back(this); in AddFactionClaim()
476Factions[civilization_id][faction_id]->Claims.erase(std::remove(GrandStrategyGame.Factions[civiliz… in RemoveFactionClaim()
913 if (PlayerRaces.Factions[this->Faction]->Type == FactionTypeTribe) { in GetFullName()
914 return PlayerRaces.Factions[this->Faction]->Name; in GetFullName()
915 } else if (PlayerRaces.Factions[this->Faction]->Type == FactionTypePolity) { in GetFullName()
1499 …GrandStrategyGame.Factions[civilization->ID][faction]->DiplomacyStateProposals[GrandStrategyGame.F… in SetFactionDiplomacyStateProposal()
1513 …StateNameById(GrandStrategyGame.Factions[civilization->ID][faction]->GetDiplomacyStateProposal(Gra… in GetFactionDiplomacyStateProposal()
1533 GrandStrategyGame.Factions[civilization->ID][faction]->FactionTier = faction_tier_id; in SetFactionTier()
[all …]
H A Dplayer.cpp430 delete this->Factions[i]; in Clean()
432 this->Factions.clear(); in Clean()
528 …if (PlayerRaces.Factions[faction]->ClassUnitTypes.find(class_id) != PlayerRaces.Factions[faction]-… in GetFactionClassUnitType()
545 …if (PlayerRaces.Factions[faction]->ClassUpgrades.find(class_id) != PlayerRaces.Factions[faction]->… in GetFactionClassUpgrade()
596 if (Factions[faction]->UIFillers.size() > 0) { in GetFactionUIFillers()
597 return Factions[faction]->UIFillers; in GetFactionUIFillers()
1529 …ship_names_changed = PlayerRaces.Factions[this->Faction]->GetShipNames() != PlayerRaces.Factions[f… in SetFaction()
1550 color = PlayerRaces.Factions[faction_id]->Colors[i]; in SetFaction()
1619 CFaction *faction = PlayerRaces.Factions[i]; in SetRandomFaction()
2071Factions.empty() && (this->Faction == -1 || std::find(character->Factions.begin(), character->Fact… in CanRecruitHero()
[all …]
H A Dscript_province.cpp226 … province->FactionCulturalNames[PlayerRaces.Factions[faction]] = TransliterateText(cultural_name); in CclDefineProvince()
241 province->FactionClaims.push_back(PlayerRaces.Factions[faction]); in CclDefineProvince()
271 province->HistoricalOwners[year] = PlayerRaces.Factions[owner_faction]; in CclDefineProvince()
290 province->HistoricalClaims[year] = PlayerRaces.Factions[claimant_faction]; in CclDefineProvince()
457 …tile->FactionCulturalTerrainNames[std::pair<int,CFaction *>(terrain, PlayerRaces.Factions[faction]… in CclDefineWorldMapTile()
507 …tile->FactionCulturalResourceNames[std::pair<int,CFaction *>(resource, PlayerRaces.Factions[factio… in CclDefineWorldMapTile()
542 …tile->FactionCulturalSettlementNames[PlayerRaces.Factions[faction]].push_back(TransliterateText(cu… in CclDefineWorldMapTile()
557 tile->FactionClaims.push_back(PlayerRaces.Factions[faction]); in CclDefineWorldMapTile()
574 tile->HistoricalOwners[year] = PlayerRaces.Factions[owner_faction]; in CclDefineWorldMapTile()
593 tile->HistoricalClaims[year] = PlayerRaces.Factions[claimant_faction]; in CclDefineWorldMapTile()
H A Dscript.cpp3541 if (faction != -1 && !PlayerRaces.Factions[faction]->Mod.empty()) { in DeleteModFaction()
3542 FactionStringToIndex.erase(PlayerRaces.Factions[faction]->Ident); in DeleteModFaction()
3543 delete PlayerRaces.Factions[faction]; in DeleteModFaction()
3544 …erRaces.Factions.erase(std::remove(PlayerRaces.Factions.begin(), PlayerRaces.Factions.end(), Playe… in DeleteModFaction()
3576 for (size_t j = 0; j < PlayerRaces.Factions.size(); ++j) { in DeleteModUnitType()
3579 PlayerRaces.Factions[j]->ClassUnitTypes.erase(iterator->first); in DeleteModUnitType()
3639 int factions_size = PlayerRaces.Factions.size(); in DisableMod()
3641 if (PlayerRaces.Factions[i]->Mod == mod_file) { in DisableMod()
3642 FactionStringToIndex.erase(PlayerRaces.Factions[i]->Ident); in DisableMod()
3643 …layerRaces.Factions.erase(std::remove(PlayerRaces.Factions.begin(), PlayerRaces.Factions.end(), Pl… in DisableMod()
[all …]
/dports/games/openra/OpenRA-release-20200503/mods/ts/rules/
H A Dworld.yaml302 Factions: gdi, nod
307 Factions: gdi
315 Factions: nod
323 Factions: gdi
331 Factions: nod
339 Factions: gdi
347 Factions: nod
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Player/
H A DProvidesPrerequisite.cs27 public readonly HashSet<string> Factions = new HashSet<string>(); field in OpenRA.Mods.Common.Traits.ProvidesPrerequisiteInfo
101 if (Info.Factions.Any()) in Update()
102 enabled = Info.Factions.Contains(faction); in Update()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Conditions/
H A DGrantConditionOnFaction.cs26 public readonly HashSet<string> Factions = new HashSet<string>(); field in OpenRA.Mods.Common.Traits.GrantConditionOnFactionInfo
66 if (conditionToken == ConditionManager.InvalidConditionToken && Info.Factions.Contains(faction)) in TraitEnabled()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/
H A DSpawnActorsOnSell.cs32 public readonly HashSet<string> Factions = new HashSet<string>(); field in OpenRA.Mods.Common.Traits.SpawnActorsOnSellInfo
44 var factionsList = info.Factions; in SpawnActorsOnSell()
/dports/games/pcgen/pcgen/data/pathfinder_pfs/paizo/pathfinder_society/organized_play/
H A Dgtpsop_abilitycategories.lst12 …l CATEGORY:Background TYPE:Society Faction PLURAL:Society Factions DISPLAYLOCATION:…
13 …er_ID CATEGORY:Internal TYPE:Society ID PLURAL:Society Factions DISPLAYLOCATION:…
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/World/
H A DSpawnMPUnits.cs80 ….Where(g => g.Class == spawnClass && g.Factions != null && g.Factions.Contains(p.Faction.InternalN… in SpawnUnitsForPlayer()
/dports/games/glest/glest_source_3.2.2/source/glest_game/world/
H A Dworld.h55 typedef vector<Faction> Factions; typedef
75 Factions factions;

12345678910>>...14