Changes between Version 9 and Version 10 of PortA24ToA25


Ignore:
Timestamp:
Apr 2, 2021, 6:43:42 PM (3 years ago)
Author:
wraitii
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PortA24ToA25

    v9 v10  
    6060Turret 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).
    6161Entities which you'd like to be able to be turreted need a new component now `<Turretable/>` in their templates.
     62
     63=== r25174 ===
     64The 'Builder' class is used for entities that can build structure, instead of assuming the 'Worker' class implies it.