maid暂存
This commit is contained in:
4
common/species_archetypes/rg_species_archetypes.txt
Normal file
4
common/species_archetypes/rg_species_archetypes.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
RG_MACHINE = {
|
||||
species_trait_points = 10
|
||||
species_max_traits = 6
|
||||
}
|
||||
@@ -27,4 +27,31 @@ GRAY_SPECIES = {
|
||||
}
|
||||
|
||||
move_pop_sound_effect = "moving_pop_confirmation"
|
||||
}
|
||||
|
||||
RG_MACHINE = {
|
||||
archetype = MACHINE
|
||||
|
||||
playable = { always = no }
|
||||
randomized = no
|
||||
# possible = { always = yes }
|
||||
# possible_secondary = { always = no text = SECONDARY_SPECIES_CLASS_INVALID }
|
||||
|
||||
gender = no
|
||||
use_climate_preference = no
|
||||
portrait_modding = no
|
||||
|
||||
leader_age_min = 2
|
||||
leader_age_max = 10
|
||||
|
||||
custom_portraits = { # use custom_portraits instead of portraits so we can put them after the custom_portraits above
|
||||
portraits = {
|
||||
"rg_machine_maid"
|
||||
}
|
||||
}
|
||||
|
||||
graphical_culture = mammalian_01
|
||||
move_pop_sound_effect = "robot_pops_move"
|
||||
|
||||
resources = {}
|
||||
}
|
||||
56
common/traits/RG_machine_species_trait.txt
Normal file
56
common/traits/RG_machine_species_trait.txt
Normal file
@@ -0,0 +1,56 @@
|
||||
rg_machine_maid_trait = {
|
||||
cost = {
|
||||
base = 0
|
||||
}
|
||||
# custom_tooltip = rg_machine_maid_trait_effect
|
||||
initial = no
|
||||
species_potential_add = { always = no }
|
||||
species_possible_remove = { always = no }
|
||||
species_possible_merge_add = { always = no }
|
||||
species_possible_merge_remove = { always = no }
|
||||
randomized = no
|
||||
allowed_archetypes = { MACHINE }
|
||||
sorting_priority = 20
|
||||
potential_crossbreeding_chance = 1.0
|
||||
|
||||
opposites = {
|
||||
}
|
||||
|
||||
assembling_modifier = {
|
||||
planet_pop_assemblers_nanites_upkeep_add = 0.1
|
||||
}
|
||||
|
||||
# 在灰风主人国家工作提供加成
|
||||
triggered_pop_modifier = {
|
||||
potential = {
|
||||
exists = owner
|
||||
owner = { is_same_value = event_target:gray_owner }
|
||||
}
|
||||
planet_jobs_produces_mult = 1.1
|
||||
}
|
||||
|
||||
ai_weight = {
|
||||
weight = 0
|
||||
}
|
||||
|
||||
assembly_score = {
|
||||
modifier = {
|
||||
add = 3
|
||||
from.owner = { is_same_value = event_target:gray_owner }
|
||||
}
|
||||
modifier = {
|
||||
mult = 0
|
||||
from.owner = {
|
||||
NOT = {
|
||||
is_same_value = event_target:gray_owner
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
slave_cost = {
|
||||
energy = 1000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user