Skip to content

Commit

Permalink
gotovo
Browse files Browse the repository at this point in the history
  • Loading branch information
Roudenn committed Feb 22, 2025
1 parent c294f73 commit 5046ad7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
MinHeight="310"
MinWidth="310">
MinWidth="460">
<BoxContainer Name="MainContainer" Orientation="Vertical">
<BoxContainer Orientation="Horizontal">
<LineEdit Name="SearchBar" PlaceHolder="{Loc 'vending-machine-component-search-filter'}" HorizontalExpand="True" Margin="4 4"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lavaland-examine-pressure-in-range-buff = This piece of equipment reaches maximum capability between [color=yellow]{$min} - {$max} kPa[/color], allowing it to deal [color=yellow]{$modifier} times[/color] the damage!
lavaland-examine-pressure-in-range-debuff = This piece of equipment is weakened between [color=yellow]{$min} - {$max} kPa[/color], causing it to deal [color=yellow]{$modifier} times[/color] the damage!
lavaland-examine-pressure-out-range-buff = This piece of equipment performs better outside [color=yellow]{$min} - {$max} kPa[/color], allowing it to deal [color=yellow]{$modifier} times[/color] the damage!
lavaland-examine-pressure-out-range-debuff = This piece of equipment is weakened outside [color=yellow]{$min} - {$max} kPa[/color], causing it to deal [color=yellow]{$modifier} times[/color] the damage!
lavaland-examine-pressure-out-range-debuff = This piece of equipment is weakened outside [color=yellow]{$min} - {$max} kPa[/color], causing it to deal [color=yellow]{$modifier} times[/color] the damage!
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
lavaland-examine-pressure-buff = Это оружие достигает максимальной эффективности при давлении в [color=yellow]{$min} - {$max} кПа[/color], позволяя ему наносить в [color=yellow]{$buff} раза[/color] больше урона!
lavaland-examine-pressure-in-range-buff = Это оружие достигает максимальной эффективности при давлении в [color=yellow]{$min} - {$max} кПа[/color], позволяя ему наносить в [color=yellow]{$modifier} раза[/color] больше урона!
lavaland-examine-pressure-in-range-debuff = Это оружие теряет эффективность при давлении в [color=yellow]{$min} - {$max} кПа[/color], заставляя его наносить в [color=yellow]{$modifier} раза[/color] меньше урона!
lavaland-examine-pressure-out-range-buff = Это оружие достигает максимальной эффективности при давлении не равному [color=yellow]{$min} - {$max} кПа[/color], позволяя ему наносить в [color=yellow]{$modifier} раза[/color] больше урона!
lavaland-examine-pressure-out-range-debuff = Это оружие теряет эффективность при давлении не равному [color=yellow]{$min} - {$max} кПа[/color], заставляя его наносить в [color=yellow]{$modifier} раза[/color] меньше урона!
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ent-ClothingBackpackDuffelSalvageConscription = { ent-ClothingBackpackDuffelSalvage }
.desc = { ent-ClothingBackpackDuffelSalvage.desc }
ent-MiningVoucher = шахтёрская карта
.desc = Специальный талон на получение любого базового утилизаторского набора из Утильмага.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
cost: 1250
- id: WeaponProtoKineticPistol
cost: 1250
- id: ClothingBackpackDuffelSalvageConscription
cost: 1250
- id: ClothingShoesBootsMoon
cost: 1400
- id: AdvancedMineralScanner
cost: 1550
- id: WeaponPlasmaCutter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
size: Ginormous
sprite: _Lavaland/Objects/Weapons/Crushers/crusher_hammer-inhands.rsi
- type: MeleeThrowOnHit
speed: 5
speed: 6
distance: 2.5
#- type: FlipOnHit # TODO: портировать кувырки...
- type: GunRequiresWield
- type: Wieldable
Expand Down

0 comments on commit 5046ad7

Please sign in to comment.