Skip to content

Commit

Permalink
РКН апдейт
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaDaimond committed Sep 6, 2024
1 parent 96c7f75 commit 1f8cfd4
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ent-CrateVendingMachineRestockPrideFilled = Ящик для пополнения запасов Pride-O-Mat
.desc = Содержит ящик для пополнения запасов для мата Pride-O-Mat.
ent-CrateVendingMachineRestockPrideFilled = Ящик для пополнения запасов РКНмат
.desc = Содержит ящик для пополнения запасов для мата РКНмат
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ent-VendingMachinePride = Прайд-О-Мат
.desc = Торговый автомат, содержащий преступления.
ent-VendingMachinePride = РКНмат
.desc = Торговый автомат, содержащий преступления и уголовные статьи.
ent-VendingMachineCourierDrobe = Курьер-О-Мат
.desc = Ни солнечные вспышки, ни метеориты, ни плазменный огонь, ни космическая пустота не помешают этим курьерам быстро завершить назначенную им доставку.
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,20 @@
sprite: _LostParadise/Clothing/Belt/flamingo.rsi
- type: Clothing
sprite: _LostParadise/Clothing/Belt/flamingo.rsi

- type: entity
parent: ClothingBeltStorageBase
id: LPPClothingBeltNPZWebbing
name: РПС НПЗ
description: Плотная дюратканевая РПС в расцветке войск НПЗ.
components:
- type: Sprite
sprite: _LostParadise/Clothing/Belt/NPZ.rsi
- type: Clothing
sprite: _LostParadise/Clothing/Belt/NPZ.rsi
- type: Armor
modifiers:
coefficients:
Blunt: 0.9
Slash: 0.85
Heat: 0.95
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/Structures/Wallmounts/flags.rsi/lgbtq_flag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions Resources/Textures/_LostParadise/Clothing/Belt/NPZ.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Resprited by MegaDaimond",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 1f8cfd4

Please sign in to comment.