Benutzer-Werkzeuge

Webseiten-Werkzeuge


scripting:ems

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
scripting:ems [2020/12/01 21:44] madshadowscripting:ems [2022/01/11 23:27] (aktuell) madshadow
Zeile 213: Zeile 213:
  -- ********************************************************************************************  -- ********************************************************************************************
  DisableStandardVictoryCondition = false,  DisableStandardVictoryCondition = false,
- + 
 +        -- ******************************************************************************************** 
 + -- * NeedsCppLogic 
 + -- * If true, the script will check if all players have mcbs CppLogic dll loaded 
 + -- * Set to true if you use function of CppLogic 
 + -- * (default: false) 
 + -- ******************************************************************************************** 
 + NeedsCppLogic = false, 
 + 
 +        -- ******************************************************************************************** 
 + -- * NeedsS5CommunityLib 
 + -- * If true, the script will check if all players have the same version of the S5CommunityLib 
 + -- * Set to true if you use function of the S5CommunityLib 
 + -- * (default: false) 
 + -- ******************************************************************************************** 
 + NeedsS5CommunityLib = false, 
  -- ********************************************************************************************  -- ********************************************************************************************
  -- * Units  -- * Units
Zeile 265: Zeile 281:
  WeatherChangeLockTimer =  3,  WeatherChangeLockTimer =  3,
   
 + -- * Enables chaning to a specific weather with the weather tower
  MakeSummer = 1,  MakeSummer = 1,
  MakeRain   = 1,  MakeRain   = 1,
Zeile 273: Zeile 290:
   
  -- * HQRush  -- * HQRush
- -- * If set to true, Headquarters are invulernerable as long the player still has village centers + -- * If set to 1, Headquarters are invulernerable as long the player still has village centers 
- HQRush     = 1,+ AntiHQRush = 1, 
 + 
 + -- * If set to 1, Players can't abuse blessing and overtime in combination for unlimited work
  BlessLimit = 1,  BlessLimit = 1,
 +
 + -- * if set to true, Players are not able to lose their Headquarter.
 + InvulnerableHQs = false,
   
  -- * Heroes  -- * Heroes
 + -- * NumberOfHeroesForAll sets the number of heroes every player can pick
 + -- * 1 behind each hero defines if the hero is allowed; 0 for forbidden
 + NumberOfHeroesForAll = 2,
  Dario    = 1,  Dario    = 1,
  Pilgrim  = 1,  Pilgrim  = 1,
scripting/ems.1606859057.txt.gz · Zuletzt geändert: 2021/09/18 19:00 (Externe Bearbeitung)