Changes between Version 5 and Version 6 of ModdingResources


Ignore:
Timestamp:
Oct 28, 2017, 3:45:52 PM (6 years ago)
Author:
Nescio
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • ModdingResources

    v5 v6  
    118118#!js
    119119  {
    120     return 4;
     120    return 5;
    121121  },
    122   "rowLength": 4,
     122  "rowLength": 5,
    123123}}}
    124124  * `gui/session/selection_panels_left/barter_panel.xml` (currently line 6): e.g. `<repeat count="5">` (this value must match the return value of the JS file)
     
    220220* `simulation/templates/special/player_gaia.xml`
    221221* `simulation/templates/template_structure.xml`
    222 This sufficient for having, displaying, trading, bartering, tributing, and using a resource.
     222This is sufficient for having, displaying, trading, bartering, tributing, and using a resource.
    223223
    224224If you also want to make your resource gatherable, you'll need more icons, create templates, and edit AI files and maps; see the relevant sections (above).