Changes between Version 64 and Version 65 of EnglishStyleGuide


Ignore:
Timestamp:
Aug 26, 2019, 10:07:48 AM (5 years ago)
Author:
Nescio
Comment:

ce

Legend:

Unmodified
Added
Removed
Modified
  • EnglishStyleGuide

    v64 v65  
    225225* **[attributes]**: the modified stats; see [[EnglishStyleGuide#Stats | above]]
    226226* **[requirements]**: if and only if a `requiredTechnology` is set; specifies the `genericName` of the required technology; e.g.:
    227   * `"pop_wonder"` → (requires the “Glorious Expansion” technology) ([https://trac.wildfiregames.com/browser/ps/trunk/binaries/data/mods/public/simulation/data/auras/structures/wonder_pop_2.json Glorious Expansion aura])
     227  * `"pop_wonder"` → (requires the “Glorious Expansion” technology)
    228228 
    229229The exact format depends on the aura `type` (see [https://trac.wildfiregames.com/browser/ps/trunk/binaries/data/mods/public/simulation/components/Auras.js Auras.js]):
     
    236236
    237237=== Technologies
    238 Technologies are JSON files located inside `simulation/data/technologies/`. All technologies are global and irreversible. Please follow the **"[player] [class] [change] [attributes]"** format (see auras [[EnglishStyleGuide#Auras | above]]), e.g.:
     238Technologies are JSON files located inside `simulation/data/technologies/`. All technologies are global and irreversible. Please follow the **"[player] [class] [change] [attributes]"** format (see auras [[EnglishStyleGuide#Auras | above]], without [requirements]), e.g.:
    239239
    240240`       "tooltip": "Siege Engines +2 hack armor.",` ([https://trac.wildfiregames.com/browser/ps/trunk/binaries/data/mods/public/simulation/data/technologies/siege_armor.json siege armor])