Skip to content

Commit

Permalink
Added Red Ajah tier one ability - +15% ranged combat defense.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergeus committed Feb 23, 2015
1 parent 820dbe2 commit 46e5932
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
9 changes: 9 additions & 0 deletions WoTMod/XML/GameText/PromotionText.xml
Expand Up @@ -41,5 +41,14 @@
<Row Tag="TXT_KEY_EUPANEL_ON_RESEARCH_COMBAT_BONUS">
<Text>Bonus from Research</Text>
</Row>
<Row Tag="TXT_KEY_PROMOTION_RANGED_DEFENSE_FIFTEEN">
<Text>[TOWRITE] ranged defense</Text>
</Row>
<Row Tag="TXT_KEY_PROMOTION_RANGED_DEFENSE_FIFTEEN_HELP">
<Text>+15% [COLOR_POSITIVE_TEXT]Defense[ENDCOLOR] against all [COLOR_POSITIVE_TEXT]Ranged Attacks[ENDCOLOR]</Text>
</Row>
<Row Tag="TXT_KEY_PROMOTION_RANGED_DEFENSE_FIFTEEN_PEDIA_ENTRY">
<Text>[TOWRITE] ranged defense fifteen pedia</Text>
</Row>
</Language_en_US>
</GameData>
12 changes: 12 additions & 0 deletions WoTMod/XML/Promotions.xml
Expand Up @@ -137,6 +137,18 @@
<PediaType>PEDIA_ATTRIBUTES</PediaType>
<PediaEntry>TXT_KEY_PROMOTION_COMBAT_BONUS_RESEARCH_PEDIA_ENTRY</PediaEntry>
</Row>
<Row>
<Type>PROMOTION_RANGED_DEFENSE_FIFTEEN</Type>
<Description>TXT_KEY_PROMOTION_RANGED_DEFENSE_FIFTEEN</Description>
<Help>TXT_KEY_PROMOTION_RANGED_DEFENSE_FIFTEEN_HELP</Help>
<Sound>AS2D_IF_LEVELUP</Sound>
<CannotBeChosen>true</CannotBeChosen>
<RangedDefenseMod>15</RangedDefenseMod>
<PortraitIndex>44</PortraitIndex>
<IconAtlas>PROMOTION_ATLAS</IconAtlas>
<PediaType>PEDIA_ATTRIBUTES</PediaType>
<PediaEntry>TXT_KEY_PROMOTION_RANGED_DEFENSE_FIFTEEN_PEDIA_ENTRY</PediaEntry>
</Row>
</UnitPromotions>
<Promotions_NearbyGovernorYieldBonus>
<Row>
Expand Down
5 changes: 5 additions & 0 deletions WoTMod/XML/WhiteTower/AjahBonuses.xml
Expand Up @@ -36,6 +36,11 @@
<TierType>AJAH_INFLUENCE_TIER_ONE</TierType>
<PromotionType>PROMOTION_SIGHT_ADD_TWO</PromotionType>
</Row>
<Row>
<AjahType>WHITE_TOWER_RED_AJAH</AjahType>
<TierType>AJAH_INFLUENCE_TIER_ONE</TierType>
<PromotionType>PROMOTION_RANGED_DEFENSE_FIFTEEN</PromotionType>
</Row>
<Row>
<AjahType>WHITE_TOWER_WHITE_AJAH</AjahType>
<TierType>AJAH_INFLUENCE_TIER_ONE</TierType>
Expand Down

0 comments on commit 46e5932

Please sign in to comment.