暂存
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
RG_MACHINE = {
|
||||
species_trait_points = 10
|
||||
species_max_traits = 6
|
||||
}
|
||||
@@ -32,18 +32,21 @@ GRAY_SPECIES = {
|
||||
RG_MACHINE = {
|
||||
archetype = MACHINE
|
||||
|
||||
playable = { always = no }
|
||||
playable = no
|
||||
randomized = no
|
||||
# possible = { always = yes }
|
||||
# possible_secondary = { always = no text = SECONDARY_SPECIES_CLASS_INVALID }
|
||||
|
||||
gender = no
|
||||
use_climate_preference = no
|
||||
portrait_modding = no
|
||||
portrait_modding = yes
|
||||
|
||||
leader_age_min = 2
|
||||
leader_age_max = 10
|
||||
|
||||
species_trait_points = 10
|
||||
species_max_traits = 6
|
||||
|
||||
custom_portraits = { # use custom_portraits instead of portraits so we can put them after the custom_portraits above
|
||||
portraits = {
|
||||
"rg_machine_maid"
|
||||
|
||||
@@ -385,6 +385,23 @@ tech_object_gray_6 = {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
tech_gray_machine = {
|
||||
area = society
|
||||
cost = 2000
|
||||
tier = 5
|
||||
is_rare = yes
|
||||
category = {
|
||||
biology
|
||||
}
|
||||
weight = 0
|
||||
## unlock
|
||||
ai_weight = {
|
||||
factor = 0
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
tech_gray_noway = {
|
||||
cost = 2000
|
||||
area = physics
|
||||
|
||||
Reference in New Issue
Block a user