-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some fixes & addons #299
Some fixes & addons #299
Changes from all commits
1e0f274
7ecbc6c
bd69f12
1cc21d8
66c3df2
9f71107
5ce257a
2ee9a11
35486fc
fa7411c
91a0191
b81f502
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -19,7 +19,7 @@ | |||||||||||||||||||||||||
Slash: 17 #cmon, it has to be at least BETTER than the rest. | ||||||||||||||||||||||||||
heavyRateModifier: 0.8 | ||||||||||||||||||||||||||
heavyRangeModifier: 1 | ||||||||||||||||||||||||||
heavyDamageBaseModifier: 1 | ||||||||||||||||||||||||||
heavyDamageBaseModifier: 1.25 | ||||||||||||||||||||||||||
heavyStaminaCost: 5 | ||||||||||||||||||||||||||
maxTargets: 7 | ||||||||||||||||||||||||||
angle: 80 | ||||||||||||||||||||||||||
|
@@ -48,18 +48,24 @@ | |||||||||||||||||||||||||
- type: Sprite | ||||||||||||||||||||||||||
sprite: DeltaV/Objects/Weapons/Melee/katana.rsi #DeltaV | ||||||||||||||||||||||||||
state: icon | ||||||||||||||||||||||||||
- type: Clothing | ||||||||||||||||||||||||||
sprite: DeltaV/Objects/Weapons/Melee/katana.rsi #DeltaV and LPP! | ||||||||||||||||||||||||||
slots: | ||||||||||||||||||||||||||
- Back | ||||||||||||||||||||||||||
- Belt | ||||||||||||||||||||||||||
- Suitstorage | ||||||||||||||||||||||||||
Comment on lines
+51
to
+56
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Исправьте стиль комментария и проверьте конфликты слотов
- type: Clothing
- sprite: DeltaV/Objects/Weapons/Melee/katana.rsi #DeltaV and LPP!
+ sprite: DeltaV/Objects/Weapons/Melee/katana.rsi # From DeltaV
slots:
- Back
- Belt
- Suitstorage 📝 Committable suggestion
Suggested change
🧰 Tools🪛 yamllint
|
||||||||||||||||||||||||||
- type: MeleeWeapon | ||||||||||||||||||||||||||
wideAnimationRotation: -135 | ||||||||||||||||||||||||||
attackRate: 1.5 | ||||||||||||||||||||||||||
soundHit: | ||||||||||||||||||||||||||
path: /Audio/SimpleStation14/Weapons/Melee/rapierhit.ogg | ||||||||||||||||||||||||||
damage: | ||||||||||||||||||||||||||
types: | ||||||||||||||||||||||||||
Slash: 12 | ||||||||||||||||||||||||||
heavyRateModifier: 0.5 | ||||||||||||||||||||||||||
Slash: 14 | ||||||||||||||||||||||||||
heavyRateModifier: 0.75 | ||||||||||||||||||||||||||
heavyRangeModifier: 2.75 #Superior Japanese folded steel | ||||||||||||||||||||||||||
heavyDamageBaseModifier: 1.25 | ||||||||||||||||||||||||||
heavyStaminaCost: 15 | ||||||||||||||||||||||||||
heavyDamageBaseModifier: 1.3 | ||||||||||||||||||||||||||
heavyStaminaCost: 10 | ||||||||||||||||||||||||||
maxTargets: 1 | ||||||||||||||||||||||||||
angle: 20 | ||||||||||||||||||||||||||
- type: Item | ||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -782,6 +782,16 @@ | |
- LPPCartridgeAntiMaterielCP | ||
- LPPCartridgeAntiMaterielNL | ||
- LPPWeaponGoliathSniper | ||
- LPPMagazineM4A1Practice | ||
- LPPMagazinePistolPF20Lethal | ||
- LPPMagazinePistolPF20Practice | ||
- LPPCartridgePracticeM4A1 | ||
- LPPCartridgeM4A1Lethal | ||
- LPPMagazineRifleM4A1Lethal | ||
- LPPMagazineBoxM4A1Lethal | ||
- LPPMagazineBoxM4A1BigPractice | ||
- LPPMagazineBoxM4A1Practice | ||
- LPPMagazineBoxM4A1BigLethal | ||
# End of modified code | ||
dynamicRecipes: | ||
- LPPSpaceForgeCircuitBoardCMDAndSec | ||
|
@@ -863,6 +873,16 @@ | |
#LPP | ||
- LPPMagazineBoxMinigunPractice | ||
- LPPMagazineBoxMinigunRubber | ||
- LPPMagazinePistolPF20Rubber | ||
- LPPMagazinePistolPF20Uranium | ||
- LPPMagazinePistolPF20Incendiary | ||
- LPPMagazineM4A1Rubber | ||
- LPPMagazineM4A1Uranium | ||
Comment on lines
+876
to
+880
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Правильное добавление вариантов боеприпасов! Варианты магазинов для PF20 и M4A1 корректно добавлены в секцию dynamicRecipes. Хорошо, что включены различные типы боеприпасов, включая нелетальные варианты. Рекомендуется добавить комментарии к каждому типу боеприпасов, описывающие их предназначение и эффекты. |
||
- LPPMagazineBoxM4A1Rubber | ||
- LPPMagazineBoxM4A1Uranium | ||
- LPPMagazineBoxM4A1Incendiary | ||
- LPPCartridgeIncendiaryM4A1 | ||
- LPPCartridgeUraniumM4A1 | ||
# End of modified code | ||
- type: MaterialStorage | ||
whitelist: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,5 @@ | |
- type: Battery | ||
maxCharge: 3500 | ||
startingCharge: 3500 | ||
- type: UseDelay | ||
delay: 0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,6 +99,9 @@ | |
sprite: _LostParadise/Objects/Weapons/Guns/Revolvers/defendant-amina.rsi | ||
- type: Clothing | ||
sprite: _LostParadise/Objects/Weapons/Guns/Revolvers/defendant-amina.rsi | ||
quickEquip: false | ||
slots: | ||
- Belt | ||
Comment on lines
+102
to
+104
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Рекомендуется рефакторинг для уменьшения дублирования Конфигурации Предлагаемое решение: - type: entity
name: LPPBaseWeaponBeltRevolver
parent: LPPBaseWeaponLeverSniper
id: LPPBaseWeaponBeltRevolver
abstract: true
components:
- type: Clothing
quickEquip: false
slots:
- Belt Затем обновить наследование для - parent: LPPBaseWeaponLeverSniper
+ parent: LPPBaseWeaponBeltRevolver Also applies to: 123-125, 159-161, 180-182 🧰 Tools🪛 yamllint
|
||
- type: BallisticAmmoProvider | ||
whitelist: | ||
tags: | ||
|
@@ -117,6 +120,9 @@ | |
sprite: _LostParadise/Objects/Weapons/Guns/Revolvers/defendant-amina.rsi | ||
- type: Clothing | ||
sprite: _LostParadise/Objects/Weapons/Guns/Revolvers/defendant-amina.rsi | ||
quickEquip: false | ||
slots: | ||
- Belt | ||
- type: BallisticAmmoProvider | ||
whitelist: | ||
tags: | ||
|
@@ -150,6 +156,9 @@ | |
sprite: _LostParadise/Objects/Weapons/Guns/Revolvers/judge.rsi | ||
- type: Clothing | ||
Comment on lines
156
to
157
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Рекомендация по улучшению описания
Рекомендуется:
Also applies to: 177-178 |
||
sprite: _LostParadise/Objects/Weapons/Guns/Revolvers/judge.rsi | ||
quickEquip: false | ||
slots: | ||
- Belt | ||
- type: BallisticAmmoProvider | ||
whitelist: | ||
tags: | ||
|
@@ -168,6 +177,9 @@ | |
sprite: _LostParadise/Objects/Weapons/Guns/Revolvers/judge.rsi | ||
- type: Clothing | ||
sprite: _LostParadise/Objects/Weapons/Guns/Revolvers/judge.rsi | ||
quickEquip: false | ||
slots: | ||
- Belt | ||
- type: BallisticAmmoProvider | ||
whitelist: | ||
tags: | ||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -150,31 +150,31 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category: Ammo | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completetime: 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
materials: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Plastic: 1950 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Plastic: 2000 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- type: latheRecipe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id: LPPMagazineBoxAntiMaterielCP | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
result: LPPMagazineBoxAntiMaterielCocnterePiercing | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category: Ammo | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completetime: 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
materials: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Steel: 2500 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Steel: 3000 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- type: latheRecipe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id: LPPCartridgeAntiMaterielNL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
result: LPPCartridgeAntiMaterielNonLethal | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category: Ammo | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completetime: 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
materials: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Plastic: 500 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Plastic: 200 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- type: latheRecipe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id: LPPCartridgeAntiMaterielCP | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
result: LPPCartridgeAntiMaterielCP | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category: Ammo | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completetime: 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
materials: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Steel: 1200 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Steel: 300 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+153
to
+177
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Codebase verification На основе анализа рецептов боеприпасов в кодовой базе, я могу сделать окончательный вывод: Изменения стоимости материалов для AntiMateriel боеприпасов несбалансированы Сравнение с другими боеприпасами показывает, что новые затраты материалов непропорционально высоки:
Рекомендуется уменьшить требования материалов до уровня, сопоставимого с другими боеприпасами высокого калибра:
🔗 Analysis chainПроверьте баланс измененных рецептов Значительные изменения в количестве материалов:
Необходимо подтвердить, что эти изменения не нарушают игровой баланс. Let me search for similar ammunition recipes to compare material costs. 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Search for balance-related comments or similar recipes
rg -i "balance|material.*requirement" --type yaml
Length of output: 12954 Script: #!/bin/bash
# Search for ammunition lathe recipes to compare material costs
rg -B2 -A4 "category: Ammo" --type yaml Resources/Prototypes/
Length of output: 48783 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- type: latheRecipe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id: LPPWeaponGoliathSniper | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@@ -183,4 +183,70 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
materials: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Plastic: 2000 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Steel: 10000 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Glass: 2500 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Glass: 2500 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- type: latheRecipe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id: LPPMagazinePistolPF20Lethal | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
result: LPPMagazinePistolPF20lethal | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category: Ammo | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completetime: 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
materials: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Steel: 550 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- type: latheRecipe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id: LPPMagazinePistolPF20Practice | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
result: LPPMagazinePistolPF20Practice | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category: Ammo | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completetime: 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
materials: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Steel: 350 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- type: latheRecipe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id: LPPMagazinePistolPF20Rubber | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
result: LPPMagazinePistolPF20Rubber | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category: Ammo | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completetime: 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
materials: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Plastic: 400 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- type: latheRecipe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id: LPPMagazinePistolPF20Uranium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
result: LPPMagazinePistolPF20Uranium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category: Ammo | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completetime: 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
materials: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Plastic: 450 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Uranium: 75 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- type: latheRecipe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id: LPPMagazinePistolPF20Incendiary | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
result: LPPMagazinePistolPF20Incendiary | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category: Ammo | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completetime: 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
materials: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Plastic: 550 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+188
to
+228
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Исправьте опечатку в идентификаторе результата В рецепте
Необходимо исправить для соблюдения единообразия: id: LPPMagazinePistolPF20Lethal
- result: LPPMagazinePistolPF20lethal
+ result: LPPMagazinePistolPF20Lethal 📝 Committable suggestion
Suggested change
🧰 Tools🪛 yamllint
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- type: latheRecipe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id: LPPMagazineM4A1Practice | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
result: LPPMagazineRifleM4A1Practice | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category: Ammo | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completetime: 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
materials: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Steel: 300 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- type: latheRecipe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id: LPPMagazineM4A1Rubber | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
result: LPPMagazineRifleM4A1Rubber | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category: Ammo | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completetime: 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
materials: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Plastic: 475 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- type: latheRecipe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id: LPPMagazineM4A1Uranium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
result: LPPMagazineRifleM4A1Uranium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
category: Ammo | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
completetime: 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
materials: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Steel: 300 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Uranium: 50 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken and modified by Taral from tgstation at https://github.com/tgstation/tgstation/pull/20520/commits/47d235721d658027a9effd37177cc8104844e0bf. Further modified by TJohnson.", | ||
"copyright": "Taken and modified by Taral from tgstation at https://github.com/tgstation/tgstation/pull/20520/commits/47d235721d658027a9effd37177cc8104844e0bf. Further modified by TJohnson equipped sprites by MegaDaimond.", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
|
@@ -17,6 +17,18 @@ | |
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-BACKPACK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-SUITSTORAGE", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-BELT", | ||
"directions": 4 | ||
Comment on lines
+20
to
+31
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Codebase verification Обнаружено несоответствие в спрайтах экипировки! В файле meta.json указано, что каждое состояние экипировки ("equipped-BACKPACK", "equipped-SUITSTORAGE", "equipped-BELT") должно иметь по 4 направления (directions: 4), однако в директории присутствует только по одному спрайту для каждого состояния:
Необходимо добавить отдельные спрайты для каждого направления (с суффиксами -0, -1, -2, -3) или исправить количество направлений в meta.json на 1, если предполагается использование только одного спрайта. 🔗 Analysis chainНовые состояния экипировки добавлены корректно! Добавленные состояния соответствуют новой функциональности ношения катаны в различных слотах. Все состояния правильно определены с 4 направлениями. Давайте проверим наличие соответствующих спрайтов: Let me try a different approach to verify the sprite files: This will help us see all files in the RSI directory and verify if the sprite files exist for the new states. 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Проверяем наличие файлов спрайтов для новых состояний
for state in "equipped-BACKPACK" "equipped-SUITSTORAGE" "equipped-BELT"; do
for dir in {0..3}; do
rg -l "${state}-${dir}.png" "Resources/Textures/DeltaV/Objects/Weapons/Melee/katana.rsi/"
done
done
Length of output: 1561 Script: #!/bin/bash
# Проверяем содержимое директории RSI на наличие спрайтов
ls -la Resources/Textures/DeltaV/Objects/Weapons/Melee/katana.rsi/
Length of output: 630
Comment on lines
+20
to
+31
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Codebase verification Отсутствуют файлы спрайтов для новых состояний катаны! Проверка выявила, что все необходимые файлы спрайтов отсутствуют в директории. Для корректной работы требуются следующие файлы:
Необходимо добавить все отсутствующие файлы спрайтов для каждого состояния и направления перед слиянием изменений. 🔗 Analysis chainПроверьте наличие всех необходимых спрайтов! Новые состояния корректно добавлены для всех слотов экипировки. Структура JSON валидна. Выполните следующий скрипт для проверки наличия всех необходимых файлов спрайтов: 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Описание: Проверка наличия файлов спрайтов для новых состояний катаны
# Проверяем наличие файлов в директории
cd Resources/Textures/DeltaV/Objects/Weapons/Melee/katana.rsi/
for state in "equipped-BACKPACK" "equipped-SUITSTORAGE" "equipped-BELT"; do
for i in {0..3}; do
if [ ! -f "${state}${i}.png" ]; then
echo "ОШИБКА: Отсутствует файл ${state}${i}.png"
fi
done
done
Length of output: 2230
Comment on lines
+20
to
+31
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Codebase verification Обнаружено несоответствие в файлах спрайтов! В meta.json указано, что каждое состояние экипировки ("equipped-BACKPACK", "equipped-SUITSTORAGE", "equipped-BELT") должно иметь 4 направления, но в директории найдены только одиночные файлы спрайтов без указания направлений (например, "equipped-BACKPACK.png" вместо ожидаемых "equipped-BACKPACK-0.png", "equipped-BACKPACK-1.png" и т.д.).
🔗 Analysis chainКорректное добавление новых состояний спрайтов! Добавленные состояния спрайтов соответствуют новым слотам экипировки катаны. Все состояния имеют корректное количество направлений (4) и следуют стандартным соглашениям об именовании. Давайте проверим наличие соответствующих файлов спрайтов: Let me try a different approach to verify the sprite files existence: This will list all PNG files in the katana.rsi directory, which should help us verify if the required sprite files are present for the new states. 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Проверка наличия файлов спрайтов для новых состояний
echo "Проверка файлов спрайтов катаны..."
for state in "equipped-BACKPACK" "equipped-SUITSTORAGE" "equipped-BELT"; do
for i in {0..3}; do
rg -l "${state}-${i}.png" --glob "Resources/Textures/DeltaV/Objects/Weapons/Melee/katana.rsi/*"
done
done
Length of output: 1736 Script: #!/bin/bash
# Check if the sprite files exist in the directory
echo "Checking katana sprite files..."
fd . "Resources/Textures/DeltaV/Objects/Weapons/Melee/katana.rsi" -t f --extension png | sort
Length of output: 627 |
||
} | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Обнаружена проблема с отсутствующим спрайтом
Спрайт
DeltaV/Objects/Weapons/Melee/katana.rsi
не найден в репозитории. Необходимо убедиться, что:🔗 Analysis chain
Проверьте использование пути DeltaV
Убедитесь, что использование пути
DeltaV
в спрайте соответствует структуре проекта Lost Paradise.🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 124
Script:
Length of output: 212176
Script:
Length of output: 90
🧰 Tools
🪛 yamllint