Skip to content

Commit

Permalink
update&fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EstKemran committed Dec 31, 2024
1 parent 1fd9022 commit 8126551
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Audio/SS220/Weapons/Melee/homerun/attributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

- files: ["homerunbaton.ogg"]
license: "CC-BY-SA-3.0"
copyright: "By EstKemran (Github) for SS220"
source: "https://github.com/ss220club/Paradise-SS220/blob/master/sound/weapons/homerun.ogg, https://github.com/ParadiseSS13/Paradise/blob/master/sound/weapons/batonextend.ogg, https://www.freesoundslibrary.com/bonk-sound-effect/"
copyright: "https://github.com/ss220club/Paradise-SS220/blob/master/sound/weapons/homerun.ogg, https://github.com/ParadiseSS13/Paradise/blob/master/sound/weapons/batonextend.ogg, https://www.freesoundslibrary.com/bonk-sound-effect/"
source: "https://github.com/SerbiaStrong-220/space-station-14/tree/master/Resources/Audio/SS220/Weapons/Melee/homerun/homerunbaton.ogg"
6 changes: 6 additions & 0 deletions Resources/Locale/ru-RU/ss220/weapons/ntbaton.ftl.ftl
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
ent-NTbaton = телескопическая бита НТ
.desc = А вы знали, что Офицеры ЦК любят играть в бейсбол головами некомпетентного руководства своих активов?
ent-NTbatonStrong = { ent-NTbaton }
.desc = { ent-NTbaton.desc }
.suffix = Сильный
ent-NTbatonPowerful = { ent-NTbaton }
.desc = { ent-NTbaton.desc }
.suffix = Мощный
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,20 @@
False: {state: telescope_off}
- type: MeleeThrowOnHit
lifetime: 0.1

- type: entity
parent: NTbaton
id: NTbatonStrong
suffix: Strong
components:
- type: MeleeThrowOnHit
lifetime: 5

- type: entity
parent: NTbaton
id: NTbatonPowerful
suffix: Powerful
components:
- type: MeleeThrowOnHit
lifetime: 10
speed: 20

0 comments on commit 8126551

Please sign in to comment.