Skip to content

Commit

Permalink
Added new ability: natural healing #137
Browse files Browse the repository at this point in the history
  • Loading branch information
devapromix committed Jan 31, 2025
1 parent 584a3de commit 4af1329
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion sources/Game/Elinor.Abilities.pas
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,12 @@ interface
// Vampirism
(Enum: abVampirism; Name: 'Vampirism';
Description: ('The leader sucks out the life force', 'of his enemies');
Level: 1; Leaders: [crNosferatu]; ResEnum: reNone;)
Level: 1; Leaders: [crNosferatu]; ResEnum: reNone;),
// Natural Healing
(Enum: abNaturalHealing; Name: 'Natural Healing';
Description: ('This ability allows the leader',
'to heal 10% of his life every day'); Level: 3; Leaders: TemplarLeaders;
ResEnum: reNone;)
//
);

Expand Down
6 changes: 3 additions & 3 deletions sources/Game/Elinor.Creatures.pas
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,9 @@ interface
abHawkEye, abFarSight, abArtifactLore, abBannerBearer, abTravelLore,
abLeadership1, abLeadership2, abLeadership3, abLeadership4,
abUseStaffsAndScrolls, abAccuracy, abPathfinding, abAdvancedPathfinding,
abDealmaker, abHaggler, skNaturalArmor, skArcanePower, skWeaponMaster, skArcaneKnowledge, skArcaneLore,
abSorcery, abTemplar, abMountaineering, abForestry, abDoragorPower,
abVampirism);
abDealmaker, abHaggler, skNaturalArmor, skArcanePower, skWeaponMaster,
skArcaneKnowledge, skArcaneLore, abSorcery, abTemplar, abMountaineering,
abForestry, abDoragorPower, abVampirism, abNaturalHealing);

type
TAbility = record
Expand Down

0 comments on commit 4af1329

Please sign in to comment.