Commit graph

18 commits

Author SHA1 Message Date
Eric S. Raymond
aba249cf83 Move all #textdomain declarations to line 1 at Ivanovic's request. 2008-02-05 21:56:35 +00:00
Gunter Labes
5c449df942 revert 2007-10-04T14:51:04Z!esr@thyrsus.com
improve the trait tooltips
2007-10-04 17:09:56 +00:00
Eric S. Raymond
11285a1cd0 Give all traits descriptions. 2007-10-04 14:51:04 +00:00
Benoît Timbert
bbbeb3df2f WC/Soulless fix: make a second version of fearless
that will be given even if the random trait generation is disabled
2007-09-18 20:39:47 +00:00
Bruno Wolff III
45eff316cd This puts back 2007-08-15T13:11:46Z!bruno@wolff.to with a couple of changes...
...to cope with code drift and
to throw an error on unknown unit types.
2007-08-18 04:04:45 +00:00
Eric S. Raymond
42d697871e Reverted brunowolff's commit 19551,
it caused many loads to bomb out failing an assertion near the random
number generator.
2007-08-17 04:07:09 +00:00
Bruno Wolff III
a1da27a34f Set not_living based on the undead and mechanical traits...
...in a manner consistant with other trait definititions. Get rid of
not_living key from race. Still need to put back a way for AI to tell
if a unit_type is going to be not_living.
2007-08-15 15:03:56 +00:00
Bruno Wolff III
1e19407281 Make random_traits = "yes" the default.
This makes the feature more powerful as well. You can define less than
the max number of traits manually and have the remainder filled in
randomly. It also forces undead and mechanical to always be assigned
when available for a unit.

Currently no random traits are assigned to leaders. The problem is
that random number generation triggered by the leader creation isn't
properly handled in MP games, so only must have traits can be given
out currently.  This is controlled by [trait] configuration, so down
the road traits that are not unbalancing for MP play (quick was
especially seen as a problem for MP) may be given to leaders.
2007-08-15 13:11:46 +00:00
Gunter Labes
1652768910 updated the WML comments 2007-07-19 17:34:53 +00:00
Benoît Timbert
33cbfe8aa7 Sapient had a better idea for the per level bonus, thus :
- reverted my previous *_per_level implementation

- implement the new times= [effect] key to apply an effect more than once.

The default is to apply the effect once

The other possible value is "per level" wich mean the effect will be
applied level time, where "level" is the level of the unit.
2007-07-18 22:44:45 +00:00
Gunter Labes
f36af6561c [[Balancing changes]]
* changed the 'resilient' trait from +3HP +10% to +4HP + 1HP * unit level
* decreased the HP reduction of the 'quick' trait from 10% to 5%
* decreased the HP addition of the 'healthy' trait from +3HP to +2HP
* decreased the blade and impact resistance of saurians from 0% to -10%
* decreased the fire resistance of saurians from -10% to -20%
* increased the pierce resistance of saurians from 10% to 20%
* increased the HP of saurians by 4HP
* increased the XP requirement of the Saurian Skirmisher and Augur by 2
* increased the melee attack of the Ruffian from 4-2 to 5-2
2007-07-18 20:35:17 +00:00
Benoît Timbert
1a8d02e68d [effect] can add a per_level bonus
(ie a bonus that is equal to value*level) for movement & HP

new key for movement : increase_per_level

new keys for HP : increase_per_level & increase_total_per_level

(this also add two translatable strings)

Also changed the Resilient to +4 HP +1 HP/level (this is what the MP
dev wanted) The help will need to be updated.
2007-07-18 19:06:54 +00:00
Benoît Timbert
0bc25bb7c9 New "mechanical" trait for mechanical unit.
This is only meant to display those units are immune to plague, poison and drain

mention the drain and plague immunity in the "undead" trait description.
2007-07-13 16:48:38 +00:00
Eric S. Raymond
5f58e50664 Reindented all macros except utils.cfg,
that has unbalanced FOREACH/NEXT in it and will need to be
hand-checked.
2007-06-29 11:19:19 +00:00
Benoît Timbert
ffc8a8e220 Changed the logic for the healthy trait to make the trait more useful.
Now "Healthy" no longer bring a double resting bonus, but instead
means that the unit can still rest after a movement.
2007-06-14 00:34:53 +00:00
Mark de Wever
f7f98e883f fixes a comment typo 2007-06-13 15:30:33 +00:00
Benoît Timbert
e1f0fd9c2e Fix the healthy trait comment 2007-06-10 23:27:20 +00:00
Lari Nieminen
7f02e3438a Moved all the rest of the .cfg's in core/ containing only macro definitions...
...to core/macros/.
2007-06-10 11:17:28 +00:00
Renamed from data/core/traits.cfg (Browse further)