Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Trait: Crude
|
||||
Name: #TRAIT_CRUDE
|
||||
Description: #TRAIT_CRUDE_DESC:30
|
||||
Category: Personality
|
||||
|
||||
Color: #ffaaaa
|
||||
Icon: QuickbarIcons::3
|
||||
Available: False
|
||||
|
||||
Gives Points: 1
|
||||
|
||||
AddModifier( BuildCostFactor(1.3) )
|
||||
@@ -0,0 +1,11 @@
|
||||
Trait: Cunning
|
||||
Name: #TRAIT_CUNNING
|
||||
Description: #TRAIT_CUNNING_DESC:5
|
||||
Category: Personality
|
||||
|
||||
Color: #aaffaa
|
||||
Icon: ResourceIcon::1
|
||||
Available: False
|
||||
|
||||
Costs Points: 1
|
||||
GainRandomInfluenceCards(5)
|
||||
@@ -0,0 +1,12 @@
|
||||
Trait: Euphoric
|
||||
Name: #TRAIT_EUPHORIC
|
||||
Description: #TRAIT_EUPHORIC_DESC
|
||||
Category: Personality
|
||||
|
||||
Color: #aaffaa
|
||||
Icon: HappyFace
|
||||
Available: False
|
||||
|
||||
Costs Points: 1
|
||||
|
||||
AddStatusPlanetsReqLevel(2, Happy)
|
||||
@@ -0,0 +1,9 @@
|
||||
//Trait: Generous
|
||||
// Name: #TRAIT_GENEROUS
|
||||
// Description: #TRAIT_GENEROUS_DESC:4
|
||||
// Category: Personality
|
||||
|
||||
// Color: #aaffaa
|
||||
// Icon: NotImplemented
|
||||
|
||||
// Costs Points: 1
|
||||
@@ -0,0 +1,12 @@
|
||||
Trait: Inefficient
|
||||
Name: #TRAIT_INEFFICIENT
|
||||
Description: #TRAIT_INEFFICIENT_DESC:3
|
||||
Category: Personality
|
||||
|
||||
Color: #ffaaaa
|
||||
Icon: AttributeIcons::4
|
||||
Available: False
|
||||
|
||||
Gives Points: 1
|
||||
|
||||
AddModifier( SupplyCostFactor(2) )
|
||||
@@ -0,0 +1,12 @@
|
||||
Trait: Sedentary
|
||||
Name: #TRAIT_SEDENTARY
|
||||
Description: #TRAIT_SEDENTARY_DESC
|
||||
Category: Personality
|
||||
|
||||
Color: #ffaaaa
|
||||
Icon: ResourceIcon::7
|
||||
Available: False
|
||||
|
||||
Gives Points: 1
|
||||
|
||||
ModAttribute(BuildingConstructRate, Add, -0.3)
|
||||
@@ -0,0 +1,12 @@
|
||||
Trait: SocialParanoia
|
||||
Name: #TRAIT_SOCIAL_PARANOIA
|
||||
Description: #TRAIT_SOCIAL_PARANOIA_DESC
|
||||
Category: Personality
|
||||
|
||||
Color: #ffaaaa
|
||||
Icon: ThumbsDown
|
||||
Available: False
|
||||
|
||||
Gives Points: 1
|
||||
|
||||
ModAttribute(VoteStartSupport, Add, -3.0)
|
||||
@@ -0,0 +1,13 @@
|
||||
Trait: WarMinded
|
||||
Name: #TRAIT_WAR_MINDED
|
||||
Description: #TRAIT_WAR_MINDED_DESC:4
|
||||
Category: Personality
|
||||
|
||||
Color: #ffaaaa
|
||||
Icon: ActionBarIcons::2
|
||||
Available: False
|
||||
|
||||
Gives Points: 2
|
||||
|
||||
ModAttribute(VoteCardCostMod, Add, +1.0)
|
||||
ModAttribute(SupportCardCostMod, Add, +1.0)
|
||||
Reference in New Issue
Block a user