[Freeciv-Dev] Re: Veteran question
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Wed, 14 Jul 2004, Christian Knoke wrote:
> [building_sun_tzus_war_academy]
> effect =
> { "type", "range", "amount", "aff_unit"
> "Unit_Veteran", "Player", 0, "Land"
> "Unit_Vet_Combat", "Player", 100, "Land"
> }
> helptext = _("\
> All your new ground units become veterans (for all of your cities). \
> The chance of a unit becoming a veteran after a battle increases\
> from 50% to 100%.\
> ")
>
> "becomes veterans" means "experienced" level?
>
> "100% chance" means "one veteran step for each won battle"?
Good questions. Yes, this applies to every veteran level. In the current
code, the veteran chance is increased by 50% of the original value, so 50%
chance becomes 75% chance (not 100!), and 20% chance becomes 30% chance
etc..
So I guess we should fix the helptext. Setting it back to (ruleset
value+50)% would be way too powerful, IMO.
- Per
|
|