introduced ODMLP
This commit is contained in:
parent
b80ed6579e
commit
dc5ad5339e
15 changed files with 188 additions and 0 deletions
9
Obtainable Dark Matter Listening Post.mod
Normal file
9
Obtainable Dark Matter Listening Post.mod
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
version="1.0"
|
||||||
|
tags={
|
||||||
|
"Balance"
|
||||||
|
"Technologies"
|
||||||
|
"Gameplay"
|
||||||
|
}
|
||||||
|
name="Obtainable Dark Matter Listening Post"
|
||||||
|
supported_version="3.8.2"
|
||||||
|
path="C:/Users/seasw/Documents/Paradox Interactive/Stellaris/mod/Obtainable Dark Matter Listening Post"
|
|
@ -0,0 +1,77 @@
|
||||||
|
dark_matter_listening_post = {
|
||||||
|
icon = "GFX_spaceport_module_navigators_guild"
|
||||||
|
construction_days = 360
|
||||||
|
|
||||||
|
resources = {
|
||||||
|
category = starbase_buildings
|
||||||
|
cost = {
|
||||||
|
alloys = 500
|
||||||
|
sr_dark_matter = 50
|
||||||
|
}
|
||||||
|
|
||||||
|
upkeep = {
|
||||||
|
energy = 10
|
||||||
|
sr_dark_matter = 0.5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
potential = {
|
||||||
|
exists = owner
|
||||||
|
owner = {
|
||||||
|
OR = {
|
||||||
|
has_technology = odmlp_tech_dark_matter_listening_post
|
||||||
|
is_fallen_empire = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
is_orbital_ring = no
|
||||||
|
}
|
||||||
|
|
||||||
|
possible = {
|
||||||
|
NOR = {
|
||||||
|
has_starbase_building = listening_post
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
station_modifier = {
|
||||||
|
ship_sensor_range_add = 2
|
||||||
|
ship_hyperlane_range_add = 4
|
||||||
|
ship_cloaking_detection_add = 6
|
||||||
|
}
|
||||||
|
|
||||||
|
triggered_station_modifier = {
|
||||||
|
potential = {
|
||||||
|
hidden_trigger = { exists = this }
|
||||||
|
exists = owner
|
||||||
|
owner = {
|
||||||
|
is_galactic_community_member = yes
|
||||||
|
}
|
||||||
|
OR = {
|
||||||
|
is_active_resolution = "resolution_galacticstudies_astral_studies_network"
|
||||||
|
is_active_resolution = "resolution_galacticstudies_advanced_xenostudies"
|
||||||
|
is_active_resolution = "resolution_galacticstudies_ethical_guideline_refactoring"
|
||||||
|
is_active_resolution = "resolution_galacticstudies_extradimensional_experimentation"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
ship_sensor_range_add = 1
|
||||||
|
ship_hyperlane_range_add = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
triggered_station_modifier = {
|
||||||
|
potential = {
|
||||||
|
hidden_trigger = { exists = this }
|
||||||
|
exists = owner
|
||||||
|
owner = {
|
||||||
|
has_technology = tech_unusual_senses
|
||||||
|
}
|
||||||
|
}
|
||||||
|
custom_tooltip = sm_listening_post_unusual_senses_desc
|
||||||
|
ship_cloaking_detection_add = 1
|
||||||
|
ship_sensor_range_add = 1
|
||||||
|
mult = value:unusual_senses_mult
|
||||||
|
}
|
||||||
|
|
||||||
|
ai_weight = {
|
||||||
|
weight = 100 #use same weight here - ai weighting is done in starbase_types.txt
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,26 @@
|
||||||
|
odmlp_tech_dark_matter_listening_post = {
|
||||||
|
cost = 32000
|
||||||
|
icon = "tech_sensors_3"
|
||||||
|
area = physics
|
||||||
|
tier = 4
|
||||||
|
category = { field_manipulation }
|
||||||
|
is_rare = yes
|
||||||
|
weight_modifier = {
|
||||||
|
modifier = {
|
||||||
|
factor = 20
|
||||||
|
}
|
||||||
|
}
|
||||||
|
ai_weight = {
|
||||||
|
factor = 20
|
||||||
|
}
|
||||||
|
prerequisites = {
|
||||||
|
tech_dark_matter_detection
|
||||||
|
tech_sensors_2
|
||||||
|
}
|
||||||
|
prereqfor_desc = {
|
||||||
|
component = {
|
||||||
|
title = "odmlp_dark_matter_listening_post_tech_description_title"
|
||||||
|
desc = "odmlp_dark_matter_listening_post_tech_description_content"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
8
Obtainable Dark Matter Listening Post/descriptor.mod
Normal file
8
Obtainable Dark Matter Listening Post/descriptor.mod
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
version="1.0"
|
||||||
|
tags={
|
||||||
|
"Balance"
|
||||||
|
"Technologies"
|
||||||
|
"Gameplay"
|
||||||
|
}
|
||||||
|
name="Obtainable Dark Matter Listening Post"
|
||||||
|
supported_version="3.8.2"
|
|
@ -0,0 +1,5 @@
|
||||||
|
l_braz_por:
|
||||||
|
odmlp_tech_dark_matter_listening_post:0 "Dark Matter Listening Post"
|
||||||
|
odmlp_tech_dark_matter_listening_post_desc:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_title:0 "§HUnlocks Starbase Building:§! Dark Matter Listening Post"
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_content:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
|
@ -0,0 +1,5 @@
|
||||||
|
l_english:
|
||||||
|
odmlp_tech_dark_matter_listening_post:0 "Dark Matter Listening Post"
|
||||||
|
odmlp_tech_dark_matter_listening_post_desc:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_title:0 "§HUnlocks Starbase Building:§! Dark Matter Listening Post"
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_content:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
|
@ -0,0 +1,5 @@
|
||||||
|
l_french:
|
||||||
|
odmlp_tech_dark_matter_listening_post:0 "Dark Matter Listening Post"
|
||||||
|
odmlp_tech_dark_matter_listening_post_desc:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_title:0 "§HUnlocks Starbase Building:§! Dark Matter Listening Post"
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_content:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
|
@ -0,0 +1,5 @@
|
||||||
|
l_german:
|
||||||
|
odmlp_tech_dark_matter_listening_post:0 "Dark Matter Listening Post"
|
||||||
|
odmlp_tech_dark_matter_listening_post_desc:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_title:0 "§HUnlocks Starbase Building:§! Dark Matter Listening Post"
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_content:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
|
@ -0,0 +1,5 @@
|
||||||
|
l_japanese:
|
||||||
|
odmlp_tech_dark_matter_listening_post:0 "Dark Matter Listening Post"
|
||||||
|
odmlp_tech_dark_matter_listening_post_desc:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_title:0 "§HUnlocks Starbase Building:§! Dark Matter Listening Post"
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_content:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
|
@ -0,0 +1,5 @@
|
||||||
|
l_korean:
|
||||||
|
odmlp_tech_dark_matter_listening_post:0 "Dark Matter Listening Post"
|
||||||
|
odmlp_tech_dark_matter_listening_post_desc:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_title:0 "§HUnlocks Starbase Building:§! Dark Matter Listening Post"
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_content:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
|
@ -0,0 +1,5 @@
|
||||||
|
l_polish:
|
||||||
|
odmlp_tech_dark_matter_listening_post:0 "Dark Matter Listening Post"
|
||||||
|
odmlp_tech_dark_matter_listening_post_desc:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_title:0 "§HUnlocks Starbase Building:§! Dark Matter Listening Post"
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_content:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
|
@ -0,0 +1,5 @@
|
||||||
|
l_russian:
|
||||||
|
odmlp_tech_dark_matter_listening_post:0 "Dark Matter Listening Post"
|
||||||
|
odmlp_tech_dark_matter_listening_post_desc:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_title:0 "§HUnlocks Starbase Building:§! Dark Matter Listening Post"
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_content:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
|
@ -0,0 +1,5 @@
|
||||||
|
l_simp_chinese:
|
||||||
|
odmlp_tech_dark_matter_listening_post:0 "Dark Matter Listening Post"
|
||||||
|
odmlp_tech_dark_matter_listening_post_desc:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_title:0 "§HUnlocks Starbase Building:§! Dark Matter Listening Post"
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_content:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
|
@ -0,0 +1,5 @@
|
||||||
|
l_spanish:
|
||||||
|
odmlp_tech_dark_matter_listening_post:0 "Dark Matter Listening Post"
|
||||||
|
odmlp_tech_dark_matter_listening_post_desc:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_title:0 "§HUnlocks Starbase Building:§! Dark Matter Listening Post"
|
||||||
|
odmlp_dark_matter_listening_post_tech_description_content:0 "Capable of exceptional cloaking detection, this Listening Post's suite of powerful sensors is boosted by a self-contained dark matter resonance chamber."
|
18
README.md
18
README.md
|
@ -90,5 +90,23 @@ Original code is from [Double Starbase Slots](https://steamcommunity.com/sharedf
|
||||||
|
|
||||||
Original idea (and rough slot numbers) are from [More Starbase Slots for Expanded Starbases](https://steamcommunity.com/sharedfiles/filedetails/?id=2808547642) by [Skogen](https://steamcommunity.com/id/Skogen787).
|
Original idea (and rough slot numbers) are from [More Starbase Slots for Expanded Starbases](https://steamcommunity.com/sharedfiles/filedetails/?id=2808547642) by [Skogen](https://steamcommunity.com/id/Skogen787).
|
||||||
|
|
||||||
|
## Obtainable Dark Matter Listening Post
|
||||||
|
|
||||||
|
This mod adds a research to unlock the __Dark Matter Listening Post__, which is typically exclusive to Fallen Empires.
|
||||||
|
|
||||||
|
### Compatibility
|
||||||
|
|
||||||
|
This mod overwrites the ``dark_matter_listening_post`` Starbase building.
|
||||||
|
|
||||||
|
### Localization
|
||||||
|
|
||||||
|
This mod supports the following languages:
|
||||||
|
|
||||||
|
| __Language__ | __Contributor__ |
|
||||||
|
| ------------- | ------------- |
|
||||||
|
| English | SeaswimmerTheFsh |
|
||||||
|
|
||||||
|
If you'd like to add more, reach out to me on [Discord](https://discord.com/invite/DCHChT5mM5) or submit a [pull request](https://github.com/SeaswimmerTheFsh/StellarisMods/pulls).
|
||||||
|
|
||||||
___
|
___
|
||||||
[<img src="https://i.imgur.com/4Und3QN.png">](https://discord.gg/bHVez2C)
|
[<img src="https://i.imgur.com/4Und3QN.png">](https://discord.gg/bHVez2C)
|
||||||
|
|
Loading…
Reference in a new issue