Unique Ablities

Skibbi

Prince
Joined
Nov 8, 2011
Messages
422
In addition to the unique abilities already there, I have a few ideas.
Greece
"Heros fight like Greeks"
Wounded units fight at full strength and get 10% defense bonus
Italy
"Expert defeatists"
Units take less damage retreating
 
New Greece and Italy Traits, add them if you would like too Gedemon :) I can make a Finland one too but which civ are you going to use as it's base?

Mare Nostrum: (Italy) Was nationalistic propoganda it was used to establish that Italy was the most powerful nation in the Medditerian (and that it was an Italian Lake). Sea units require 33% less maintence and embarked units recieve +2 Moves.

Greeks fight like Heroes: (Greece) Churchill addressed the Greek efforts against the Axis as admirable. Hitler and Roosevelt also saw them as admirable also. Land Units recieve the Morale and Discipline promotions. Greek land units are 15% stronger genericly and 10% stronger if they are adjacent to other friendly units.

Spoiler :
Code:
<Leader_Traits>
		<Update>
			<Where LeaderType="LEADER_AUGUSTUS"/>
			<Set>
				<TraitType>TRAIT_MARENOSTRUM</TraitType>
			</Set>
		</Update>
		<Update>
			<Where LeaderType="LEADER_ALEXANDER"/>
			<Set>
				<TraitType>TRAIT_HEROES</TraitType>
			</Set>
		</Update>
	</Leader_Traits>
	<Traits>
		<Row>
			<Type>TRAIT_MARENOSTRUM</Type>
			<Description>Sea units require 33% less maintence and embarked units recieve +2 [ICON_MOVES] Moves.</Description>
			<ShortDescription>Mare Nostrum</ShortDescription>
			<NavalUnitMaintenanceModifier>-33</NavalUnitMaintenanceModifier>
			<ExtraEmbarkMoves>2</ExtraEmbarkMoves>
		</Row>
		<Row>
			<Type>TRAIT_HEROES</Type>
			<Description>Land Units recieve the Morale and Discipline promotions.</Description>
			<ShortDescription>Heroes fight like Greeks</ShortDescription>
		</Row>
	</Traits>
	<Trait_FreePromotionUnitCombats>
		<Row>
			<TraitType>TRAIT_HEROES</TraitType>
			<UnitCombatType>UNITCOMBAT_LAND</UnitCombatType>
			<PromotionType>PROMOTION_ADJACENT_BONUS</PromotionType>
		</Row>
		<Row>
			<TraitType>TRAIT_HEROES</TraitType>
			<UnitCombatType>UNITCOMBAT_LAND</UnitCombatType>
			<PromotionType>PROMOTION_MORALE</PromotionType>
		</Row>
	</Trait_FreePromotionUnitCombats>
 
I would like to see that in later versions.
I also think that Britain should get a bonus against the luftwaffe, after all, Battle of Britain.
 
Naval bonus seems fitting for Italy, yes. But +2 for embarked is maybe too much, they will outrun submarines.

About Greece, I was thinking of something more related to defense bonus, like "can endure twice more damage before being routed" (that I'll code in Lua), maybe combined with only one of your choice of bonus (keep the adjacent bonus ?)
 
Naval bonus seems fitting for Italy, yes. But +2 for embarked is maybe too much, they will outrun submarines.

About Greece, I was thinking of something more related to defense bonus, like "can endure twice more damage before being routed" (that I'll code in Lua), maybe combined with only one of your choice of bonus (keep the adjacent bonus ?)

Yea embarked may be too much, I was also thinking about adding the promotion which reduces material to heal ships but I didn't know what it was called.

Yea coded is better, I would keep the adjacent over the two. I actually wanted to reflect the positive relations that Greece had with its enemies and allies but that wouldn't make since for a war mod :)
 
simply "Supply" if I remember correctly :D

could do, yes.
 
I think that Greek units should get +15% :c5strength: against all units.
Taking 2 times damage before being routed is good.
Also, I doubt the penalty of artillery.
89053398.jpg

This picture is a german tank destroyed by greek artillery!
 
In addition to the unique abilities already there, I have a few ideas.
Greece
"Heros fight like Greeks"
Wounded units fight at full strength and get 10% defense bonus
Italy
"Expert defeatists"
Units take less damage retreating

The Italians were brave enough, just they were poorly trained, poorly led, and had outdated equipment
 
Yeah, I'm Greek, as you can tell!
EDIT: @T_KCommanderbly it is actually "Heros fight like Greeks"
 
BUMP, sorry! Just thought heroes fight like hellens should be +20% vs a country with more cities, or maybe that'd be good for finland?
 
Back
Top Bottom