Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8fbf824f7f | ||
|
|
c55d5e6ddc | ||
|
|
567792c74c | ||
|
|
ea8dfa8489 | ||
|
|
43dd5cfbc9 | ||
|
|
d9b94de051 | ||
|
|
75a2857eae | ||
|
|
ab165df8a2 | ||
|
|
e0a322ae86 | ||
|
|
ab3aaa88ee | ||
|
|
7c23013cfb | ||
|
|
58374c979c |
25
README.md
25
README.md
@@ -13,3 +13,28 @@ That mod for Avorion original writed [Alive!](https://steamcommunity.com/id/CasK
|
||||
* Smart-cannon
|
||||
* Heavy Cannon
|
||||
* Diffuser
|
||||
|
||||
### Описание
|
||||
|
||||
Возвращение олдсульного мода на сбалансированное оружие!
|
||||
|
||||
WPE-Remastered добавляет несколько новых, хорошо сбалансированных для ванильной игры орудий.
|
||||
|
||||
В отличии от старой (ого, прошло уже больше 4 лет) версии часть орудий была заменена на новые образцы, а остальные доведены до идеала ( но могут быть отредактированы по отзывам пользователей).
|
||||
|
||||
И так, орудия:
|
||||
|
||||
Смарт-пушка:
|
||||
Вариант пушки со снарядами, начиненными всякой электроникой для наведения и уничтожения врага. Да, дороже чем обычно, но поверьте, оно того стоит! [Возможны модификации для пробития щитов и плазменных зарядов]
|
||||
|
||||
Тяжелая пушка:
|
||||
"Большому кораблю нужны большие калибры!" - именно этим девизом руководствовались инженеры разрабатывая данное оружие. Лучший способ доставить противнику **БОЛЬШИЕ** проблемы
|
||||
|
||||
Гарпун:
|
||||
Враг убегает? Не сегодня! Гарпун не даст врагу и шанса улизнуть.
|
||||
|
||||
Рассеиватель энергии:
|
||||
У врага мощный щит? Не проблема! Бюро сверхсовременных разработок нашло решение и этой проблемы: рассеиватель энергии скушает щиты как вкусный тортик (но увы, даже не облизнет корпус).
|
||||
|
||||
Сотовые ракетные установки:
|
||||
Что может быть лучше ракеты? Правильно - много ракет! Пусть по отдельности эти малышки слабы, их рой не оставит врагу и шанса.
|
||||
|
||||
@@ -1,151 +1,137 @@
|
||||
# ========== C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua ==========
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Smart-Cannon"
|
||||
msgstr "Смарт-Пушка"
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgid " Ionized"
|
||||
msgstr " Ионизирующая"
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "[outer-adjective][barrel][coax][dmg-adjective][multishot][name][serial]"
|
||||
msgid "%1%%2%%3%%4%%5%%6%%7%"
|
||||
msgstr "%2%%3%%4%%5%%6%%7%%1%"
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgid " Cumulative"
|
||||
msgstr " Кумулятивное"
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Heavy Cannon"
|
||||
msgstr "Тяжелое орудие"
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Mass Driver"
|
||||
msgstr "Магнитная катапульта"
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Mass Warper"
|
||||
msgstr "Доставщик проблем"
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Diffuser"
|
||||
msgstr "Диффузор"
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Hookgun"
|
||||
msgstr "Гарпун"
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgid " Holding"
|
||||
msgstr " Удерживающий"
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Hive-Launcher"
|
||||
msgstr "Сотовая ракетная установка"
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Swarm-Launcher"
|
||||
msgstr "Роевая ракетная установка"
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgid ""
|
||||
msgstr "Project-Id-Version: PACKAGE VERSION\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2023-09-01 03:33+0000\nPO-Revision-Date: 2023-09-02 07:30+0000\nLast-Translator: Weblate Admin <beaconborn@yandex.ru>\nLanguage-Team: Russian <http://weblate.beaconborn.ru/projects/wpe-2/ru/ru/>\nLanguage: ru\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\nX-Generator: Weblate 5.0\n"
|
||||
msgstr ""
|
||||
|
||||
# ========== \data\scripts\lib\turretgenerator.lua ==========
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "SmartCannon"
|
||||
msgstr "Умная пушка"
|
||||
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Ionized SmartCannon"
|
||||
msgstr "Ионизирущая умная пушка"
|
||||
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Heavy Cannon"
|
||||
msgstr "Тяжелое орудие"
|
||||
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Cumulative Heavy Cannon"
|
||||
msgstr "Кумулятивная тяжелая пушка"
|
||||
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Diffuser"
|
||||
msgstr "Диффузор"
|
||||
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Hookgun"
|
||||
msgstr "Гарпун"
|
||||
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "HiveLauncher"
|
||||
msgstr "Роевая ракетная установка"
|
||||
|
||||
# ========== \data\scripts\lib\weapongenerator.lua ==========
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
# ========== C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua ==========
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "SmartCannon"
|
||||
msgstr "Умная пушка"
|
||||
msgid "Smart-Cannon"
|
||||
msgstr "Смарт-Пушка"
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Prefix"
|
||||
msgid "SmartCannon"
|
||||
msgstr "Умная пушка"
|
||||
msgid "Smart-Cannon"
|
||||
msgstr "Смарт-Пушка"
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "Heavy Cannon"
|
||||
msgstr "Тяжелое орудие"
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "Diffuser"
|
||||
msgstr "Диффузор"
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Prefix"
|
||||
msgid "Diffuser"
|
||||
msgstr "Диффузор"
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "Hookgun"
|
||||
msgstr "Гарпун"
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Prefix"
|
||||
msgid "Hookgun"
|
||||
msgstr "Гарпун"
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "HiveLauncher"
|
||||
msgid "Hive-Launcher"
|
||||
msgstr "Роевая ракетная установка"
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Prefix"
|
||||
msgid "HiveLauncher"
|
||||
msgid "Hive-Launcher"
|
||||
msgstr "Роевая ракетная установка"
|
||||
|
||||
# ========== \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua ==========
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
msgid "WPE Turrets"
|
||||
msgstr "WPE Турели"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
msgid "Intro"
|
||||
msgstr "Вступление"
|
||||
# ========== C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapontype.lua ==========
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapontype.lua:
|
||||
msgctxt "Weapon Type"
|
||||
msgid "Smart-Сannon"
|
||||
msgstr "Смарт-Пушка"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
msgid "In this part of the encyclopedia you will find a description of the turrets from the Weapon Pack Extended mod.\n\nI recommend using turret models from the collection in the workshop."
|
||||
msgstr "В этой части энциклопедии вы найдете описание турелей из мода Weapon Pack Extended.nnЯ рекомендую использовать модели турелей из коллекции в мастерской."
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
msgid "SmartCannon"
|
||||
msgstr "Умная пушка"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
msgid "A lightweight version of the classic cannon.\n\nCompared to conventional cannons:\n+ Increased rate of fire (x2)\n+ Increased projectile speed (x1.5)\n+ A little more damage on the shield (10% - 15%)\n+ Can be equipped with homing missiles.\n- Less damage (x0.75)\n- Shorter damage range (x0.8)"
|
||||
msgstr "Облегченный вариант классической пушки.nnПо сравнению с обычными пушками:\\n+ Увеличенная скорострельность (x2)\\n+ Увеличенная скорость полета снаряда (x1,5)\\n+ Немного больше урон по щиту (10% - 15%)\\n+ Может быть оснащена самонаводящимися ракетами.\\n- Меньший урон (x0,75)\\n- Меньшая дальность поражения (x0,8)"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapontype.lua:
|
||||
msgctxt "Weapon Type"
|
||||
msgid "Heavy Cannon"
|
||||
msgstr "Тяжелое орудие"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
msgid "The cannon of the main caliber. It shoots with heavy explosive shells, the hit of which can displace the enemy ship.\n\n+ High damage\n+ High projectile speed\n+ When hit, push the opponent\n+ Also can have a penetration\n- Low rate of fire\n- Occupies many slots\n- Big size\n- Requires more crew"
|
||||
msgstr "Пушка главного калибра. Стреляет тяжелыми разрывными снарядами, попадание которых может смести корабль противника.\\n\\n+ Высокий урон\\n+ Высокая скорость полета снаряда\\n+ При попадании толкает противника\\n+ Также может иметь пробитие\\n- Низкая скорострельность\\n- Занимает много слотов\\n- Большие размеры\\n- Требуется больше экипажа"
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapontype.lua:
|
||||
msgctxt "Weapon Type"
|
||||
msgid "Diffuser"
|
||||
msgstr "Диффузор"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
msgid "Energy diffuser"
|
||||
msgstr "Энегретический диффузор"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
msgid "Short range combat weapon. Does not cause damage to the hull, but extremely effectively destroys shields. Requires civil slots.\n\nShield Damage x20"
|
||||
msgstr "Боевое оружие малой дальности. Не наносит повреждений корпусу, но чрезвычайно эффективно разрушает щиты. Требует гражданских слотов.\\n\\nУрон по щитам x20"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapontype.lua:
|
||||
msgctxt "Weapon Type"
|
||||
msgid "Hookgun"
|
||||
msgstr "Гарпун"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
#, fuzzy
|
||||
msgctxt ""
|
||||
msgid "Short range combat weapon. Does not cause damage to the shield, but extremely effectively to attrac. Requires 2 gunners slots.\n May have penetration\n"
|
||||
msgstr "Боевое оружие малой дальности. Не наносит урона щиту, но чрезвычайно эффективно для атак. Требует 2 слота для стрелков.nМожет иметь проникающую способность\n"
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapontype.lua:
|
||||
msgctxt "Weapon Type"
|
||||
msgid "Hive-Launcher"
|
||||
msgstr "Роевая ракетная установка"
|
||||
|
||||
|
||||
|
||||
@@ -1,138 +1,183 @@
|
||||
# ========== \data\scripts\lib\turretgenerator.lua ==========
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "SmartCannon"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Ionized SmartCannon"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Heavy Cannon"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Cumulative Heavy Cannon"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Diffuser"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Hookgun"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "HiveLauncher"
|
||||
msgstr ""
|
||||
|
||||
# ========== \data\scripts\lib\weapongenerator.lua ==========
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "SmartCannon"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
msgctxt "Weapon Prefix"
|
||||
msgid "SmartCannon"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "Heavy Cannon"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "Diffuser"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
msgctxt "Weapon Prefix"
|
||||
msgid "Diffuser"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "Hookgun"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
msgctxt "Weapon Prefix"
|
||||
msgid "Hookgun"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "HiveLauncher"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
msgctxt "Weapon Prefix"
|
||||
msgid "HiveLauncher"
|
||||
msgstr ""
|
||||
|
||||
# ========== \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua ==========
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
# ========== C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/_player/ui/encyclopedia/chapters/wpeturrets.lua ==========
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/_player/ui/encyclopedia/chapters/wpeturrets.lua:
|
||||
msgid "WPE Turrets"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/_player/ui/encyclopedia/chapters/wpeturrets.lua:
|
||||
msgid "Intro"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/_player/ui/encyclopedia/chapters/wpeturrets.lua:
|
||||
msgid "In this part of the encyclopedia you will find a description of the turrets from the Weapon Pack Extended mod.\n\nI recommend using turret models from the collection in the workshop."
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
msgid "SmartCannon"
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/_player/ui/encyclopedia/chapters/wpeturrets.lua:
|
||||
msgid "Smartcannon"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/_player/ui/encyclopedia/chapters/wpeturrets.lua:
|
||||
msgid "A lightweight version of the classic cannon.\n\nCompared to conventional cannons:\n+ Increased rate of fire (x2)\n+ Increased projectile speed (x1.5)\n+ A little more damage on the shield (10% - 15%)\n+ Can be equipped with homing missiles.\n- Less damage (x0.75)\n- Shorter damage range (x0.8)"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/_player/ui/encyclopedia/chapters/wpeturrets.lua:
|
||||
msgid "Heavy Cannon"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/_player/ui/encyclopedia/chapters/wpeturrets.lua:
|
||||
msgid "The cannon of the main caliber. It shoots with heavy explosive shells, the hit of which can displace the enemy ship.\n\n+ High damage\n+ High projectile speed\n+ When hit, push the opponent\n+ Also can have a penetration\n- Low rate of fire\n- Occupies many slots\n- Big size\n- Requires more crew"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/_player/ui/encyclopedia/chapters/wpeturrets.lua:
|
||||
msgid "Energy diffuser"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/_player/ui/encyclopedia/chapters/wpeturrets.lua:
|
||||
msgid "Short range combat weapon. Does not cause damage to the hull, but extremely effectively destroys shields. Requires civil slots.\n\nShield Damage x20"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/_player/ui/encyclopedia/chapters/wpeturrets.lua:
|
||||
msgid "Hookgun"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/_player/ui/encyclopedia/chapters/wpeturrets.lua:
|
||||
msgid "Short range combat weapon. Does not cause damage to the shield, but extremely effectively to attrac. Requires 2 gunners slots.\n May have penetration\n"
|
||||
msgstr ""
|
||||
|
||||
|
||||
# ========== C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua ==========
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Smart-Cannon"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgid "Ionized "
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "[outer-adjective][barrel][coax][dmg-adjective][multishot][name][serial]"
|
||||
msgid "%1%%2%%3%%4%%5%%6%%7%"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgid "Cumulative "
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Heavy Cannon"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Mass Driver"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Mass Warper"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Diffuser"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Hookgun"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgid "Stabilizing"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Hive-Launcher"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Swarm-Launcher"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/turretgenerator.lua:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
|
||||
# ========== C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua ==========
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "Smart-Cannon"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Prefix"
|
||||
msgid "Smart-Cannon"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "Heavy Cannon"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "Diffuser"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Prefix"
|
||||
msgid "Diffuser"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "Hookgun"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Prefix"
|
||||
msgid "Hookgun"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "Hive-Launcher"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Prefix"
|
||||
msgid "Hive-Launcher"
|
||||
msgstr ""
|
||||
|
||||
|
||||
# ========== C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapontype.lua ==========
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapontype.lua:
|
||||
msgctxt "Weapon Type"
|
||||
msgid "Smart Сannon"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapontype.lua:
|
||||
msgctxt "Weapon Type"
|
||||
msgid "Heavy Cannon"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapontype.lua:
|
||||
msgctxt "Weapon Type"
|
||||
msgid "Diffuser"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapontype.lua:
|
||||
msgctxt "Weapon Type"
|
||||
msgid "Hookgun"
|
||||
msgstr ""
|
||||
|
||||
#: C:/Users/riksl/AppData/Roaming/Avorion/mods/WPE2/data/scripts/lib/weapontype.lua:
|
||||
msgctxt "Weapon Type"
|
||||
msgid "HiveLauncher"
|
||||
msgstr ""
|
||||
|
||||
|
||||
|
||||
@@ -161,7 +161,7 @@ function TurretGenerator.generateSmartCannonTurret(rand, dps, tech, material, ra
|
||||
local dmgAdjective, outerAdjective, barrel, multishot, coax, serial = makeTitleParts(rand, specialties, result, DamageType.Physical)
|
||||
|
||||
if specType == 1 then
|
||||
outerAdjective = "Ionized "%_T
|
||||
outerAdjective = " Ionized"%_T
|
||||
end
|
||||
result.title = Format("%1%%2%%3%%4%%5%%6%%7% /* [outer-adjective][barrel][coax][dmg-adjective][multishot][name][serial] */"%_T, outerAdjective, barrel, coax, dmgAdjective, multishot, name, serial)
|
||||
|
||||
@@ -191,7 +191,7 @@ function TurretGenerator.generateHeavyCannonTurret(rand, dps, tech, material, ra
|
||||
local Pen = rand:getInt(0, rarity.value)
|
||||
if Pen > 0 then
|
||||
weapon.blockPenetration = Pen
|
||||
outerAdjective = "Cumulative "%_T
|
||||
outerAdjective = " Cumulative"%_T
|
||||
end
|
||||
|
||||
if result.size >= 4 then
|
||||
@@ -324,7 +324,7 @@ function TurretGenerator.generateHookgunTurret(rand, dps, tech, material, rarity
|
||||
local dmgAdjective, outerAdjective, barrel, multishot, coax, serial = makeTitleParts(rand, specialties, result, DamageType.Physical)
|
||||
|
||||
if spec then
|
||||
outerAdjective = "Stabilizing"%_T
|
||||
outerAdjective = " Holding"%_T
|
||||
end
|
||||
|
||||
result.title = Format("%1%%2%%3%%4%%5%%6%%7% /* [outer-adjective][barrel][coax][dmg-adjective][multishot][name][serial] */"%_T, outerAdjective, barrel, coax, dmgAdjective, multishot, name, serial)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
WeaponTypes.addType("SmartCannon", "Smart Сannon /* Weapon Type */"%_t, armed)
|
||||
WeaponTypes.addType("SmartCannon", "Smart-Сannon /* Weapon Type */"%_t, armed)
|
||||
WeaponTypes.addType("HeavyCannon", "Heavy Cannon /* Weapon Type */"%_t, armed)
|
||||
WeaponTypes.addType("Diffuser", "Diffuser /* Weapon Type */"%_t, armed)
|
||||
WeaponTypes.addType("Hookgun", "Hookgun /* Weapon Type */"%_t, armed)
|
||||
WeaponTypes.addType("HiveLauncher", "HiveLauncher /* Weapon Type */"%_t, armed)
|
||||
WeaponTypes.addType("HiveLauncher", "Hive-Launcher /* Weapon Type */"%_t, armed)
|
||||
Reference in New Issue
Block a user