Open source Star Ruler 2 source code!

This commit is contained in:
Lucas de Vries
2018-07-17 14:15:37 +02:00
commit cc307720ff
4342 changed files with 2365070 additions and 0 deletions
@@ -0,0 +1,11 @@
Clause: AllianceClause
Name: #CLAUSE_ALLIANCE
Description: #CLAUSE_ALLIANCE_DESC
Icon: StatusPeace
Free Clause: True
Default Clause: True
Team Clause: True
ForcePeace(Break On War = True)
+10
View File
@@ -0,0 +1,10 @@
Clause: ConstClause
Name: #CLAUSE_CONST
Description: #CLAUSE_CONST_DESC
Icon: AttributeIcons::1
Team Clause: True
CannotBreak()
CannotInvite()
CannotAlter()
@@ -0,0 +1,10 @@
Clause: MutualDefenseClause
Name: #CLAUSE_MUTUAL_DEFENSE
Description: #CLAUSE_MUTUAL_DEFENSE_DESC
Icon: StatusWar
Free Clause: True
Team Clause: True
ShareWar()
+11
View File
@@ -0,0 +1,11 @@
Clause: PeaceClause
Name: #CLAUSE_PEACE
Description: #CLAUSE_PEACE_DESC
Icon: StatusPeace
MakePeace()
CannotInvite()
NotNormallyVisible()
RemoveOnCreate()
@@ -0,0 +1,25 @@
Clause: SubjugateClause
Name: #CLAUSE_SUBJUGATE
Description: #CLAUSE_SUBJUGATE_DESC
Icon: LoyaltyIcon
CannotBreak()
CannotInvite()
CannotAlter()
ShareVision()
FreeTrade()
ForcePeace()
NotNormallyVisible()
SubjugateMembers()
DictateWar()
DictateTrade()
DictateVision()
GainPercentageMoney(0.1)
GainPercentageEnergy(0.1)
GainPercentageResearch(0.1)
GainPercentageInfluence(0.1)
+11
View File
@@ -0,0 +1,11 @@
Clause: TradeClause
Name: #CLAUSE_TRADE
Description: #CLAUSE_TRADE_DESC
Icon: TabPlanets
Free Clause: True
Default Clause: True
Team Clause: True
FreeTrade()
+11
View File
@@ -0,0 +1,11 @@
Clause: VisionClause
Name: #CLAUSE_VISION
Description: #CLAUSE_VISION_DESC
Icon: VoteIcons::3
Free Clause: True
Default Clause: True
Team Clause: True
ShareVision()