Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2000:
[Freeciv-Dev] major expansion
Home

[Freeciv-Dev] major expansion

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] major expansion
From: "Daryl Putman" <marquis@xxxxxxxxxx>
Date: Fri, 14 Jan 2000 13:29:49 -0500
Reply-to: marquis@xxxxxxxxxx

make everything be a script in a big scripting language

ex:  building(hanging gardens) {
           wonder,
           oneshieldcost=300
           foodcost=1          // per turn
           allhappiness+=1,
           happiness+=3, };
      building(temple) {
           unhappiness-=2
           turncost==2
           onetimecost==50
           onetimefood==10 };

also governments
      govt(democracy) {
           corruption==0
           trade==200%
           gold=+50
          }

and leaves lots of room especially for unit/building expansions, 
potentially adding more than just 'gold, shield, food' resources


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] major expansion, Daryl Putman <=