ore growth -> trait on world
This commit is contained in:
@@ -69,9 +69,6 @@ BuildSpeed=.8 ; general build speed [time (in minutes) to produce a 10
|
||||
BuildupTime=.06 ; average minutes that building build-up animation runs
|
||||
GemValue=50 ; gem credits per 'bail' carried by a harvester
|
||||
GoldValue=25 ; gold credits per 'bail' carried by a harvester
|
||||
GrowthRate=.3 ; minutes between ore (Tiberium) growth
|
||||
OreGrows=yes ; Does ore grow denser over time?
|
||||
OreSpreads=yes ; Does ore spread into adjacent areas?
|
||||
OreTruckRate=1 ; speed that harvester truck manages ore [larger means slower]
|
||||
SeparateAircraft=no ; Is first helicopter to be purchased separately from helipad?
|
||||
SurvivorRate=.4 ; fraction of building cost to be converted to survivors when sold
|
||||
@@ -110,6 +107,7 @@ TeamDelay=.6 ; interval between checking for and creating teams
|
||||
|
||||
; misc
|
||||
FineDiffControl=no ; Allow 5 difficulty settings instead of only 3 settings?
|
||||
LowPowerSlowdown=3
|
||||
|
||||
|
||||
; ******* Weapon Statistics *******
|
||||
@@ -1011,10 +1009,6 @@ Verses=100%,100%,100%,100%,100%
|
||||
ImpactSound=kaboom25
|
||||
Explosion=7
|
||||
|
||||
[General]
|
||||
OreChance=.02
|
||||
LowPowerSlowdown=3
|
||||
|
||||
|
||||
|
||||
[VoiceTypes]
|
||||
|
||||
@@ -158,6 +158,11 @@ World:
|
||||
B: 0
|
||||
A: 180
|
||||
ShroudPalette:
|
||||
OreGrowth:
|
||||
Interval: .3
|
||||
Chance: .02
|
||||
Spreads: yes
|
||||
Grows: yes
|
||||
|
||||
MGG:
|
||||
GeneratesGap:
|
||||
|
||||
Reference in New Issue
Block a user