Changes between Version 14 and Version 15 of PortA24ToA25


Ignore:
Timestamp:
May 19, 2021, 4:59:07 PM (3 years ago)
Author:
Stan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PortA24ToA25

    v14 v15  
    2121
    2222=== r24989 ===
    23 Treasures now have their rewards in a seperate component. So instead of:
     23Treasures now have their rewards in a separate component. So instead of:
    2424{{{
    2525  <ResourceSupply>
     
    3838}}}
    3939(yes, this means one can reward multiple resources with one treasure).
    40 Also the people gathering those treasures don't need a rate in their `ResourceGatherer` component anymore, but they have a seperate component as well :)
     40Also the people gathering those treasures don't need a rate in their `ResourceGatherer` component anymore, but they have a separate component as well :)
    4141{{{
    4242    <Rates>
     
    6363
    6464=== r25123 ===
    65 Turret points -- a.k.a. visible garrison points -- are now internally fully seperated from a garrison holder. This means that e.g. walls do not need the !GarrisonHolder component anymore. This also means that the aura for entities on walls is now a different type: `turretedUnits` instead of `garrisonedUnits` (the latter only affects entities which are //inside// the holder).
     65Turret points -- a.k.a. visible garrison points -- are now internally fully separated from a garrison holder. This means that e.g. walls do not need the !GarrisonHolder component anymore. This also means that the aura for entities on walls is now a different type: `turretedUnits` instead of `garrisonedUnits` (the latter only affects entities which are //inside// the holder).
    6666Entities which you'd like to be able to be turreted need a new component now `<Turretable/>` in their templates.
    6767
     
    7373
    7474=== r25373 ===
    75 Calling trigger actions now expect 'On[triggerName]' like RegisterTrigger.
     75Calling trigger actions now expect 'On[triggerName]' like !RegisterTrigger.
    7676This changes nothing for maps, but component mods may need updating.