Compare commits
91 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f901acaa52 | ||
|
|
7218ad6c98 | ||
|
|
85e6e686cd | ||
|
|
f76b7da2f3 | ||
|
|
592517a3e9 | ||
|
|
b591e93a36 | ||
|
|
052065e54e | ||
|
|
dc87cd44a9 | ||
|
|
a45ff79f16 | ||
|
|
801b06c41f | ||
|
|
31555fed82 | ||
|
|
f252c0d88e | ||
|
|
dc712cb390 | ||
|
|
c544e27431 | ||
|
|
b4a2a5eb69 | ||
|
|
42d71fcd5b | ||
|
|
1dbea5e00a | ||
|
|
c9af0b93e1 | ||
|
|
6f62cd67ac | ||
|
|
b173c0bd54 | ||
|
|
d931d2d65e | ||
|
|
ae55d7d7e9 | ||
|
|
f29d791ab8 | ||
|
|
239bdd214a | ||
|
|
95d3b651eb | ||
|
|
f2a4d01ae3 | ||
|
|
2da79a652b | ||
|
|
d45963173c | ||
|
|
6bc5d193e9 | ||
|
|
d47ed731c2 | ||
|
|
a10244bc1f | ||
|
|
bf74c5b8cf | ||
|
|
2323000732 | ||
|
|
97ca6a23c7 | ||
|
|
ccfa671f52 | ||
|
|
6e6b3aa8a6 | ||
|
|
812a652bed | ||
|
|
19e0acdf6d | ||
|
|
d21c529591 | ||
|
|
7d08a6bdfc | ||
|
|
83dddbea1e | ||
|
|
8c3ff4993b | ||
|
|
34d41c4c5b | ||
|
|
efce751464 | ||
|
|
02a32a81f2 | ||
|
|
90c76900e1 | ||
|
|
4cb196b579 | ||
|
|
30343d47a0 | ||
|
|
7410e3f488 | ||
|
|
36434648d6 | ||
|
|
42c671c3a7 | ||
|
|
aa6c42b840 | ||
|
|
92e0636354 | ||
|
|
f84cc424b1 | ||
|
|
1e11687962 | ||
|
|
07a05df171 | ||
|
|
4c101287bf | ||
|
|
a16f0be550 | ||
|
|
6915961e99 | ||
|
|
1612ba9195 | ||
|
|
44fef51edd | ||
|
|
946a585ec7 | ||
|
|
cd6210888b | ||
|
|
ccf5c37ec8 | ||
|
|
0edade93c1 | ||
|
|
ce80b62b82 | ||
|
|
80d1d57d94 | ||
|
|
1d21757453 | ||
|
|
4644383c73 | ||
|
|
a99b373b25 | ||
|
|
7cf0b95477 | ||
|
|
ae4e872b74 | ||
|
|
4e5f0a0f89 | ||
|
|
599872b114 | ||
|
|
e11ab2dae5 | ||
|
|
d46d044e2d | ||
|
|
b81d07eb49 | ||
|
|
0f744108b0 | ||
|
|
e92fa54cac | ||
|
|
c4a48cbed4 | ||
|
|
cdabe00195 | ||
|
|
60c589fb74 | ||
|
|
5024ed74d4 | ||
|
|
8f1f252601 | ||
|
|
927da67587 | ||
|
|
ce4627919f | ||
|
|
ee48cf94c5 | ||
|
|
3f5c906577 | ||
|
|
d6450e63c0 | ||
|
|
71e17e719b | ||
|
|
d5c9874b2b |
2
.gitattributes
vendored
@@ -4,4 +4,4 @@ CHANGELOG export-ignore
|
||||
.gitlab-ci.yml export-ignore
|
||||
.git export-ignore
|
||||
.vs export-ignore
|
||||
.gitignore export-ignore
|
||||
.gitignore exsport-ignore
|
||||
|
||||
@@ -1,28 +1,35 @@
|
||||
stages: # List of stages for jobs, and their order of execution
|
||||
stages:
|
||||
# - prepare # List of stages for jobs, and their order of execution
|
||||
- release
|
||||
|
||||
|
||||
.pre:
|
||||
image: python:3.10
|
||||
# stage: prepare
|
||||
script:
|
||||
- 'pip install requests'
|
||||
- 'git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gl.beaconborn.ru/bacon/translation-generator.git'
|
||||
- 'python3 translation-generator/main.py $CI_PROJECT_DIR'
|
||||
|
||||
# artifacts:
|
||||
# paths:
|
||||
# - 'ru.po'
|
||||
|
||||
|
||||
release_job:
|
||||
# needs: .prepare
|
||||
stage: release # It only runs when *both* jobs in the test stage complete successfully.
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||
|
||||
only:
|
||||
# - if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
|
||||
refs:
|
||||
- main
|
||||
- ^tags
|
||||
changes:
|
||||
- ^README.md
|
||||
- ^CHANGELOG
|
||||
- ^.gitattribute
|
||||
- ^.gitignore
|
||||
- ^.gitlab-ci.yml
|
||||
|
||||
rules:
|
||||
- changes:
|
||||
- data/**/*
|
||||
- modinfo.lua
|
||||
- thumb.png
|
||||
|
||||
script:
|
||||
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
||||
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA branch $CI_COMMIT_BRANCH"
|
||||
|
||||
release:
|
||||
tag_name: v2.0.$CI_PIPELINE_IID
|
||||
|
||||
@@ -1,140 +1,92 @@
|
||||
msgid ""
|
||||
msgstr "Project-Id-Version: PACKAGE VERSION\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2023-08-29 21:02+0000\nPO-Revision-Date: 2023-08-29 21:28+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"
|
||||
|
||||
# ========== \data\scripts\lib\turretgenerator.lua ==========
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
# ========== /mods/WPE2/data/scripts/lib/weapongenerator.lua ==========
|
||||
#: /mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "Smart Cannon"
|
||||
msgstr "Умная пушка"
|
||||
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
msgid "Ionized SmartCannon"
|
||||
msgstr "Ионизирующая умная пушка"
|
||||
#: /mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Prefix"
|
||||
msgid "Smart Cannon"
|
||||
msgstr "Умная пушка"
|
||||
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
#: /mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "Heavy Cannon"
|
||||
msgstr "Тяжелое орудие"
|
||||
msgstr "Тяжелая Пушка"
|
||||
|
||||
#: \data\scripts\lib\turretgenerator.lua:
|
||||
msgctxt "weapon name"
|
||||
#: /mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Prefix"
|
||||
msgid "Cumulative Heavy Cannon"
|
||||
msgstr "Кумулятивное тяжелое орудие"
|
||||
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:
|
||||
#: /mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Prefix"
|
||||
msgid "SmartCannon"
|
||||
msgstr "Умная пушка"
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "Heavy Cannon"
|
||||
msgstr "Тяжелое орудие"
|
||||
msgstr "Тяжелая Пушка"
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
#: /mods/WPE2/data/scripts/lib/weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "Diffuser"
|
||||
msgstr "Диффузор"
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
#: /mods/WPE2/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 "Гарпун"
|
||||
# ========== /mods/WPE2/data/scripts/lib/weapontype.lua ==========
|
||||
#: /mods/WPE2/data/scripts/lib/weapontype.lua:
|
||||
msgctxt "Weapon Type"
|
||||
msgid "Auto Сannon"
|
||||
msgstr "Автопушка"
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
msgctxt "Weapon Name"
|
||||
msgid "HiveLauncher"
|
||||
msgstr "Роевая ракетная установка"
|
||||
#: /mods/WPE2/data/scripts/lib/weapontype.lua:
|
||||
msgctxt "Weapon Type"
|
||||
msgid "Heavy Cannon"
|
||||
msgstr "Тяжелая Пушка"
|
||||
|
||||
#: \data\scripts\lib\weapongenerator.lua:
|
||||
msgctxt "Weapon Prefix"
|
||||
msgid "HiveLauncher"
|
||||
msgstr "Роевая ракетная установка"
|
||||
#: /mods/WPE2/data/scripts/lib/weapontype.lua:
|
||||
msgctxt "Weapon Type"
|
||||
msgid "Diffuser"
|
||||
msgstr "Диффузор"
|
||||
|
||||
# ========== \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua ==========
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
|
||||
# ========== /mods/WPE2/data/scripts/player/ui/encyclopedia/chapters/wpeturrets.lua ==========
|
||||
#: /mods/WPE2/data/scripts/player/ui/encyclopedia/chapters/wpeturrets.lua:
|
||||
msgid "WPE Turrets"
|
||||
msgstr "WPE Турели"
|
||||
msgstr "Расширенный пак оружия"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
#: /mods/WPE2/data/scripts/player/ui/encyclopedia/chapters/wpeturrets.lua:
|
||||
msgid "Intro"
|
||||
msgstr "Вступление"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
#: /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 "В этой части энциклопедии вы найдете описание турелей из мода Weapon Pack Extended.\n\nЯ рекомендую использовать модели турелей из коллекции в мастерской."
|
||||
msgstr "В этой части энциклопедии вы найдете описание турелей из мода Weapon Pack Extended. \n\nЯ рекомендую использовать модели турелей из коллекции в мастерской"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
msgid "SmartCannon"
|
||||
msgstr "Умная пушка"
|
||||
#: /mods/WPE2/data/scripts/player/ui/encyclopedia/chapters/wpeturrets.lua:
|
||||
msgid "Autocannon"
|
||||
msgstr "Автопушка"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
#: /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 "Облегченный вариант классической пушки.\n\nПо сравнению с обычными пушками:\n+ Увеличенная скорострельность (x2)\n+ Увеличенная скорость полета снаряда (x1,5)\n+ Немного больше урон по щиту (10% - 15%)\n+ Может быть оснащена самонаводящимися ракетами.\n- Меньший урон (x0,75)\n- Меньшая дальность поражения (x0,8)"
|
||||
msgstr "Облегченная версия классической пушки.\n\nПо сравнению с обычными пушками:\n+ Увеличенная скорострельность (x2)\n+ Увеличенная скорость полета снаряда (x1.5)\n+ Немного больший урон по щиту (10% - 15%)\n+ Может оснащаться самонаводящимися ракетами.\n- Меньший урон (x0.75)\n- Меньшая дальность поражения (x0.8)."
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
#: /mods/WPE2/data/scripts/player/ui/encyclopedia/chapters/wpeturrets.lua:
|
||||
msgid "Heavy Cannon"
|
||||
msgstr "Тяжелое орудие"
|
||||
msgstr "Тяжелая Пушка"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
#: /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 "Пушка главного калибра. Стреляет тяжелыми разрывными снарядами, попадание которых может смести корабль противника.\n\n+ Высокий урон\n+ Высокая скорость полета снаряда\n+ При попадании толкает противника\n+ Также может иметь пробитие\n- Низкая скорострельность\n- Занимает много слотов\n- Большие размеры\n- Требуется больше экипажа"
|
||||
msgstr "Пушка главного калибра. Стреляет тяжелыми разрывными снарядами, попадание которых может смести вражеский корабль.\n\n+ Высокий урон\n+ Высокая скорость снаряда\n+ При попадании в цель толкает противника\n+ Также может иметь пробитие\n- Низкая скорострельность\n- Занимает много слотов\n- Большие размеры\n- Требует больше экипажа"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
#: /mods/WPE2/data/scripts/player/ui/encyclopedia/chapters/wpeturrets.lua:
|
||||
msgid "Energy diffuser"
|
||||
msgstr "Энегретический диффузор"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
#: /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 "Боевое оружие малой дальности. Не наносит повреждений корпусу, но чрезвычайно эффективно разрушает щиты. Требует гражданских слотов.\n\nУрон по щитам x20"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
msgid "Hookgun"
|
||||
msgstr "Гарпун"
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
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"
|
||||
|
||||
@@ -1,138 +0,0 @@
|
||||
# ========== \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 ""
|
||||
msgid "WPE Turrets"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
msgid "Intro"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
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 ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
msgid "SmartCannon"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
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 ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
msgid "Heavy Cannon"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
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 ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
msgid "Energy diffuser"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
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 ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
msgctxt ""
|
||||
msgid "Hookgun"
|
||||
msgstr ""
|
||||
|
||||
#: \data\scripts\player\ui\encyclopedia\chapters\wpeturrets.lua:
|
||||
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 ""
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
|
||||
weaponProbabilities[WeaponType.SmartCannon] = {d = 0.65, p = 2.0}
|
||||
weaponProbabilities[WeaponType.HeavyCannon] = {d = 0.65, p = 2.0}
|
||||
weaponProbabilities[WeaponType.Diffuser] = {d = 0.55, p = 1.0}
|
||||
weaponProbabilities[WeaponType.Hookgun] = {d = 0.55, p = 1.0}
|
||||
weaponProbabilities[WeaponType.HiveLauncher] = {d = 0.6, p = 1.0}
|
||||
weaponProbabilities[WeaponType.Hookgun] = {d = 0.65, p = 2.0}
|
||||
weaponProbabilities[WeaponType.HeavyCannon] = {d = 0.6, p = 1.0}
|
||||
weaponProbabilities[WeaponType.Diffuser] = {d = 0.6, p = 1.0}
|
||||
weaponProbabilities[WeaponType.Harpoon] = {d = 0.6, p = 1.0}
|
||||
@@ -1,6 +1,5 @@
|
||||
|
||||
valueWeights[WeaponType.SmartCannon ] = 1.5
|
||||
valueWeights[WeaponType.HeavyCannon ] = 1.5
|
||||
valueWeights[WeaponType.Diffuser ] = 2
|
||||
valueWeights[WeaponType.Hookgun ] = 1.5
|
||||
valueWeights[WeaponType.HiveLauncher] = 1.5
|
||||
valueWeights[WeaponType.SmartCannon ] = 2
|
||||
valueWeights[WeaponType.HeavyCannon ] = 1.7
|
||||
valueWeights[WeaponType.Diffuser ] = 2.1
|
||||
valueWeights[WeaponType.Hookgun ] = 2.1
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
|
||||
scales[WeaponType.SmartCannon] = {
|
||||
{from = 0, to = 28, size = 1.0, usedSlots = 2},
|
||||
{from = 29, to = 38, size = 1,5, usedSlots = 3},
|
||||
{from = 39, to = 49, size = 2.0, usedSlots = 4},
|
||||
{from = 29, to = 38, size = 2.0, usedSlots = 3},
|
||||
{from = 39, to = 49, size = 3.0, usedSlots = 4},
|
||||
--dummy for cooaxial, add 1 to size and level
|
||||
{from = 50, to = 52, size = 4.0, usedSlots = 5},
|
||||
}
|
||||
@@ -12,7 +12,7 @@ scales[WeaponType.HeavyCannon] = {
|
||||
{from = 29, to = 38, size = 4.0, usedSlots = 5},
|
||||
{from = 39, to = 49, size = 5.0, usedSlots = 6},
|
||||
--dummy for cooaxial, add 1 to size and level
|
||||
{from = 50, to = 52, size = 6, usedSlots = 6},
|
||||
{from = 50, to = 52, size = 5, usedSlots = 6},
|
||||
}
|
||||
|
||||
scales[WeaponType.Diffuser] = {
|
||||
@@ -26,14 +26,6 @@ scales[WeaponType.Hookgun] = {
|
||||
{from = 0, to = 46, size = 1.0, usedSlots = 2},
|
||||
{from = 47, to = 50, size = 2.0, usedSlots = 4},
|
||||
--dummy for cooaxial, add 1 to size and level
|
||||
{from = 51, to = 52, size = 4.0, usedSlots = 6},
|
||||
}
|
||||
|
||||
scales[WeaponType.HiveLauncher] = {
|
||||
{from = 0, to = 32, size = 1.0, usedSlots = 2},
|
||||
{from = 33, to = 40, size = 1.5, usedSlots = 3},
|
||||
{from = 41, to = 50, size = 2.0, usedSlots = 4},
|
||||
--dummy for cooaxial, add 1 to size and level
|
||||
{from = 51, to = 52, size = 3.0, usedSlots = 6},
|
||||
}
|
||||
|
||||
@@ -42,6 +34,8 @@ if GameVersion() >= Version(0, 31, 0) then
|
||||
{specialty = Specialty.HighDamage, probability = 0.2},
|
||||
{specialty = Specialty.HighFireRate, probability = 0.3},
|
||||
{specialty = Specialty.HighRange, probability = 0.7},
|
||||
-- {specialty = Specialty.HighHullDamage, probability = 0.5},
|
||||
-- {specialty = Specialty.LessCoolingTime, probability = 0.4},
|
||||
}
|
||||
else
|
||||
possibleSpecialties[WeaponType.SmartCannon] = {
|
||||
@@ -58,6 +52,9 @@ if GameVersion() >= Version(0, 31, 0) then
|
||||
{specialty = Specialty.HighDamage, probability = 0.2},
|
||||
{specialty = Specialty.HighRange, probability = 0.35},
|
||||
{specialty = Specialty.HighFireRate, probability = 0.3},
|
||||
-- {specialty = Specialty.HighHullDamage, probability = 0.2},
|
||||
-- {specialty = Specialty.HighShieldDamage, probability = 0.2},
|
||||
-- {specialty = Specialty.LessCoolingTime, probability = 0.2}
|
||||
}
|
||||
else
|
||||
possibleSpecialties[WeaponType.HeavyCannon] = {
|
||||
@@ -74,6 +71,7 @@ if GameVersion() >= Version(0, 31, 0) then
|
||||
possibleSpecialties[WeaponType.Diffuser] = {
|
||||
{specialty = Specialty.HighDamage, probability = 0.3},
|
||||
{specialty = Specialty.HighRange, probability = 0.3},
|
||||
-- {specialty = Specialty.FasterRechargeTime, probability = 0.6},
|
||||
}
|
||||
else
|
||||
possibleSpecialties[WeaponType.Diffuser] = {
|
||||
@@ -87,6 +85,7 @@ if GameVersion() >= Version(0, 31, 0) then
|
||||
possibleSpecialties[WeaponType.Hookgun] = {
|
||||
{specialty = Specialty.HighDamage, probability = 0.3},
|
||||
{specialty = Specialty.HighRange, probability = 0.3},
|
||||
-- {specialty = Specialty.FasterRechargeTime, probability = 0.6},
|
||||
}
|
||||
else
|
||||
possibleSpecialties[WeaponType.Hookgun] = {
|
||||
@@ -96,22 +95,6 @@ else
|
||||
}
|
||||
end
|
||||
|
||||
if GameVersion() >= Version(0, 31, 0) then
|
||||
possibleSpecialties[WeaponType.HiveLauncher] = {
|
||||
{specialty = Specialty.HighShootingTime, probability = 0.2},
|
||||
{specialty = Specialty.HighDamage, probability = 0.15},
|
||||
{specialty = Specialty.HighFireRate, probability = 0.15},
|
||||
{specialty = Specialty.HighRange, probability = 0.25},
|
||||
{specialty = Specialty.BurstFire, probability = 0.1},
|
||||
}
|
||||
else
|
||||
possibleSpecialties[WeaponType.HiveLauncher] = {
|
||||
Specialty.HighDamage,
|
||||
Specialty.HighRange,
|
||||
Specialty.FasterRechargeTime,
|
||||
}
|
||||
end
|
||||
|
||||
function TurretGenerator.generateSmartCannonTurret(rand, dps, tech, material, rarity)
|
||||
local result = TurretTemplate()
|
||||
|
||||
@@ -135,27 +118,10 @@ function TurretGenerator.generateSmartCannonTurret(rand, dps, tech, material, ra
|
||||
TurretGenerator.createStandardCooling(result, coolingTime, shootingTime)
|
||||
|
||||
TurretGenerator.scale(rand, result, WeaponType.SmartCannon, tech, 0.6)
|
||||
local specialties = TurretGenerator.addSpecialties(rand, result, WeaponType.SmartCannon)
|
||||
TurretGenerator.addSpecialties(rand, result, WeaponType.SmartCannon)
|
||||
|
||||
result.slotType = TurretSlotType.Armed
|
||||
result:updateStaticStats()
|
||||
|
||||
local name = "Smart-Cannon /* weapon name*/"%_T
|
||||
|
||||
local specType = rand:getInt(0, 2)
|
||||
if specType == 1 then
|
||||
name = "Ionized Smart-Cannon /* weapon name*/"%_T
|
||||
weapon.shieldPenetration = 1
|
||||
elseif specType == 2 then
|
||||
name = "Plasmed Smart-Cannon /* weapon name*/"%_T
|
||||
result.damageType = DamageType.Plasma
|
||||
weapon.damage = weapon.damage * 0.9
|
||||
end
|
||||
|
||||
local dmgAdjective, outerAdjective, barrel, multishot, coax, serial = makeTitleParts(rand, specialties, result, DamageType.Physical)
|
||||
|
||||
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)
|
||||
|
||||
return result
|
||||
end
|
||||
|
||||
@@ -168,7 +134,7 @@ function TurretGenerator.generateHeavyCannonTurret(rand, dps, tech, material, ra
|
||||
-- generate turret
|
||||
local requiredCrew = TurretGenerator.dpsToRequiredCrew(dps)
|
||||
local crew = Crew()
|
||||
crew:add(requiredCrew, CrewMan(CrewProfessionType.Gunner))
|
||||
crew:add(requiredCrew*2, CrewMan(CrewProfessionType.Gunner))
|
||||
crew:add(requiredCrew, CrewMan(CrewProfessionType.Repair))
|
||||
result.crew = crew
|
||||
|
||||
@@ -186,31 +152,10 @@ function TurretGenerator.generateHeavyCannonTurret(rand, dps, tech, material, ra
|
||||
TurretGenerator.createStandardCooling(result, coolingTime, shootingTime)
|
||||
|
||||
TurretGenerator.scale(rand, result, WeaponType.HeavyCannon, tech, 0.6)
|
||||
local specialties = TurretGenerator.addSpecialties(rand, result, WeaponType.HeavyCannon)
|
||||
TurretGenerator.addSpecialties(rand, result, WeaponType.HeavyCannon)
|
||||
|
||||
result.slotType = TurretSlotType.Armed
|
||||
result:updateStaticStats()
|
||||
|
||||
local name = "Heavy Cannon /* weapon name*/"%_T
|
||||
|
||||
local dmgAdjective, outerAdjective, barrel, multishot, coax, serial = makeTitleParts(rand, specialties, result, DamageType.Physical)
|
||||
|
||||
local Pen = rand:getInt(0, rarity.value)
|
||||
if Pen > 0 then
|
||||
weapon.blockPenetration = Pen
|
||||
outerAdjective = "Cumulative "%_T
|
||||
end
|
||||
|
||||
if result.size >= 4 then
|
||||
name = "Mons Meg /* weapon name*/"%_T
|
||||
end
|
||||
|
||||
if result.size >= 5 then
|
||||
name = "Dulle Griet /* weapon name*/"%_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)
|
||||
|
||||
return result
|
||||
end
|
||||
|
||||
@@ -241,16 +186,10 @@ function TurretGenerator.generateDiffuserTurret(rand, dps, tech, material, rarit
|
||||
|
||||
|
||||
TurretGenerator.scale(rand, result, WeaponType.Diffuser, tech, 0.75)
|
||||
local specialties = TurretGenerator.addSpecialties(rand, result, WeaponType.Diffuser)
|
||||
TurretGenerator.addSpecialties(rand, result, WeaponType.Diffuser)
|
||||
|
||||
result.slotType = TurretSlotType.Armed
|
||||
result:updateStaticStats()
|
||||
|
||||
local name = "Diffuser /* weapon name*/"%_T
|
||||
|
||||
local dmgAdjective, outerAdjective, barrel, multishot, coax, serial = makeTitleParts(rand, specialties, result, DamageType.Energy)
|
||||
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)
|
||||
|
||||
return result
|
||||
end
|
||||
|
||||
@@ -281,71 +220,11 @@ function TurretGenerator.generateHookgunTurret(rand, dps, tech, material, rarity
|
||||
|
||||
|
||||
TurretGenerator.scale(rand, result, WeaponType.Hookgun, tech, 0.75)
|
||||
local specialties = TurretGenerator.addSpecialties(rand, result, WeaponType.Hookgun)
|
||||
TurretGenerator.addSpecialties(rand, result, WeaponType.Hookgun)
|
||||
|
||||
result.slotType = TurretSlotType.Armed
|
||||
result:updateStaticStats()
|
||||
|
||||
local dmgAdjective, outerAdjective, barrel, multishot, coax, serial = makeTitleParts(rand, specialties, result, DamageType.Physical)
|
||||
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)
|
||||
|
||||
return result
|
||||
end
|
||||
|
||||
generatorFunction[WeaponType.Hookgun] = TurretGenerator.generateHookgunTurret
|
||||
|
||||
|
||||
|
||||
function TurretGenerator.generateHiveLauncherTurret(rand, dps, tech, material, rarity)
|
||||
local result = TurretTemplate()
|
||||
|
||||
-- generate turret
|
||||
local requiredCrew = TurretGenerator.dpsToRequiredCrew(dps)
|
||||
local crew = Crew()
|
||||
crew:add(requiredCrew*2, CrewMan(CrewProfessionType.Gunner))
|
||||
result.crew = crew
|
||||
|
||||
-- generate weapons
|
||||
local numWeapons = rand:getInt(1, 2)
|
||||
|
||||
local weapon = WeaponGenerator.generateHiveLauncher(rand, dps, tech, material, rarity)
|
||||
weapon.damage = weapon.damage / numWeapons
|
||||
|
||||
-- attach weapons to turret
|
||||
local positions = {}
|
||||
if rand:getBool() then
|
||||
table.insert(positions, vec3(0, 0.3, 0))
|
||||
else
|
||||
table.insert(positions, vec3(0.4, 0.3, 0))
|
||||
table.insert(positions, vec3(-0.4, 0.3, 0))
|
||||
end
|
||||
|
||||
-- attach
|
||||
for _, position in pairs(positions) do
|
||||
weapon.localPosition = position * result.size
|
||||
result:addWeapon(weapon)
|
||||
end
|
||||
|
||||
local shootingTime = 20 * rand:getFloat(0.8, 1.2)
|
||||
local coolingTime = 15 * rand:getFloat(0.8, 1.2)
|
||||
TurretGenerator.createStandardCooling(result, coolingTime, shootingTime)
|
||||
|
||||
TurretGenerator.scale(rand, result, WeaponType.RocketLauncher, tech, 0.6, coaxialAllowed)
|
||||
local specialties = TurretGenerator.addSpecialties(rand, result, WeaponType.RocketLauncher)
|
||||
|
||||
result.slotType = TurretSlotType.Armed
|
||||
result:updateStaticStats()
|
||||
|
||||
local name = "Hive-Launcher /* weapon name*/"%_T
|
||||
if weapon.shotsFired > 20 then
|
||||
name = "Swarm-Launcher /* weapon name*/"%_T
|
||||
end
|
||||
|
||||
local dmgAdjective, outerAdjective, barrel, multishot, coax, serial = makeTitleParts(rand, specialties, result, DamageType.Physical)
|
||||
multishot = ""%_T
|
||||
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)
|
||||
|
||||
return result
|
||||
end
|
||||
|
||||
generatorFunction[WeaponType.HiveLauncher] = TurretGenerator.generateHiveLauncherTurret
|
||||
|
||||
@@ -8,9 +8,10 @@ TurretIngredients[WeaponType.SmartCannon] =
|
||||
{name = "Targeting Card", amount = 3, investable = 3, minimum = 0, weaponStat = "seeker", investFactor = 1, changeType = StatChanges.Flat},
|
||||
{name = "Steel", amount = 8, investable = 10, minimum = 3,},
|
||||
{name = "Steel Tube", amount = 5, investable = 10, minimum = 3,},
|
||||
-- {name = "Targeting System", amount = 0, investable = 2, minimum = 0, turretStat = "automatic", investFactor = 1, changeType = StatChanges.Flat},
|
||||
}
|
||||
|
||||
TurretIngredients[WeaponType.HeavyCannon] =
|
||||
TurretIngredients[WeaponType.SmartCannon] =
|
||||
{
|
||||
{name = "Servo", amount = 8, investable = 8, minimum = 4, weaponStat = "fireRate", investFactor = 1.0, changeType = StatChanges.Percentage},
|
||||
{name = "Warhead", amount = 5, investable = 6, minimum = 1, weaponStat = "damage", },
|
||||
@@ -18,6 +19,7 @@ TurretIngredients[WeaponType.HeavyCannon] =
|
||||
{name = "Ammunition", amount = 5, investable = 10, minimum = 3, weaponStat = "damage", investFactor = 0.2,},
|
||||
{name = "Steel", amount = 20, investable = 10, minimum = 20,},
|
||||
{name = "Metal Plate", amount = 8, investable = 10, minimum = 10,},
|
||||
-- {name = "Targeting System", amount = 0, investable = 2, minimum = 0, turretStat = "automatic", investFactor = 1, changeType = StatChanges.Flat},
|
||||
}
|
||||
|
||||
TurretIngredients[WeaponType.Diffuser] =
|
||||
@@ -28,9 +30,10 @@ TurretIngredients[WeaponType.Diffuser] =
|
||||
{name = "Steel", amount = 20, investable = 0, minimum = 20,},
|
||||
{name = "Copper", amount = 10, investable = 0, minimum = 10,},
|
||||
{name = "Silver", amount = 5, investable = 0, minimum = 5,},
|
||||
-- {name = "Targeting System", amount = 0, investable = 2, minimum = 0, turretStat = "automatic", investFactor = 1, changeType = StatChanges.Flat},
|
||||
}
|
||||
|
||||
TurretIngredients[WeaponType.Hookgun] = -- TODO Подумать над составляющими
|
||||
TurretIngredients[WeaponType.Hookgun] =
|
||||
{
|
||||
{name = "Plasma Cell", amount = 10, investable = 10, minimum = 10, weaponStat = "fireRate", investFactor = 1.0, changeType = StatChanges.Percentage},
|
||||
{name = "High Capacity Lens", amount = 5, investable = 6, minimum = 1, weaponStat = "reach", },
|
||||
@@ -38,15 +41,5 @@ TurretIngredients[WeaponType.Hookgun] = -- TODO Подумать над сост
|
||||
{name = "Steel", amount = 20, investable = 0, minimum = 20,},
|
||||
{name = "Copper", amount = 10, investable = 0, minimum = 10,},
|
||||
{name = "Silver", amount = 5, investable = 0, minimum = 5,},
|
||||
}
|
||||
|
||||
TurretIngredients[WeaponType.HiveLauncher] =
|
||||
{
|
||||
{name = "Servo", amount = 15, investable = 10, minimum = 5, weaponStat = "fireRate", investFactor = 1.0, changeType = StatChanges.Percentage},
|
||||
{name = "Rocket", amount = 15, investable = 10, minimum = 15, weaponStat = "damage", investFactor = 0.2, changeType = StatChanges.Percentage},
|
||||
{name = "High Pressure Tube", amount = 6, investable = 12, minimum = 1, weaponStat = "reach", investFactor = 0.4, changeType = StatChanges.Percentage},
|
||||
{name = "Fuel", amount = 6, investable = 12, minimum = 1, weaponStat = "reach", investFactor = 0.5, changeType = StatChanges.Percentage},
|
||||
{name = "Targeting Card", amount = 10, investable = 10, minimum = 0, weaponStat = "seeker", investFactor = 1, changeType = StatChanges.Flat},
|
||||
{name = "Steel", amount = 8, investable = 10, minimum = 3,},
|
||||
{name = "Wire", amount = 5, investable = 10, minimum = 3,},
|
||||
-- {name = "Targeting System", amount = 0, investable = 2, minimum = 0, turretStat = "automatic", investFactor = 1, changeType = StatChanges.Flat},
|
||||
}
|
||||
@@ -13,11 +13,11 @@ function WeaponGenerator.generateSmartCannon(rand, dps, tech, material, rarity)
|
||||
weapon.fireDelay = fireDelay
|
||||
weapon.reach = reach
|
||||
weapon.appearanceSeed = rand:getInt()
|
||||
weapon.seeker = 1
|
||||
weapon.seeker = rand:test(1 / 2)
|
||||
weapon.appearance = WeaponAppearance.Cannon
|
||||
weapon.name = "Smart-Cannon /* Weapon Name*/"%_t
|
||||
weapon.prefix = "Smart-Cannon /* Weapon Prefix*/"%_t
|
||||
weapon.icon = "data/textures/icons/smartcannon.png"
|
||||
weapon.name = "Smart Cannon /* Weapon Name*/"%_t
|
||||
weapon.prefix = "Smart Cannon /* Weapon Prefix*/"%_t
|
||||
weapon.icon = "data/textures/icons/autocannon.png"
|
||||
weapon.sound = "cannon"
|
||||
weapon.accuracy = 0.99 - rand:getFloat(0, 0.03)
|
||||
|
||||
@@ -28,7 +28,6 @@ function WeaponGenerator.generateSmartCannon(rand, dps, tech, material, rarity)
|
||||
weapon.impactSound = 1
|
||||
weapon.impactExplosion = true
|
||||
|
||||
|
||||
weapon.psize = rand:getFloat(0.2, 0.5)
|
||||
weapon.pmaximumTime = existingTime
|
||||
weapon.pvelocity = speed
|
||||
@@ -45,8 +44,6 @@ end
|
||||
|
||||
generatorFunction[WeaponType.SmartCannon] = WeaponGenerator.generateSmartCannon
|
||||
|
||||
|
||||
|
||||
function WeaponGenerator.generateHeavyCannon(rand, dps, tech, material, rarity)
|
||||
local weapon = Weapon()
|
||||
weapon:setProjectile()
|
||||
@@ -80,6 +77,15 @@ function WeaponGenerator.generateHeavyCannon(rand, dps, tech, material, rarity)
|
||||
weapon.pvelocity = speed
|
||||
weapon.pcolor = ColorHSV(rand:getFloat(10, 60), 0.7, 1)
|
||||
|
||||
local Pen = rand:getInt(0, rarity.value)
|
||||
if Pen > 0 then
|
||||
weapon.blockPenetration = Pen
|
||||
weapon.prefix = "Cumulative Heavy Cannon /* Weapon Prefix*/"%_t
|
||||
else
|
||||
weapon.prefix = "Heavy Cannon /* Weapon Prefix*/"%_t
|
||||
end
|
||||
|
||||
|
||||
WeaponGenerator.adaptWeapon(rand, weapon, tech, material, rarity)
|
||||
|
||||
-- these have to be assigned after the weapon was adjusted since the damage might be changed
|
||||
@@ -92,7 +98,6 @@ end
|
||||
generatorFunction[WeaponType.HeavyCannon] = WeaponGenerator.generateHeavyCannon
|
||||
|
||||
|
||||
|
||||
function WeaponGenerator.generateDiffuser(rand, dps, tech, material, rarity)
|
||||
local weapon = Weapon()
|
||||
weapon:setBeam()
|
||||
@@ -158,7 +163,7 @@ function WeaponGenerator.generateHookgun(rand, dps, tech, material, rarity)
|
||||
weapon.appearance = WeaponAppearance.Cannon
|
||||
weapon.name = "Hookgun /* Weapon Name*/"%_t
|
||||
weapon.prefix = "Hookgun /* Weapon Prefix*/"%_t
|
||||
weapon.icon = "data/textures/icons/hookgun.png"
|
||||
weapon.icon = "data/textures/icons/harpoon.png"
|
||||
weapon.sound = "cannon"
|
||||
weapon.accuracy = 0.99 - rand:getFloat(0, 0.02)
|
||||
|
||||
@@ -194,54 +199,3 @@ function WeaponGenerator.generateHookgun(rand, dps, tech, material, rarity)
|
||||
end
|
||||
|
||||
generatorFunction[WeaponType.Hookgun] = WeaponGenerator.generateHookgun
|
||||
|
||||
|
||||
|
||||
function WeaponGenerator.generateHiveLauncher(rand, dps, tech, material, rarity)
|
||||
local weapon = Weapon()
|
||||
weapon:setProjectile()
|
||||
|
||||
local fireDelay = rand:getFloat(2.2, 3)
|
||||
local reach = rand:getFloat(1300, 1800)
|
||||
local damage = dps * fireDelay
|
||||
local speed = rand:getFloat(150, 200)
|
||||
local existingTime = reach / speed
|
||||
|
||||
weapon.fireDelay = fireDelay
|
||||
weapon.reach = reach
|
||||
weapon.appearanceSeed = rand:getInt()
|
||||
weapon.seeker = true
|
||||
weapon.appearance = WeaponAppearance.RocketLauncher
|
||||
weapon.name = "Hive-Launcher /* Weapon Name*/"%_t
|
||||
weapon.prefix = "Hive-Launcher /* Weapon Prefix*/"%_t
|
||||
weapon.icon = "data/textures/icons/hivelauncher.png"
|
||||
weapon.sound = "cannon"
|
||||
weapon.accuracy = 0.5 - rand:getFloat(0, 0.02)
|
||||
|
||||
weapon.damage = damage
|
||||
weapon.damageType = DamageType.Physical
|
||||
weapon.impactParticles = ImpactParticles.Explosion
|
||||
weapon.impactSound = 1
|
||||
weapon.impactExplosion = true
|
||||
|
||||
weapon.psize = rand:getFloat(0.2, 0.4)
|
||||
weapon.pmaximumTime = existingTime
|
||||
weapon.pvelocity = speed
|
||||
weapon.pcolor = ColorHSV(rand:getFloat(10, 60), 0.7, 1)
|
||||
weapon.pshape = ProjectileShape.Rocket
|
||||
|
||||
if rand:test(1) then
|
||||
local shots = {6, 10, 14, 18, 22, 26, 30}
|
||||
weapon.shotsFired = shots[rand:getInt(1, #shots)]
|
||||
weapon.damage = (weapon.damage * 1.5) / weapon.shotsFired
|
||||
end
|
||||
|
||||
WeaponGenerator.adaptWeapon(rand, weapon, tech, material, rarity)
|
||||
|
||||
weapon.recoil = weapon.damage * 2
|
||||
weapon.explosionRadius = math.sqrt(weapon.damage * 5)
|
||||
|
||||
return weapon
|
||||
end
|
||||
|
||||
generatorFunction[WeaponType.HiveLauncher] = WeaponGenerator.generateHiveLauncher
|
||||
|
||||
@@ -3,4 +3,3 @@ 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)
|
||||
@@ -14,7 +14,7 @@ category.chapters =
|
||||
},
|
||||
|
||||
{
|
||||
title = "Smartcannon"%_t,
|
||||
title = "Autocannon"%_t,
|
||||
picture = "data/textures/slide/3.png",
|
||||
text = "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)"%_t,
|
||||
},
|
||||
|
||||
BIN
data/textures/icons/autocannon.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 53 KiB |
BIN
data/textures/icons/harpoon.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 31 KiB |
@@ -10,13 +10,13 @@ meta =
|
||||
name = "Weapon_Pack_Extended2",
|
||||
|
||||
-- Title of your mod that will be displayed to players
|
||||
title = "Weapon Pack Extended - Reloaded",
|
||||
title = "Weapon Pack Extended2",
|
||||
|
||||
-- Description of your mod that will be displayed to players
|
||||
description = "Adds some new weapon to the game.",
|
||||
|
||||
-- Insert all authors into this list
|
||||
authors = {"Casimir Kepler, Baconborn, OmenOs"},
|
||||
authors = {"Alive!"},
|
||||
|
||||
-- Version of your mod, should be in format 1.0.0 (major.minor.patch) or 1.0 (major.minor)
|
||||
-- This will be used to check for unmet dependencies or incompatibilities
|
||||
@@ -52,5 +52,5 @@ meta =
|
||||
saveGameAltering = false,
|
||||
|
||||
-- Contact info for other users to reach you in case they have questions
|
||||
contact = "https://steamcommunity.com/id/CasKepler2/", "https://steamcommunity.com/id/baconborn/",
|
||||
contact = "https://steamcommunity.com/id/CasKepler2/",
|
||||
}
|
||||
|
||||