Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
If I have enough time I might make a patch for that mod, however that might take a while and won't be anytime soon😅
tags = { weapon_type_energy s_slot }
ai_tags = { weapon_role_anti_hull }
ai_tag_weight = 5
upgrades_to = "SMALL_DISRUPTOR_2"
in the mod's file
tags = { weapon_type_energy }
ai_tags = { weapon_role_anti_hull }
ai_tag_weight = 5
upgrades_to = "SMALL_DISRUPTOR_2"
there is no s slot tag.
unless you mean something else?
would you mind tell me what file you looked at?
resources = {
category = ship_components
cost = {
alloys = @s_t3_cost
}
upkeep = {
alloys = @s_t3_upkeep_alloys
}
upkeep = {
trigger = {
from = {
country_uses_bio_ships = no
}
}
energy = @s_t3_upkeep_energy
}
upkeep = {
trigger = {
from = {
country_uses_bio_ships = yes
}
}
food = @s_t3_upkeep_energy
}
}
}
And in your mod it is just lile this:
resources = {
category = ship_components
cost = {
alloys = @s_t3_cost
}
upkeep = {
energy = @s_t3_upkeep_energy
alloys = @s_t3_upkeep_alloys
}
}
}