Now we've virtually completed the flights and destinations, I was going to look at adding in the Buildings.
So far it seems we have:
Residential Buildings
Airport Buildings
Commercial Buildings
Industry Buildings
Decorations
Event Buildings
Collectable Buildings
I was thinking we start on the Residential Buildings and work through one section at a time? It's just a case of working out how best to template this, as there are quite a few different variables.
An example being the Merry Go Round - Gives out normal passengers until it's the valentines event then gives out Romantic Passengers.
It does appear, however would need to test it, that I can make one template with everything in it, and the bits that are not needed can be removed when adding the details. So the Merry Go Round could have:
| passengers= 5
| romantic_passengers 5 (When event active)
| event_name= On The Wings of Love
Whereas when creating a listing for a normal residental building you would remove the elements not required and just have:
| passengers= 5
It's just a case of working through and seeing every possible catergory that may be needed to start with.
So far it seems we have:
Residential Buildings
Airport Buildings
Commercial Buildings
Industry Buildings
Decorations
Event Buildings
Collectable Buildings
I was thinking we start on the Residential Buildings and work through one section at a time? It's just a case of working out how best to template this, as there are quite a few different variables.
An example being the Merry Go Round - Gives out normal passengers until it's the valentines event then gives out Romantic Passengers.
It does appear, however would need to test it, that I can make one template with everything in it, and the bits that are not needed can be removed when adding the details. So the Merry Go Round could have:
| passengers= 5
| romantic_passengers 5 (When event active)
| event_name= On The Wings of Love
Whereas when creating a listing for a normal residental building you would remove the elements not required and just have:
| passengers= 5
It's just a case of working through and seeing every possible catergory that may be needed to start with.