Module Question:
What could be more a annoying than have a dozen submarines parked off your shores and pummel your infrastructure with rockets? So i'm attempting to create a module that allows V2 missiles to be fired from submarines.
The language 00_buildings.txt uses for rockets is:
How do I apply that language to a naval module?
View attachment 594967
What could be more a annoying than have a dozen submarines parked off your shores and pummel your infrastructure with rockets? So i'm attempting to create a module that allows V2 missiles to be fired from submarines.
The language 00_buildings.txt uses for rockets is:
Code:
rocket_site = {
show_on_map = 1
base_cost = 6400
icon_frame = 12
rocket_production = 5
rocket_launch_capacity = 1
max_level = 5
shares_slots = yes
value = 1
infrastructure_construction_effect = yes
}
How do I apply that language to a naval module?
View attachment 594967