Compare commits
2 Commits
7705256be5
...
6a6c848751
Author | SHA1 | Date | |
---|---|---|---|
|
6a6c848751 | ||
|
fac04a1386 |
@ -20,6 +20,8 @@ utility_component_template = {
|
|||||||
RG_graygoo_Buff
|
RG_graygoo_Buff
|
||||||
RG_graygoo_Arsenal
|
RG_graygoo_Arsenal
|
||||||
RG_graygoo_mothership
|
RG_graygoo_mothership
|
||||||
|
RG_gray_juggernaut
|
||||||
|
RG_graygoo_capitalship
|
||||||
}
|
}
|
||||||
prerequisites = {
|
prerequisites = {
|
||||||
"tech_gray_matter_remix_2"
|
"tech_gray_matter_remix_2"
|
||||||
|
@ -2609,3 +2609,17 @@ RG_gray_mod3_effect = {
|
|||||||
alloys = -40000
|
alloys = -40000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
rg_gray_ship_design_reset_init = {
|
||||||
|
create_ship_design = {
|
||||||
|
design = "NAME_Gray_Warship_rg"
|
||||||
|
}
|
||||||
|
add_ship_design = last_created_design
|
||||||
|
create_ship_design = {
|
||||||
|
design = "NAME_gray_capitalship"
|
||||||
|
}
|
||||||
|
add_ship_design = last_created_design
|
||||||
|
create_ship_design = {
|
||||||
|
design = "NAME_gray_juggernautship"
|
||||||
|
}
|
||||||
|
add_ship_design = last_created_design
|
||||||
|
}
|
@ -14,7 +14,8 @@ rg_warship_init_mod1 = {
|
|||||||
set_owner = prev
|
set_owner = prev
|
||||||
create_ship = {
|
create_ship = {
|
||||||
name = "NAME_Gray"
|
name = "NAME_Gray"
|
||||||
design = "NAME_Gray_Warship_rg"
|
# design = "NAME_Gray_Warship_rg"
|
||||||
|
random_existing_design = RG_graygoo_mothership
|
||||||
prefix = no
|
prefix = no
|
||||||
upgradable = yes
|
upgradable = yes
|
||||||
}
|
}
|
||||||
|
@ -596,6 +596,10 @@ country_event = {
|
|||||||
destroy_template = yes
|
destroy_template = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
create_ship_design = {
|
||||||
|
design = "NAME_Gray_Warship_rg"
|
||||||
|
}
|
||||||
|
add_ship_design = last_created_design
|
||||||
rg_warship_init_mod1 = yes
|
rg_warship_init_mod1 = yes
|
||||||
random_situation = {
|
random_situation = {
|
||||||
limit = {
|
limit = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user