rosedu / wouso

World of USO - the Official Repository
http://wouso.rosedu.org
Other
122 stars 103 forks source link

Admin interface for currency/coins #468

Open razvand opened 10 years ago

razvand commented 10 years ago

The default names for the game's currency items are "points" and "gold". This should be configured by the interface. "points" could also be "experience" or "prestige" or "valor" and "gold" could be "energy" or "mana" or "credits" or "crystals" or "influence".

Moreover, considering its generic-wanna-be nature, I think the platform should allow a custom number of currency items. It should have a non-removable "points"-like currency item upon which the top is based, and then a custom number of other currency items, not just one ("gold"). It may be that for a given name we would have "lumber", "gold", "food" and "ammo" or something else altogether. The "Formulas" section would decide how these currency items would be obtained and what they would be useful for.

alexef commented 10 years ago

I think this is already available, but misses a cpanel interface. Each coin is stored in the database and has name and title properties which can be change (from django admin).

I would change the issue into: admin interface for coins.