[Tweak] Better Prototypes (#490)

* [Tweak] Better Prototypes

* up1

* up2

* up3
This commit is contained in:
PuroSlavKing
2024-07-25 00:53:26 +03:00
committed by GitHub
parent cae8c9b753
commit 4b486a9641
70 changed files with 2473 additions and 2767 deletions

View File

@@ -0,0 +1,67 @@
# BASE CARDS
- type: entity
parent: BaseItem
id: BaseCard
abstract: true
name: карта
description: Игральная карта.
components:
- type: Item
size: Small
- type: SpawnItemsOnUse
sound:
path: /Audio/Effects/unwrap.ogg
- type: Tag
tags:
- Card
- type: entity
parent: BaseCard
id: BaseCardDiamonds
abstract: true
components:
- type: Sprite
sprite: Objects/Fun/Cards/diamonds.rsi
- type: entity
parent: BaseCard
id: BaseCardSpades
abstract: true
components:
- type: Sprite
sprite: Objects/Fun/Cards/spades.rsi
- type: entity
parent: BaseCard
id: BaseCardHearts
abstract: true
components:
- type: Sprite
sprite: Objects/Fun/Cards/hearts.rsi
- type: entity
parent: BaseCard
id: BaseCardClubs
abstract: true
components:
- type: Sprite
sprite: Objects/Fun/Cards/clubs.rsi
- type: entity
parent: BaseItem
id: BaseCardUnknown
abstract: true
name: неизвестная карта
description: Скрывает неизвестную карту.
components:
- type: Sprite
sprite: Objects/Fun/Cards/Other.rsi
state: Unknown
sound:
path: /Audio/Effects/unwrap.ogg
- type: Item
size: Small
- type: Tag
tags:
- Card

View File

@@ -0,0 +1,276 @@
# CARDS
- type: entity
parent: BaseCardClubs
id: Cardclubs_2
name: карта крести 2
description: Игральная карта.
components:
- type: Sprite
state: clubs_2
- type: SpawnItemsOnUse
items:
- id: CardUnknown3
- type: entity
parent: BaseCardClubs
id: Cardclubs_3
name: карта крести 3
description: Игральная карта.
components:
- type: Sprite
state: clubs_3
- type: SpawnItemsOnUse
items:
- id: CardUnknown7
- type: entity
parent: BaseCardClubs
id: Cardclubs_4
name: карта крести 4
description: Игральная карта.
components:
- type: Sprite
state: clubs_4
- type: SpawnItemsOnUse
items:
- id: CardUnknown11
- type: entity
parent: BaseCardClubs
id: Cardclubs_5
name: карта крести 5
description: Игральная карта.
components:
- type: Sprite
state: clubs_5
- type: SpawnItemsOnUse
items:
- id: CardUnknown15
- type: entity
parent: BaseCardClubs
id: Cardclubs_6
name: карта крести 6
description: Игральная карта.
components:
- type: Sprite
state: clubs_6
- type: SpawnItemsOnUse
items:
- id: CardUnknown19
- type: entity
parent: BaseCardClubs
id: Cardclubs_7
name: карта крести 7
description: Игральная карта.
components:
- type: Sprite
state: clubs_7
- type: SpawnItemsOnUse
items:
- id: CardUnknown23
- type: entity
parent: BaseCardClubs
id: Cardclubs_8
name: карта крести 8
description: Игральная карта.
components:
- type: Sprite
state: clubs_8
- type: SpawnItemsOnUse
items:
- id: CardUnknown27
- type: entity
parent: BaseCardClubs
id: Cardclubs_9
name: карта крести 9
description: Игральная карта.
components:
- type: Sprite
state: clubs_9
- type: SpawnItemsOnUse
items:
- id: CardUnknown31
- type: entity
parent: BaseCardClubs
id: Cardclubs_10
name: карта крести 10
description: Игральная карта.
components:
- type: Sprite
state: clubs_10
- type: SpawnItemsOnUse
items:
- id: CardUnknown35
- type: entity
parent: BaseCardClubs
id: Cardclubs_j
name: карта крести Валет
description: Игральная карта.
components:
- type: Sprite
state: clubs_j
- type: SpawnItemsOnUse
items:
- id: CardUnknown39
- type: entity
parent: BaseCardClubs
id: Cardclubs_q
name: карта крести Королева
description: Игральная карта.
components:
- type: Sprite
state: clubs_q
- type: SpawnItemsOnUse
items:
- id: CardUnknown43
- type: entity
parent: BaseCardClubs
id: Cardclubs_k
name: карта крести Король
description: Игральная карта.
components:
- type: Sprite
state: clubs_k
- type: SpawnItemsOnUse
items:
- id: CardUnknown47
- type: entity
parent: BaseCardClubs
id: Cardclubs_a
name: карта крести Туз
description: Игральная карта.
components:
- type: Sprite
state: clubs_a
- type: SpawnItemsOnUse
items:
- id: CardUnknown51
# UNKNOWN CARDS
- type: entity
parent: BaseCardUnknown
id: CardUnknown3
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardclubs_2
- type: entity
parent: BaseCardUnknown
id: CardUnknown7
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardclubs_3
- type: entity
parent: BaseCardUnknown
id: CardUnknown11
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardclubs_4
- type: entity
parent: BaseCardUnknown
id: CardUnknown15
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardclubs_5
- type: entity
parent: BaseCardUnknown
id: CardUnknown19
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardclubs_6
- type: entity
parent: BaseCardUnknown
id: CardUnknown23
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardclubs_7
- type: entity
parent: BaseCardUnknown
id: CardUnknown27
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardclubs_8
- type: entity
parent: BaseCardUnknown
id: CardUnknown31
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardclubs_9
- type: entity
parent: BaseCardUnknown
id: CardUnknown35
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardclubs_10
- type: entity
parent: BaseCardUnknown
id: CardUnknown39
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardclubs_j
- type: entity
parent: BaseCardUnknown
id: CardUnknown43
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardclubs_q
- type: entity
parent: BaseCardUnknown
id: CardUnknown47
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardclubs_k
- type: entity
parent: BaseCardUnknown
id: CardUnknown51
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardclubs_a

View File

@@ -0,0 +1,276 @@
# CARDS
- type: entity
parent: BaseCardDiamonds
id: Carddiamonds_2
name: карта бубны 2
description: Игральная карта.
components:
- type: Sprite
state: diamonds_2
- type: SpawnItemsOnUse
items:
- id: CardUnknown1
- type: entity
parent: BaseCardDiamonds
id: Carddiamonds_3
name: карта бубны 3
description: Игральная карта.
components:
- type: Sprite
state: diamonds_3
- type: SpawnItemsOnUse
items:
- id: CardUnknown5
- type: entity
parent: BaseCardDiamonds
id: Carddiamonds_4
name: карта бубны 4
description: Игральная карта.
components:
- type: Sprite
state: diamonds_4
- type: SpawnItemsOnUse
items:
- id: CardUnknown9
- type: entity
parent: BaseCardDiamonds
id: Carddiamonds_5
name: карта бубны 5
description: Игральная карта.
components:
- type: Sprite
state: diamonds_5
- type: SpawnItemsOnUse
items:
- id: CardUnknown13
- type: entity
parent: BaseCardDiamonds
id: Carddiamonds_6
name: карта бубны 6
description: Игральная карта.
components:
- type: Sprite
state: diamonds_6
- type: SpawnItemsOnUse
items:
- id: CardUnknown17
- type: entity
parent: BaseCardDiamonds
id: Carddiamonds_7
name: карта бубны 7
description: Игральная карта.
components:
- type: Sprite
state: diamonds_7
- type: SpawnItemsOnUse
items:
- id: CardUnknown21
- type: entity
parent: BaseCardDiamonds
id: Carddiamonds_8
name: карта бубны 8
description: Игральная карта.
components:
- type: Sprite
state: diamonds_8
- type: SpawnItemsOnUse
items:
- id: CardUnknown25
- type: entity
parent: BaseCardDiamonds
id: Carddiamonds_9
name: карта бубны 9
description: Игральная карта.
components:
- type: Sprite
state: diamonds_9
- type: SpawnItemsOnUse
items:
- id: CardUnknown29
- type: entity
parent: BaseCardDiamonds
id: Carddiamonds_10
name: карта бубны 10
description: Игральная карта.
components:
- type: Sprite
state: diamonds_10
- type: SpawnItemsOnUse
items:
- id: CardUnknown33
- type: entity
parent: BaseCardDiamonds
id: Carddiamonds_j
name: карта бубны Валет
description: Игральная карта.
components:
- type: Sprite
state: diamonds_j
- type: SpawnItemsOnUse
items:
- id: CardUnknown37
- type: entity
parent: BaseCardDiamonds
id: Carddiamonds_q
name: карта бубны Королева
description: Игральная карта.
components:
- type: Sprite
state: diamonds_q
- type: SpawnItemsOnUse
items:
- id: CardUnknown41
- type: entity
parent: BaseCardDiamonds
id: Carddiamonds_k
name: карта бубны Король
description: Игральная карта.
components:
- type: Sprite
state: diamonds_k
- type: SpawnItemsOnUse
items:
- id: CardUnknown45
- type: entity
parent: BaseCardDiamonds
id: Carddiamonds_a
name: карта бубны Туз
description: Игральная карта.
components:
- type: Sprite
state: diamonds_a
- type: SpawnItemsOnUse
items:
- id: CardUnknown49
# UNKNOWN CARDS
- type: entity
parent: BaseCardUnknown
id: CardUnknown1
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Carddiamonds_2
- type: entity
parent: BaseCardUnknown
id: CardUnknown5
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Carddiamonds_3
- type: entity
parent: BaseCardUnknown
id: CardUnknown9
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Carddiamonds_4
- type: entity
parent: BaseCardUnknown
id: CardUnknown13
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Carddiamonds_5
- type: entity
parent: BaseCardUnknown
id: CardUnknown17
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Carddiamonds_6
- type: entity
parent: BaseCardUnknown
id: CardUnknown21
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Carddiamonds_7
- type: entity
parent: BaseCardUnknown
id: CardUnknown25
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Carddiamonds_8
- type: entity
parent: BaseCardUnknown
id: CardUnknown29
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Carddiamonds_9
- type: entity
parent: BaseCardUnknown
id: CardUnknown33
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Carddiamonds_10
- type: entity
parent: BaseCardUnknown
id: CardUnknown37
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Carddiamonds_j
- type: entity
parent: BaseCardUnknown
id: CardUnknown41
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Carddiamonds_q
- type: entity
parent: BaseCardUnknown
id: CardUnknown45
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Carddiamonds_k
- type: entity
parent: BaseCardUnknown
id: CardUnknown49
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Carddiamonds_a

View File

@@ -0,0 +1,276 @@
# CARDS
- type: entity
parent: BaseCardHearts
id: Cardhearts_2
name: карта черви 2
description: Игральная карта.
components:
- type: Sprite
state: hearts_2
- type: SpawnItemsOnUse
items:
- id: CardUnknown2
- type: entity
parent: BaseCardHearts
id: Cardhearts_3
name: карта черви 3
description: Игральная карта.
components:
- type: Sprite
state: hearts_3
- type: SpawnItemsOnUse
items:
- id: CardUnknown6
- type: entity
parent: BaseCardHearts
id: Cardhearts_4
name: карта черви 4
description: Игральная карта.
components:
- type: Sprite
state: hearts_4
- type: SpawnItemsOnUse
items:
- id: CardUnknown10
- type: entity
parent: BaseCardHearts
id: Cardhearts_5
name: карта черви 5
description: Игральная карта.
components:
- type: Sprite
state: hearts_5
- type: SpawnItemsOnUse
items:
- id: CardUnknown14
- type: entity
parent: BaseCardHearts
id: Cardhearts_6
name: карта черви 6
description: Игральная карта.
components:
- type: Sprite
state: hearts_6
- type: SpawnItemsOnUse
items:
- id: CardUnknown18
- type: entity
parent: BaseCardHearts
id: Cardhearts_7
name: карта черви 7
description: Игральная карта.
components:
- type: Sprite
state: hearts_7
- type: SpawnItemsOnUse
items:
- id: CardUnknown22
- type: entity
parent: BaseCardHearts
id: Cardhearts_8
name: карта черви 8
description: Игральная карта.
components:
- type: Sprite
state: hearts_8
- type: SpawnItemsOnUse
items:
- id: CardUnknown26
- type: entity
parent: BaseCardHearts
id: Cardhearts_9
name: карта черви 9
description: Игральная карта.
components:
- type: Sprite
state: hearts_9
- type: SpawnItemsOnUse
items:
- id: CardUnknown30
- type: entity
parent: BaseCardHearts
id: Cardhearts_10
name: карта черви 10
description: Игральная карта.
components:
- type: Sprite
state: hearts_10
- type: SpawnItemsOnUse
items:
- id: CardUnknown34
- type: entity
parent: BaseCardHearts
id: Cardhearts_j
name: карта черви Валет
description: Игральная карта.
components:
- type: Sprite
state: hearts_j
- type: SpawnItemsOnUse
items:
- id: CardUnknown38
- type: entity
parent: BaseCardHearts
id: Cardhearts_q
name: карта черви Королева
description: Игральная карта.
components:
- type: Sprite
state: hearts_q
- type: SpawnItemsOnUse
items:
- id: CardUnknown42
- type: entity
parent: BaseCardHearts
id: Cardhearts_k
name: карта черви Король
description: Игральная карта.
components:
- type: Sprite
state: hearts_k
- type: SpawnItemsOnUse
items:
- id: CardUnknown46
- type: entity
parent: BaseCardHearts
id: Cardhearts_a
name: карта черви Туз
description: Игральная карта.
components:
- type: Sprite
state: hearts_a
- type: SpawnItemsOnUse
items:
- id: CardUnknown50
# UNKNOWN CARDS
- type: entity
parent: BaseCardUnknown
id: CardUnknown2
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardhearts_2
- type: entity
parent: BaseCardUnknown
id: CardUnknown6
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardhearts_3
- type: entity
parent: BaseCardUnknown
id: CardUnknown10
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardhearts_4
- type: entity
parent: BaseCardUnknown
id: CardUnknown14
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardhearts_5
- type: entity
parent: BaseCardUnknown
id: CardUnknown18
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardhearts_6
- type: entity
parent: BaseCardUnknown
id: CardUnknown22
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardhearts_7
- type: entity
parent: BaseCardUnknown
id: CardUnknown26
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardhearts_8
- type: entity
parent: BaseCardUnknown
id: CardUnknown30
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardhearts_9
- type: entity
parent: BaseCardUnknown
id: CardUnknown34
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardhearts_10
- type: entity
parent: BaseCardUnknown
id: CardUnknown38
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardhearts_j
- type: entity
parent: BaseCardUnknown
id: CardUnknown42
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardhearts_q
- type: entity
parent: BaseCardUnknown
id: CardUnknown46
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardhearts_k
- type: entity
parent: BaseCardUnknown
id: CardUnknown50
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardhearts_a

View File

@@ -0,0 +1,293 @@
# CARDS 36
- type: entity
parent: BaseStorageItem
id: CardBag36
name: средняя колода игральных карт
suffix: 36
description: Новейшая колода игральных карт.
components:
- type: Sprite
sprite: Objects/Fun/Cards/Other.rsi
state: deck
- type: Item
size: Huge
- type: Storage
maxItemSize: Small
grid:
- 0,0,8,7
quickInsert: true
areaInsert: true
whitelist:
tags:
- Card
- type: Tag
tags:
- TrashBag
- type: Appearance
- type: Dumpable
- type: StorageFill
contents:
- id: CardUnknown47
- id: CardUnknown50
- id: CardUnknown51
- id: CardUnknown20
- id: CardUnknown26
- id: CardUnknown30
- id: CardUnknown52
- id: CardUnknown36
- id: CardUnknown41
- id: CardUnknown23
- id: CardUnknown48
- id: CardUnknown27
- id: CardUnknown33
- id: CardUnknown17
- id: CardUnknown28
- id: CardUnknown22
- id: CardUnknown29
- id: CardUnknown32
- id: CardUnknown21
- id: CardUnknown43
- id: CardUnknown42
- id: CardUnknown24
- id: CardUnknown45
- id: CardUnknown34
- id: CardUnknown18
- id: CardUnknown49
- id: CardUnknown25
- id: CardUnknown46
- id: CardUnknown35
- id: CardUnknown19
- id: CardUnknown38
- id: CardUnknown40
- id: CardUnknown31
- id: CardUnknown39
- id: CardUnknown37
- id: CardUnknown44
# CARDS 52
- type: entity
parent: BaseStorageItem
id: CardBag52
name: большая колода игральных карт
suffix: 52
description: Новейшая колода игральных карт.
components:
- type: Sprite
sprite: Objects/Fun/Cards/Other.rsi
state: deck
- type: Item
size: Huge
- type: Storage
maxItemSize: Small
grid:
- 0,0,10,9
quickInsert: true
areaInsert: true
whitelist:
tags:
- Card
- type: Tag
tags:
- TrashBag
- type: Appearance
- type: Dumpable
- type: StorageFill
contents:
- id: CardUnknown25
- id: CardUnknown52
- id: CardUnknown3
- id: CardUnknown4
- id: CardUnknown37
- id: CardUnknown49
- id: CardUnknown27
- id: CardUnknown29
- id: CardUnknown17
- id: CardUnknown8
- id: CardUnknown11
- id: CardUnknown39
- id: CardUnknown42
- id: CardUnknown9
- id: CardUnknown26
- id: CardUnknown38
- id: CardUnknown44
- id: CardUnknown32
- id: CardUnknown36
- id: CardUnknown45
- id: CardUnknown30
- id: CardUnknown50
- id: CardUnknown2
- id: CardUnknown43
- id: CardUnknown20
- id: CardUnknown47
- id: CardUnknown22
- id: CardUnknown51
- id: CardUnknown31
- id: CardUnknown18
- id: CardUnknown34
- id: CardUnknown19
- id: CardUnknown28
- id: CardUnknown33
- id: CardUnknown41
- id: CardUnknown24
- id: CardUnknown1
- id: CardUnknown48
- id: CardUnknown15
- id: CardUnknown5
- id: CardUnknown13
- id: CardUnknown7
- id: CardUnknown16
- id: CardUnknown40
- id: CardUnknown14
- id: CardUnknown46
- id: CardUnknown6
- id: CardUnknown21
- id: CardUnknown23
- id: CardUnknown35
- id: CardUnknown10
- id: CardUnknown12
# CARDS CRATE
#- type: entity
# parent: CrateBaseWeldable
# id: CardCrate1
# name: сундук с картами
# suffix: 36
# components:
# - type: Icon
# sprite: Structures/Storage/Crates/generic.rsi
# - type: Sprite
# sprite: Structures/Storage/Crates/generic.rsi
# - type: StorageFill
# contents:
# - id: CardUnknown47
# - id: CardUnknown50
# - id: CardUnknown51
# - id: CardUnknown20
# - id: CardUnknown26
# - id: CardUnknown30
# - id: CardUnknown52
# - id: CardUnknown36
# - id: CardUnknown41
# - id: CardUnknown23
# - id: CardUnknown48
# - id: CardUnknown27
# - id: CardUnknown33
# - id: CardUnknown17
# - id: CardUnknown28
# - id: CardUnknown22
# - id: CardUnknown29
# - id: CardUnknown32
# - id: CardUnknown21
# - id: CardUnknown43
# - id: CardUnknown42
# - id: CardUnknown24
# - id: CardUnknown45
# - id: CardUnknown34
# - id: CardUnknown18
# - id: CardUnknown49
# - id: CardUnknown25
# - id: CardUnknown46
# - id: CardUnknown35
# - id: CardUnknown19
# - id: CardUnknown38
# - id: CardUnknown40
# - id: CardUnknown31
# - id: CardUnknown39
# - id: CardUnknown37
# - id: CardUnknown44
#
#- type: entity
# parent: CrateBaseWeldable
# id: CardCrate2
# name: сундук с картами
# suffix: 52
# components:
# - type: Icon
# sprite: Structures/Storage/Crates/generic.rsi
# - type: Sprite
# sprite: Structures/Storage/Crates/generic.rsi
# - type: StorageFill
# contents:
# - id: CardUnknown25
# - id: CardUnknown52
# - id: CardUnknown3
# - id: CardUnknown4
# - id: CardUnknown37
# - id: CardUnknown49
# - id: CardUnknown27
# - id: CardUnknown29
# - id: CardUnknown17
# - id: CardUnknown8
# - id: CardUnknown11
# - id: CardUnknown39
# - id: CardUnknown42
# - id: CardUnknown9
# - id: CardUnknown26
# - id: CardUnknown38
# - id: CardUnknown44
# - id: CardUnknown32
# - id: CardUnknown36
# - id: CardUnknown45
# - id: CardUnknown30
# - id: CardUnknown50
# - id: CardUnknown2
# - id: CardUnknown43
# - id: CardUnknown20
# - id: CardUnknown47
# - id: CardUnknown22
# - id: CardUnknown51
# - id: CardUnknown31
# - id: CardUnknown18
# - id: CardUnknown34
# - id: CardUnknown19
# - id: CardUnknown28
# - id: CardUnknown33
# - id: CardUnknown41
# - id: CardUnknown24
# - id: CardUnknown1
# - id: CardUnknown48
# - id: CardUnknown15
# - id: CardUnknown5
# - id: CardUnknown13
# - id: CardUnknown7
# - id: CardUnknown16
# - id: CardUnknown40
# - id: CardUnknown14
# - id: CardUnknown46
# - id: CardUnknown6
# - id: CardUnknown21
# - id: CardUnknown23
# - id: CardUnknown35
# - id: CardUnknown10
# - id: CardUnknown12
# PLAYERS CARDS
- type: entity
parent: BaseStorageItem
id: PlayerCardBag
name: колода карт игрока
components:
- type: Sprite
sprite: Objects/Fun/Cards/Other.rsi
state: fan
- type: Item
size: Normal
- type: Storage
maxItemSize: Small
grid:
- 0,0,5,5
quickInsert: true
areaInsert: false
whitelist:
tags:
- Card
- type: Tag
tags:
- TrashBag
- type: Appearance
- type: Dumpable

View File

@@ -0,0 +1,276 @@
# CARDS
- type: entity
parent: BaseCardSpades
id: Cardspades_2
name: карта пики 2
description: Игральная карта.
components:
- type: Sprite
state: spades_2
- type: SpawnItemsOnUse
items:
- id: CardUnknown4
- type: entity
parent: BaseCardSpades
id: Cardspades_3
name: карта пики 3
description: Игральная карта.
components:
- type: Sprite
state: spades_3
- type: SpawnItemsOnUse
items:
- id: CardUnknown8
- type: entity
parent: BaseCardSpades
id: Cardspades_4
name: карта пики 4
description: Игральная карта.
components:
- type: Sprite
state: spades_4
- type: SpawnItemsOnUse
items:
- id: CardUnknown12
- type: entity
parent: BaseCardSpades
id: Cardspades_5
name: карта пики 5
description: Игральная карта.
components:
- type: Sprite
state: spades_5
- type: SpawnItemsOnUse
items:
- id: CardUnknown16
- type: entity
parent: BaseCardSpades
id: Cardspades_6
name: карта пики 6
description: Игральная карта.
components:
- type: Sprite
state: spades_6
- type: SpawnItemsOnUse
items:
- id: CardUnknown20
- type: entity
parent: BaseCardSpades
id: Cardspades_7
name: карта пики 7
description: Игральная карта.
components:
- type: Sprite
state: spades_7
- type: SpawnItemsOnUse
items:
- id: CardUnknown24
- type: entity
parent: BaseCardSpades
id: Cardspades_8
name: карта пики 8
description: Игральная карта.
components:
- type: Sprite
state: spades_8
- type: SpawnItemsOnUse
items:
- id: CardUnknown28
- type: entity
parent: BaseCardSpades
id: Cardspades_9
name: карта пики 9
description: Игральная карта.
components:
- type: Sprite
state: spades_9
- type: SpawnItemsOnUse
items:
- id: CardUnknown32
- type: entity
parent: BaseCardSpades
id: Cardspades_10
name: карта пики 10
description: Игральная карта.
components:
- type: Sprite
state: spades_10
- type: SpawnItemsOnUse
items:
- id: CardUnknown36
- type: entity
parent: BaseCardSpades
id: Cardspades_j
name: карта пики Валет
description: Игральная карта.
components:
- type: Sprite
state: spades_j
- type: SpawnItemsOnUse
items:
- id: CardUnknown40
- type: entity
parent: BaseCardSpades
id: Cardspades_q
name: карта пики Королева
description: Игральная карта.
components:
- type: Sprite
state: spades_q
- type: SpawnItemsOnUse
items:
- id: CardUnknown44
- type: entity
parent: BaseCardSpades
id: Cardspades_k
name: карта пики Король
description: Игральная карта.
components:
- type: Sprite
state: spades_k
- type: SpawnItemsOnUse
items:
- id: CardUnknown48
- type: entity
parent: BaseCardSpades
id: Cardspades_a
name: карта пики туз
description: Игральная карта.
components:
- type: Sprite
state: spades_a
- type: SpawnItemsOnUse
items:
- id: CardUnknown52
# UNKNOWN CARDS
- type: entity
parent: BaseCardUnknown
id: CardUnknown4
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardspades_2
- type: entity
parent: BaseCardUnknown
id: CardUnknown8
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardspades_3
- type: entity
parent: BaseCardUnknown
id: CardUnknown12
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardspades_4
- type: entity
parent: BaseCardUnknown
id: CardUnknown16
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardspades_5
- type: entity
parent: BaseCardUnknown
id: CardUnknown20
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardspades_6
- type: entity
parent: BaseCardUnknown
id: CardUnknown24
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardspades_7
- type: entity
parent: BaseCardUnknown
id: CardUnknown28
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardspades_8
- type: entity
parent: BaseCardUnknown
id: CardUnknown32
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardspades_9
- type: entity
parent: BaseCardUnknown
id: CardUnknown36
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardspades_10
- type: entity
parent: BaseCardUnknown
id: CardUnknown40
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardspades_j
- type: entity
parent: BaseCardUnknown
id: CardUnknown44
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardspades_q
- type: entity
parent: BaseCardUnknown
id: CardUnknown48
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardspades_k
- type: entity
parent: BaseCardUnknown
id: CardUnknown52
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: Cardspades_a

View File

@@ -0,0 +1,73 @@
# BASE UNO CARDS
- type: entity
parent: BaseItem
id: BaseUnoCard
abstract: true
name: карта
description: Карта UNO.
components:
- type: Item
size: Small
- type: SpawnItemsOnUse
sound:
path: /Audio/Effects/unwrap.ogg
- type: Tag
tags:
- UnoCard
- type: entity
parent: BaseUnoCard
id: BaseUnoCardBlue
abstract: true
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_blue.rsi
scale: 0.5, 0.5
- type: entity
parent: BaseUnoCard
id: BaseUnoCardGreen
abstract: true
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_green.rsi
scale: 0.5, 0.5
- type: entity
parent: BaseUnoCard
id: BaseUnoCardRed
abstract: true
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_red.rsi
scale: 0.5, 0.5
- type: entity
parent: BaseUnoCard
id: BaseUnoCardYellow
abstract: true
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_yellow.rsi
scale: 0.5, 0.5
- type: entity
parent: BaseItem
id: BaseUnoUnknownCard
abstract: true
name: неизвестная карта
description: Скрывает неизвестную карту UNO.
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_special.rsi
state: cardback
scale: 0.5, 0.5
- type: Item
size: Small
- type: SpawnItemsOnUse
sound:
path: /Audio/Effects/unwrap.ogg
- type: Tag
tags:
- UnoCard

View File

@@ -0,0 +1,276 @@
# BLUE CARDS
- type: entity
parent: BaseUnoCardBlue
id: UnoCardBlue0
name: синяя карта UNO. 0
description: Игральная Карта UNO.
components:
- type: Sprite
state: unoblue0
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue0
- type: entity
parent: BaseUnoCardBlue
id: UnoCardBlue1
name: синяя карта UNO. 1
description: Игральная Карта UNO.
components:
- type: Sprite
state: unoblue1
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue1
- type: entity
parent: BaseUnoCardBlue
id: UnoCardBlue2
name: синяя карта UNO. 2
description: Игральная Карта UNO.
components:
- type: Sprite
state: unoblue2
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue2
- type: entity
parent: BaseUnoCardBlue
id: UnoCardBlue3
name: синяя карта UNO. 3
description: Игральная Карта UNO.
components:
- type: Sprite
state: unoblue3
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue3
- type: entity
parent: BaseUnoCardBlue
id: UnoCardBlue4
name: синяя карта UNO. 4
description: Игральная Карта UNO.
components:
- type: Sprite
state: unoblue4
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue4
- type: entity
parent: BaseUnoCardBlue
id: UnoCardBlue5
name: синяя карта UNO. 5
description: Игральная Карта UNO.
components:
- type: Sprite
state: unoblue5
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue5
- type: entity
parent: BaseUnoCardBlue
id: UnoCardBlue6
name: синяя карта UNO. 6
description: Игральная Карта UNO.
components:
- type: Sprite
state: unoblue6
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue6
- type: entity
parent: BaseUnoCardBlue
id: UnoCardBlue7
name: синяя карта UNO. 7
description: Игральная Карта UNO.
components:
- type: Sprite
state: unoblue7
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue7
- type: entity
parent: BaseUnoCardBlue
id: UnoCardBlue8
name: синяя карта UNO. 8
description: Игральная Карта UNO.
components:
- type: Sprite
state: unoblue8
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue8
- type: entity
parent: BaseUnoCardBlue
id: UnoCardBlue9
name: синяя карта UNO. 9
description: Игральная Карта UNO.
components:
- type: Sprite
state: unoblue9
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue9
- type: entity
parent: BaseUnoCardBlue
id: UnoCardBluePlus
name: синяя карта UNO. плюс 2
description: Игральная Карта UNO.
components:
- type: Sprite
state: unoblueplus
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBluePlus
- type: entity
parent: BaseUnoCardBlue
id: UnoCardBlueReverse
name: синяя карта UNO. реверс
description: Игральная Карта UNO.
components:
- type: Sprite
state: unobluereverse
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlueReverse
- type: entity
parent: BaseUnoCardBlue
id: UnoCardBlueStop
name: синяя карта UNO. стоп
description: Игральная Карта UNO.
components:
- type: Sprite
state: unobluestop
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlueStop
# UNKNOWN BLUE CARDS
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue0
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue0
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue1
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue1
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue2
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue2
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue3
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue3
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue4
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue4
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue5
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue5
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue6
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue6
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue7
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue7
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue8
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue8
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue9
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue9
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBluePlus
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBluePlus
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlueReverse
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlueReverse
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlueStop
noSpawn: true
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlueStop

View File

@@ -1,193 +1,167 @@
# GREEN CARDS
# Green Cards
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardGreen
id: UnoCardGreen0 id: UnoCardGreen0
name: Зелёная карта UNO 0 name: зелёная карта UNO 0
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_green.rsi
state: unogreen0 state: unogreen0
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownGreen0 - id: UnoCardUnknownGreen0
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardGreen
id: UnoCardGreen1 id: UnoCardGreen1
name: Зелёная карта UNO 1 name: зелёная карта UNO 1
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_green.rsi
state: unogreen1 state: unogreen1
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownGreen1 - id: UnoCardUnknownGreen1
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardGreen
id: UnoCardGreen2 id: UnoCardGreen2
name: Зелёная карта UNO 2 name: зелёная карта UNO 2
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_green.rsi
state: unogreen2 state: unogreen2
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownGreen2 - id: UnoCardUnknownGreen2
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardGreen
id: UnoCardGreen3 id: UnoCardGreen3
name: Зелёная карта UNO 3 name: зелёная карта UNO 3
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_green.rsi
state: unogreen3 state: unogreen3
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownGreen3 - id: UnoCardUnknownGreen3
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardGreen
id: UnoCardGreen4 id: UnoCardGreen4
name: Зелёная карта UNO 4 name: зелёная карта UNO 4
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_green.rsi
state: unogreen4 state: unogreen4
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownGreen4 - id: UnoCardUnknownGreen4
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardGreen
id: UnoCardGreen5 id: UnoCardGreen5
name: Зелёная карта UNO 5 name: зелёная карта UNO 5
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_green.rsi
state: unogreen5 state: unogreen5
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownGreen5 - id: UnoCardUnknownGreen5
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardGreen
id: UnoCardGreen6 id: UnoCardGreen6
name: Зелёная карта UNO 6 name: зелёная карта UNO 6
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_green.rsi
state: unogreen6 state: unogreen6
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownGreen6 - id: UnoCardUnknownGreen6
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardGreen
id: UnoCardGreen7 id: UnoCardGreen7
name: Зелёная карта UNO 7 name: зелёная карта UNO 7
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_green.rsi
state: unogreen7 state: unogreen7
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownGreen7 - id: UnoCardUnknownGreen7
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardGreen
id: UnoCardGreen8 id: UnoCardGreen8
name: Зелёная карта UNO 8 name: зелёная карта UNO 8
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_green.rsi
state: unogreen8 state: unogreen8
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownGreen8 - id: UnoCardUnknownGreen8
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardGreen
id: UnoCardGreen9 id: UnoCardGreen9
name: Зелёная карта UNO 9 name: зелёная карта UNO 9
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_green.rsi
state: unogreen9 state: unogreen9
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownGreen9 - id: UnoCardUnknownGreen9
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardGreen
id: UnoCardGreenPlus id: UnoCardGreenPlus
name: Зелёная карта UNO плюс 2 name: зелёная карта UNO плюс 2
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_green.rsi
state: unogreenplus state: unogreenplus
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownGreenPlus - id: UnoCardUnknownGreenPlus
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardGreen
id: UnoCardGreenReverse id: UnoCardGreenReverse
name: Зелёная карта UNO реверс name: зелёная карта UNO реверс
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_green.rsi
state: unogreenreverse state: unogreenreverse
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownGreenReverse - id: UnoCardUnknownGreenReverse
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardGreen
id: UnoCardGreenStop id: UnoCardGreenStop
name: Зелёная карта UNO стоп name: зелёная карта UNO стоп
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_green.rsi
state: unogreenstop state: unogreenstop
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownGreenStop - id: UnoCardUnknownGreenStop
# Green Cards Unknown # UNKNOWN GREEN CARDS
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownGreen0 id: UnoCardUnknownGreen0
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -196,8 +170,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownGreen1 id: UnoCardUnknownGreen1
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -206,8 +179,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownGreen2 id: UnoCardUnknownGreen2
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -216,8 +188,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownGreen3 id: UnoCardUnknownGreen3
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -226,8 +197,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownGreen4 id: UnoCardUnknownGreen4
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -236,8 +206,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownGreen5 id: UnoCardUnknownGreen5
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -246,8 +215,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownGreen6 id: UnoCardUnknownGreen6
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -256,8 +224,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownGreen7 id: UnoCardUnknownGreen7
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -266,8 +233,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownGreen8 id: UnoCardUnknownGreen8
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -276,8 +242,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownGreen9 id: UnoCardUnknownGreen9
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -286,8 +251,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownGreenPlus id: UnoCardUnknownGreenPlus
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -296,8 +260,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownGreenReverse id: UnoCardUnknownGreenReverse
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -306,8 +269,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownGreenStop id: UnoCardUnknownGreenStop
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:

View File

@@ -1,8 +1,8 @@
- type: entity - type: entity
parent: BaseStorageItem parent: BaseStorageItem
id: UnoCardBag id: UnoCardBag
name: Карты UNO name: упаковка карт UNO
description: Игральные карты UNO description: Упаковка с игральными картами UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_special.rsi sprite: Objects/Fun/UnoCards/uno_special.rsi
@@ -138,7 +138,7 @@
- type: entity - type: entity
parent: BaseStorageItem parent: BaseStorageItem
id: UnoPlayerCardBag id: UnoPlayerCardBag
name: Карты игрока UNO name: колода карт игрока UNO
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_special.rsi sprite: Objects/Fun/UnoCards/uno_special.rsi

View File

@@ -1,193 +1,167 @@
# RED CARDS
# Red Cards
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardRed
id: UnoCardRed0 id: UnoCardRed0
name: Красная карта UNO 0 name: красная карта UNO 0
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_red.rsi
state: unored0 state: unored0
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownRed0 - id: UnoCardUnknownRed0
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardRed
id: UnoCardRed1 id: UnoCardRed1
name: Красная карта UNO 1 name: красная карта UNO 1
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_red.rsi
state: unored1 state: unored1
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownRed1 - id: UnoCardUnknownRed1
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardRed
id: UnoCardRed2 id: UnoCardRed2
name: Красная карта UNO 2 name: красная карта UNO 2
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_red.rsi
state: unored2 state: unored2
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownRed2 - id: UnoCardUnknownRed2
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardRed
id: UnoCardRed3 id: UnoCardRed3
name: Красная карта UNO 3 name: красная карта UNO 3
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_red.rsi
state: unored3 state: unored3
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownRed3 - id: UnoCardUnknownRed3
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardRed
id: UnoCardRed4 id: UnoCardRed4
name: Красная карта UNO 4 name: красная карта UNO 4
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_red.rsi
state: unored4 state: unored4
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownRed4 - id: UnoCardUnknownRed4
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardRed
id: UnoCardRed5 id: UnoCardRed5
name: Красная карта UNO 5 name: красная карта UNO 5
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_red.rsi
state: unored5 state: unored5
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownRed5 - id: UnoCardUnknownRed5
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardRed
id: UnoCardRed6 id: UnoCardRed6
name: Красная карта UNO 6 name: красная карта UNO 6
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_red.rsi
state: unored6 state: unored6
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownRed6 - id: UnoCardUnknownRed6
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardRed
id: UnoCardRed7 id: UnoCardRed7
name: Красная карта UNO 7 name: красная карта UNO 7
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_red.rsi
state: unored7 state: unored7
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownRed7 - id: UnoCardUnknownRed7
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardRed
id: UnoCardRed8 id: UnoCardRed8
name: Красная карта UNO 8 name: красная карта UNO 8
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_red.rsi
state: unored8 state: unored8
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownRed8 - id: UnoCardUnknownRed8
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardRed
id: UnoCardRed9 id: UnoCardRed9
name: Красная карта UNO 9 name: красная карта UNO 9
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_red.rsi
state: unored9 state: unored9
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownRed9 - id: UnoCardUnknownRed9
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardRed
id: UnoCardRedPlus id: UnoCardRedPlus
name: Красная карта UNO плюс 2 name: красная карта UNO плюс 2
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_red.rsi
state: unoredplus state: unoredplus
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownRedPlus - id: UnoCardUnknownRedPlus
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardRed
id: UnoCardRedReverse id: UnoCardRedReverse
name: Красная карта UNO реверс name: красная карта UNO реверс
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_red.rsi
state: unoredreverse state: unoredreverse
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownRedReverse - id: UnoCardUnknownRedReverse
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardRed
id: UnoCardRedStop id: UnoCardRedStop
name: Красная карта UNO стоп name: красная карта UNO стоп
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_red.rsi
state: unoredstop state: unoredstop
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownRedStop - id: UnoCardUnknownRedStop
# Red Cards Unknown # UNKNOWN RED CARDS
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownRed0 id: UnoCardUnknownRed0
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -196,8 +170,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownRed1 id: UnoCardUnknownRed1
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -206,8 +179,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownRed2 id: UnoCardUnknownRed2
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -216,8 +188,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownRed3 id: UnoCardUnknownRed3
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -226,8 +197,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownRed4 id: UnoCardUnknownRed4
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -236,8 +206,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownRed5 id: UnoCardUnknownRed5
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -246,8 +215,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownRed6 id: UnoCardUnknownRed6
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -256,8 +224,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownRed7 id: UnoCardUnknownRed7
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -266,8 +233,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownRed8 id: UnoCardUnknownRed8
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -276,8 +242,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownRed9 id: UnoCardUnknownRed9
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -286,8 +251,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownRedPlus id: UnoCardUnknownRedPlus
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -296,8 +260,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownRedReverse id: UnoCardUnknownRedReverse
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -306,8 +269,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownRedStop id: UnoCardUnknownRedStop
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:

View File

@@ -1,10 +1,10 @@
# SPECIAL
# Special
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCard
id: UnoCardSpecial id: UnoCardSpecial
name: Карта смены цвета name: карта смены цвета
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_special.rsi sprite: Objects/Fun/UnoCards/uno_special.rsi
@@ -17,19 +17,19 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownSpecial id: UnoCardUnknownSpecial
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardSpecial - id: UnoCardSpecial
# Special Four # SPECIAL FOUR
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCard
id: UnoCardSpecialFour id: UnoCardSpecialFour
name: Карта возьми 4 name: карта возьми 4
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_special.rsi sprite: Objects/Fun/UnoCards/uno_special.rsi
@@ -42,8 +42,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownSpecialFour id: UnoCardUnknownSpecialFour
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -53,8 +52,8 @@
#- type: entity #- type: entity
# parent: BaseUnoCard # parent: BaseUnoCard
# id: UnoCardSpecialBlueFour # id: UnoCardSpecialBlueFour
# name: Карта смены цвета # name: карта смены цвета
# description: Игральная карта UNO # description: Игральная карта UNO.
# components: # components:
# - type: Sprite # - type: Sprite
# sprite: Objects/Fun/UnoCards/uno_special.rsi # sprite: Objects/Fun/UnoCards/uno_special.rsi
@@ -67,8 +66,7 @@
#- type: entity #- type: entity
# parent: BaseUnoUnknownCard # parent: BaseUnoUnknownCard
# id: UnoCardUnknownSpecialBlueFour # id: UnoCardUnknownSpecialBlueFour
# name: Неизвестная карта # noSpawn: true
# description: Игральная карта UNO
# components: # components:
# - type: SpawnItemsOnUse # - type: SpawnItemsOnUse
# items: # items:
@@ -78,8 +76,8 @@
#- type: entity #- type: entity
# parent: BaseUnoCard # parent: BaseUnoCard
# id: UnoCardSpecialGreenFour # id: UnoCardSpecialGreenFour
# name: Карта смены цвета # name: карта смены цвета
# description: Игральная карта UNO # description: Игральная карта UNO.
# components: # components:
# - type: Sprite # - type: Sprite
# sprite: Objects/Fun/UnoCards/uno_special.rsi # sprite: Objects/Fun/UnoCards/uno_special.rsi
@@ -92,8 +90,7 @@
#- type: entity #- type: entity
# parent: BaseUnoUnknownCard # parent: BaseUnoUnknownCard
# id: UnoCardUnknownSpecialGreenFour # id: UnoCardUnknownSpecialGreenFour
# name: Неизвестная карта # noSpawn: true
# description: Игральная карта UNO
# components: # components:
# - type: SpawnItemsOnUse # - type: SpawnItemsOnUse
# items: # items:
@@ -103,8 +100,8 @@
#- type: entity #- type: entity
# parent: BaseUnoCard # parent: BaseUnoCard
# id: UnoCardSpecialRedFour # id: UnoCardSpecialRedFour
# name: Карта смены цвета # name: карта смены цвета
# description: Игральная карта UNO # description: Игральная карта UNO.
# components: # components:
# - type: Sprite # - type: Sprite
# sprite: Objects/Fun/UnoCards/uno_special.rsi # sprite: Objects/Fun/UnoCards/uno_special.rsi
@@ -117,8 +114,7 @@
#- type: entity #- type: entity
# parent: BaseUnoUnknownCard # parent: BaseUnoUnknownCard
# id: UnoCardUnknownSpecialRedFour # id: UnoCardUnknownSpecialRedFour
# name: Неизвестная карта # noSpawn: true
# description: Игральная карта UNO
# components: # components:
# - type: SpawnItemsOnUse # - type: SpawnItemsOnUse
# items: # items:
@@ -128,8 +124,8 @@
#- type: entity #- type: entity
# parent: BaseUnoCard # parent: BaseUnoCard
# id: UnoCardSpecialYellowFour # id: UnoCardSpecialYellowFour
# name: Карта смены цвета # name: карта смены цвета
# description: Игральная карта UNO # description: Игральная карта UNO.
# components: # components:
# - type: Sprite # - type: Sprite
# sprite: Objects/Fun/UnoCards/uno_special.rsi # sprite: Objects/Fun/UnoCards/uno_special.rsi
@@ -142,8 +138,7 @@
#- type: entity #- type: entity
# parent: BaseUnoUnknownCard # parent: BaseUnoUnknownCard
# id: UnoCardUnknownSpecialYellowFour # id: UnoCardUnknownSpecialYellowFour
# name: Неизвестная карта # noSpawn: true
# description: Игральная карта UNO
# components: # components:
# - type: SpawnItemsOnUse # - type: SpawnItemsOnUse
# items: # items:

View File

@@ -1,193 +1,167 @@
# YELLOW CARDS
# Yellow Cards
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardYellow
id: UnoCardYellow0 id: UnoCardYellow0
name: Жёлтая карта UNO 0 name: жёлтая карта UNO 0
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_yellow.rsi
state: unoyellow0 state: unoyellow0
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownYellow0 - id: UnoCardUnknownYellow0
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardYellow
id: UnoCardYellow1 id: UnoCardYellow1
name: Жёлтая карта UNO 1 name: жёлтая карта UNO 1
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_yellow.rsi
state: unoyellow1 state: unoyellow1
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownYellow1 - id: UnoCardUnknownYellow1
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardYellow
id: UnoCardYellow2 id: UnoCardYellow2
name: Жёлтая карта UNO 2 name: жёлтая карта UNO 2
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_yellow.rsi
state: unoyellow2 state: unoyellow2
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownYellow2 - id: UnoCardUnknownYellow2
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardYellow
id: UnoCardYellow3 id: UnoCardYellow3
name: Жёлтая карта UNO 3 name: жёлтая карта UNO 3
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_yellow.rsi
state: unoyellow3 state: unoyellow3
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownYellow3 - id: UnoCardUnknownYellow3
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardYellow
id: UnoCardYellow4 id: UnoCardYellow4
name: Жёлтая карта UNO 4 name: жёлтая карта UNO 4
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_yellow.rsi
state: unoyellow4 state: unoyellow4
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownYellow4 - id: UnoCardUnknownYellow4
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardYellow
id: UnoCardYellow5 id: UnoCardYellow5
name: Жёлтая карта UNO 5 name: жёлтая карта UNO 5
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_yellow.rsi
state: unoyellow5 state: unoyellow5
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownYellow5 - id: UnoCardUnknownYellow5
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardYellow
id: UnoCardYellow6 id: UnoCardYellow6
name: Жёлтая карта UNO 6 name: жёлтая карта UNO 6
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_yellow.rsi
state: unoyellow6 state: unoyellow6
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownYellow6 - id: UnoCardUnknownYellow6
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardYellow
id: UnoCardYellow7 id: UnoCardYellow7
name: Жёлтая карта UNO 7 name: жёлтая карта UNO 7
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_yellow.rsi
state: unoyellow7 state: unoyellow7
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownYellow7 - id: UnoCardUnknownYellow7
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardYellow
id: UnoCardYellow8 id: UnoCardYellow8
name: Жёлтая карта UNO 8 name: жёлтая карта UNO 8
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_yellow.rsi
state: unoyellow8 state: unoyellow8
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownYellow8 - id: UnoCardUnknownYellow8
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardYellow
id: UnoCardYellow9 id: UnoCardYellow9
name: Жёлтая карта UNO 9 name: жёлтая карта UNO 9
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_yellow.rsi
state: unoyellow9 state: unoyellow9
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownYellow9 - id: UnoCardUnknownYellow9
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardYellow
id: UnoCardYellowPlus id: UnoCardYellowPlus
name: Жёлтая карта UNO плюс 2 name: жёлтая карта UNO плюс 2
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_yellow.rsi
state: unoyellowplus state: unoyellowplus
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownYellowPlus - id: UnoCardUnknownYellowPlus
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardYellow
id: UnoCardYellowReverse id: UnoCardYellowReverse
name: Жёлтая карта UNO реверс name: жёлтая карта UNO реверс
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_yellow.rsi
state: unoyellowreverse state: unoyellowreverse
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownYellowReverse - id: UnoCardUnknownYellowReverse
- type: entity - type: entity
parent: BaseUnoCard parent: BaseUnoCardYellow
id: UnoCardYellowStop id: UnoCardYellowStop
name: Жёлтая карта UNO стоп name: жёлтая карта UNO стоп
description: Игральная карта UNO description: Игральная карта UNO.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Fun/UnoCards/uno_yellow.rsi
state: unoyellowstop state: unoyellowstop
scale: 0.5, 0.5
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
- id: UnoCardUnknownYellowStop - id: UnoCardUnknownYellowStop
# Yellow Cards Uknown # UNKNOWN YELLOW CARDS
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownYellow0 id: UnoCardUnknownYellow0
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -196,8 +170,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownYellow1 id: UnoCardUnknownYellow1
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -206,8 +179,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownYellow2 id: UnoCardUnknownYellow2
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -216,8 +188,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownYellow3 id: UnoCardUnknownYellow3
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -226,8 +197,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownYellow4 id: UnoCardUnknownYellow4
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -236,8 +206,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownYellow5 id: UnoCardUnknownYellow5
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -246,8 +215,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownYellow6 id: UnoCardUnknownYellow6
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -256,8 +224,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownYellow7 id: UnoCardUnknownYellow7
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -266,8 +233,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownYellow8 id: UnoCardUnknownYellow8
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -276,8 +242,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownYellow9 id: UnoCardUnknownYellow9
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -286,8 +251,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownYellowPlus id: UnoCardUnknownYellowPlus
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -296,8 +260,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownYellowReverse id: UnoCardUnknownYellowReverse
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:
@@ -306,8 +269,7 @@
- type: entity - type: entity
parent: BaseUnoUnknownCard parent: BaseUnoUnknownCard
id: UnoCardUnknownYellowStop id: UnoCardUnknownYellowStop
name: Неизвестная карта noSpawn: true
description: Игральная карта UNO
components: components:
- type: SpawnItemsOnUse - type: SpawnItemsOnUse
items: items:

File diff suppressed because it is too large Load Diff

View File

@@ -1,357 +0,0 @@
- type: Tag
id: UnoCard
- type: entity
parent: BaseItem
id: BaseUnoCard
name: Карта
description: Карта UNO
abstract: true
components:
- type: Item
size: Small
- type: SpawnItemsOnUse
sound:
path: /Audio/Effects/unwrap.ogg
items:
- id: UnoCardUnknownBlue0
- type: Tag
tags:
- UnoCard
- type: entity
parent: BaseItem
id: BaseUnoUnknownCard
name: Карта
description: Неизвестная карта UNO
abstract: true
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_special.rsi
state: cardback
scale: 0.5, 0.5
- type: Item
size: Small
- type: SpawnItemsOnUse
sound:
path: /Audio/Effects/unwrap.ogg
items:
- id: UnoCardBlue0
- type: Tag
tags:
- UnoCard
# Blue Cards
- type: entity
parent: BaseUnoCard
id: UnoCardBlue0
name: Синяя карта UNO 0
description: Игральная карта UNO
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_blue.rsi
state: unoblue0
scale: 0.5, 0.5
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue0
- type: entity
parent: BaseUnoCard
id: UnoCardBlue1
name: Синяя карта UNO 1
description: Игральная карта UNO
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_blue.rsi
state: unoblue1
scale: 0.5, 0.5
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue1
- type: entity
parent: BaseUnoCard
id: UnoCardBlue2
name: Синяя карта UNO 2
description: Игральная карта UNO
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_blue.rsi
state: unoblue2
scale: 0.5, 0.5
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue2
- type: entity
parent: BaseUnoCard
id: UnoCardBlue3
name: Синяя карта UNO 3
description: Игральная карта UNO
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_blue.rsi
state: unoblue3
scale: 0.5, 0.5
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue3
- type: entity
parent: BaseUnoCard
id: UnoCardBlue4
name: Синяя карта UNO 4
description: Игральная карта UNO
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_blue.rsi
state: unoblue4
scale: 0.5, 0.5
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue4
- type: entity
parent: BaseUnoCard
id: UnoCardBlue5
name: Синяя карта UNO 5
description: Игральная карта UNO
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_blue.rsi
state: unoblue5
scale: 0.5, 0.5
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue5
- type: entity
parent: BaseUnoCard
id: UnoCardBlue6
name: Синяя карта UNO 6
description: Игральная карта UNO
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_blue.rsi
state: unoblue6
scale: 0.5, 0.5
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue6
- type: entity
parent: BaseUnoCard
id: UnoCardBlue7
name: Синяя карта UNO 7
description: Игральная карта UNO
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_blue.rsi
state: unoblue7
scale: 0.5, 0.5
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue7
- type: entity
parent: BaseUnoCard
id: UnoCardBlue8
name: Синяя карта UNO 8
description: Игральная карта UNO
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_blue.rsi
state: unoblue8
scale: 0.5, 0.5
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue8
- type: entity
parent: BaseUnoCard
id: UnoCardBlue9
name: Синяя карта UNO 9
description: Игральная карта UNO
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_blue.rsi
state: unoblue9
scale: 0.5, 0.5
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlue9
- type: entity
parent: BaseUnoCard
id: UnoCardBluePlus
name: Синяя карта UNO плюс 2
description: Игральная карта UNO
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_blue.rsi
state: unoblueplus
scale: 0.5, 0.5
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBluePlus
- type: entity
parent: BaseUnoCard
id: UnoCardBlueReverse
name: Синяя карта UNO реверс
description: Игральная карта UNO
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_blue.rsi
state: unobluereverse
scale: 0.5, 0.5
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlueReverse
- type: entity
parent: BaseUnoCard
id: UnoCardBlueStop
name: Синяя карта UNO стоп
description: Игральная карта UNO
components:
- type: Sprite
sprite: Objects/Fun/UnoCards/uno_blue.rsi
state: unobluestop
scale: 0.5, 0.5
- type: SpawnItemsOnUse
items:
- id: UnoCardUnknownBlueStop
# Blue Cards Uknown
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue0
name: Неизвестная карта
description: Игральная карта UNO
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue0
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue1
name: Неизвестная карта
description: Игральная карта UNO
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue1
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue2
name: Неизвестная карта
description: Игральная карта UNO
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue2
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue3
name: Неизвестная карта
description: Игральная карта UNO
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue3
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue4
name: Неизвестная карта
description: Игральная карта UNO
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue4
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue5
name: Неизвестная карта
description: Игральная карта UNO
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue5
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue6
name: Неизвестная карта
description: Игральная карта UNO
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue6
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue7
name: Неизвестная карта
description: Игральная карта UNO
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue7
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue8
name: Неизвестная карта
description: Игральная карта UNO
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue8
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlue9
name: Неизвестная карта
description: Игральная карта UNO
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlue9
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBluePlus
name: Неизвестная карта
description: Игральная карта UNO
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBluePlus
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlueReverse
name: Неизвестная карта
description: Игральная карта UNO
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlueReverse
- type: entity
parent: BaseUnoUnknownCard
id: UnoCardUnknownBlueStop
name: Неизвестная карта
description: Игральная карта UNO
components:
- type: SpawnItemsOnUse
items:
- id: UnoCardBlueStop

View File

@@ -0,0 +1,12 @@
- type: entity
id: ActionReleaseBees
name: changeling-ability-bees
description: changeling-ability-bees-desc
noSpawn: true
components:
- type: InstantAction
itemIconStyle: NoItem
icon: { sprite: White/Clothing/Head/hive.rsi, state: icon }
event: !type:ReleaseBeesEvent
checkCanInteract: false
useDelay: 30

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
name: mindshield implanters box
parent: BoxCardboard parent: BoxCardboard
id: BoxMindshield id: BoxMindshield
name: mindshield implanters box
description: A box full of implants. description: A box full of implants.
components: components:
- type: StorageFill - type: StorageFill

View File

@@ -22,26 +22,3 @@
- type: EyeProtection - type: EyeProtection
- type: FlashSoundSuppression - type: FlashSoundSuppression
- type: HiveHead - type: HiveHead
- type: entity
id: ActionReleaseBees
name: changeling-ability-bees
description: changeling-ability-bees-desc
noSpawn: true
components:
- type: InstantAction
itemIconStyle: NoItem
icon: White/Clothing/Head/hive.rsi/icon.png
event: !type:ReleaseBeesEvent
checkCanInteract: false
useDelay: 30
- type: entity
parent: MobAngryBee
id: MobTemporaryAngryBee
components:
- type: TimedDespawn
lifetime: 25.0
- type: NpcFactionMember
factions:
- Changeling

View File

@@ -0,0 +1,39 @@
- type: entity
id: ExpSyndicateTeleporterInEffect
name: experimental syndicate teleporter in effect
components:
- type: TimedDespawn
lifetime: 0.6
- type: EvaporationSparkle
- type: Transform
noRot: true
anchored: true
- type: Sprite
layers:
- sprite: White/Objects/Devices/experimentalsyndicateteleporter.rsi
state: in
shader: unshaded
netsync: false
drawdepth: Effects
- type: PointLight
color: "#008DFE"
- type: entity
id: ExpSyndicateTeleporterOutEffect
name: experimental syndicate teleporter out effect
components:
- type: TimedDespawn
lifetime: 0.6
- type: EvaporationSparkle
- type: Transform
noRot: true
anchored: true
- type: Sprite
layers:
- sprite: White/Objects/Devices/experimentalsyndicateteleporter.rsi
state: out
shader: unshaded
netsync: false
drawdepth: Effects
- type: PointLight
color: "#008DFE"

View File

@@ -1,22 +0,0 @@
- type: entity
name: Бармен
parent: BasePlushie
id: HampterBarmen
description: Я бармен!
components:
- type: Sprite
sprite: Objects/Hampter/barmen.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,21 +0,0 @@
- type: entity
name: Капитан
parent: BasePlushie
id: HampterCap
description: Я капитан!
components:
- type: Sprite
sprite: Objects/Hampter/caphampter.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,22 +0,0 @@
- type: entity
name: ПЦК
parent: BasePlushie
id: CentcomHampter
description: I am the captain!
components:
- type: Sprite
sprite: Objects/Hampter/centcom.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,21 +0,0 @@
- type: entity
name: Клоун
parent: BasePlushie
id: ClownHampter
description: Я клоун!
components:
- type: Sprite
sprite: Objects/Hampter/clownhampter.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,23 +0,0 @@
- type: entity
name: Комиссар не радоха
parent: BasePlushie
id: ComisarHampter
description: Я комиссар!
components:
- type: Sprite
sprite: Objects/Hampter/comisar.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,21 +0,0 @@
- type: entity
name: Смерть!
parent: BasePlushie
id: DeadthHampter
description: Я сама смерть!
components:
- type: Sprite
sprite: Objects/Hampter/deadth.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,21 +0,0 @@
- type: entity
name: Я слежу за тобой!
parent: BasePlushie
id: EmergencyHampter
description: Я из отряда Медленного Реагирования!
components:
- type: Sprite
sprite: Objects/Hampter/emergency.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,21 +0,0 @@
- type: entity
name: Золотце
parent: BasePlushie
id: GoldenHampter
description: Золотце!
components:
- type: Sprite
sprite: Objects/Hampter/goldenhampter.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,21 +0,0 @@
- type: entity
name: Ассистент
parent: BasePlushie
id: GreyHampter
description: Серый
components:
- type: Sprite
sprite: Objects/Hampter/grey.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,21 +0,0 @@
- type: entity
name: Крутой Ассистент
parent: BasePlushie
id: GreyWave
description: It goes honk honk!
components:
- type: Sprite
sprite: Objects/Hampter/greywave.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,21 +0,0 @@
- type: entity
name: Адский
parent: BasePlushie
id: Hampterhell
description: Палка
components:
- type: Sprite
sprite: Objects/Hampter/hamphell.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -0,0 +1,213 @@
# BASE
- type: entity
parent: BasePlushie
id: BaseHampterPlushie
abstract: true
name: хомяк
description: Хомячит.
components:
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg
# HAMPTERS
- type: entity
parent: BasePlushie
id: HampterBarmen
name: хомяк бармен
description: Я бармен!
components:
- type: Sprite
sprite: Objects/Hampter/barmen.rsi
state: icon
- type: entity
parent: BasePlushie
id: HampterCap
name: хомяк капитан
description: Я капитан!
components:
- type: Sprite
sprite: Objects/Hampter/caphampter.rsi
state: icon
- type: entity
parent: BasePlushie
id: CentcomHampter
name: хомяк ПЦК
description: Я шишка.
components:
- type: Sprite
sprite: Objects/Hampter/centcom.rsi
state: icon
- type: entity
parent: BasePlushie
id: ClownHampter
name: хомяк клоун
description: Я клоун!
components:
- type: Sprite
sprite: Objects/Hampter/clownhampter.rsi
state: icon
- type: entity
parent: BasePlushie
id: ComisarHampter
name: хомяк комиссар
description: Я комиссар!
components:
- type: Sprite
sprite: Objects/Hampter/comisar.rsi
state: icon
- type: entity
parent: BasePlushie
id: DeadthHampter
name: хомяк эскадрон
description: Я сама смерть!
components:
- type: Sprite
sprite: Objects/Hampter/deadth.rsi
state: icon
- type: entity
parent: BasePlushie
id: EmergencyHampter
name: хомяк ОБР
description: Я из Отряда Медленного Реагирования!
components:
- type: Sprite
sprite: Objects/Hampter/emergency.rsi
state: icon
- type: entity
parent: BasePlushie
id: GoldenHampter
name: хомяк золотце
description: Золотце!
components:
- type: Sprite
sprite: Objects/Hampter/goldenhampter.rsi
state: icon
- type: entity
parent: BasePlushie
id: GreyHampter
name: хомяк ассистент
description: Серый.
components:
- type: Sprite
sprite: Objects/Hampter/grey.rsi
state: icon
- type: entity
parent: BasePlushie
id: GreyWave
name: хомяк ассистент в противогазе
description: Серый и подозрительный.
components:
- type: Sprite
sprite: Objects/Hampter/greywave.rsi
state: icon
- type: entity
parent: BasePlushie
id: Hampterhell
name: хомяк из ада
description: Палка.
components:
- type: Sprite
sprite: Objects/Hampter/hamphell.rsi
state: icon
- type: entity
parent: BasePlushie
id: HampterKrah
name: хомяк из КФС
description: Люблю курочку из KFC!
components:
- type: Sprite
sprite: Objects/Hampter/Krah.rsi
state: icon
- type: entity
parent: BasePlushie
id: Lgbthampter
name: хомяк радужный
description: Я за равноправие!
components:
- type: Sprite
sprite: Objects/Hampter/lgbthampter.rsi
state: icon
- type: entity
parent: BasePlushie
id: HampterMed
name: хомяк медик
description: Лечу как бог!
components:
- type: Sprite
sprite: Objects/Hampter/medhampter.rsi
state: icon
- type: entity
parent: BasePlushie
id: Nukehampter
name: хомяк оперативник
description: Дайте мне уже пульт от ядерки!
components:
- type: Sprite
sprite: Objects/Hampter/nukehampter.rsi
state: icon
- type: entity
parent: BasePlushie
id: SbHampter
name: хомяк офицер
description: Люблю бить клоунов!
components:
- type: Sprite
sprite: Objects/Hampter/sbhampter.rsi
state: icon
- type: entity
parent: BasePlushie
id: HampterShrek
name: хомяк шрек
description: Я точно не бимба!
components:
- type: Sprite
sprite: Objects/Hampter/shrek.rsi
state: icon
- type: entity
parent: BasePlushie
id: HampterSpu
name: хомяк НЕ шпион
description: Он вам не Маркус!
components:
- type: Sprite
sprite: Objects/Hampter/spyhampter.rsi
state: icon
- type: entity
parent: BasePlushie
id: VirusologHampter
name: хомяк вирусолог
description: Болезни? Не слышал!
components:
- type: Sprite
sprite: Objects/Hampter/virusolog.rsi
state: icon

View File

@@ -1,21 +0,0 @@
- type: entity
name: Курочка из КФС
parent: BasePlushie
id: HampterKrah
description: Люблю курочку из кфс!
components:
- type: Sprite
sprite: Objects/Hampter/Krah.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,21 +0,0 @@
- type: entity
name: Разноцветный
parent: BasePlushie
id: Lgbthampter
description: Я за равноправие!
components:
- type: Sprite
sprite: Objects/Hampter/lgbthampter.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,21 +0,0 @@
- type: entity
name: Медик
parent: BasePlushie
id: HampterMed
description: Лечу как бог!
components:
- type: Sprite
sprite: Objects/Hampter/medhampter.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,21 +0,0 @@
- type: entity
name: Ядерный хомяк
parent: BasePlushie
id: Nukehampter
description: Дайте мне уже пульт от ядерки!
components:
- type: Sprite
sprite: Objects/Hampter/nukehampter.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,21 +0,0 @@
- type: entity
name: Офицер Хамптер
parent: BasePlushie
id: SbHampter
description: Люблю бить клоунов!
components:
- type: Sprite
sprite: Objects/Hampter/sbhampter.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,21 +0,0 @@
- type: entity
name: Шрек
parent: BasePlushie
id: HampterShrek
description: Я точно не бимба!
components:
- type: Sprite
sprite: Objects/Hampter/shrek.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,21 +0,0 @@
- type: entity
name: Шпиён
parent: BasePlushie
id: HampterSpu
description: Он вам не маркус!
components:
- type: Sprite
sprite: Objects/Hampter/spyhampter.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,21 +0,0 @@
- type: entity
name: Вирусолог
parent: BasePlushie
id: VirusologHampter
description: Болезни? Не слышал!
components:
- type: Sprite
sprite: Objects/Hampter/virusolog.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/mousesqueek.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/mousesqueek.ogg

View File

@@ -1,6 +1,6 @@
- type: entity - type: entity
id: SpawnPointEventBase
parent: MarkerBase parent: MarkerBase
id: SpawnPointEventBase
abstract: true abstract: true
suffix: Event Spawn suffix: Event Spawn
components: components:
@@ -9,8 +9,8 @@
sprite: Markers/jobs.rsi sprite: Markers/jobs.rsi
- type: entity - type: entity
id: SpawnPointERTEventERTLeader
parent: SpawnPointEventBase parent: SpawnPointEventBase
id: SpawnPointERTEventERTLeader
name: ERTLeader name: ERTLeader
components: components:
- type: GhostRecruitmentSpawnPoint - type: GhostRecruitmentSpawnPoint
@@ -23,8 +23,8 @@
- state: ertleader - state: ertleader
- type: entity - type: entity
id: SpawnPointERTEventERTLeaderEVA
parent: SpawnPointEventBase parent: SpawnPointEventBase
id: SpawnPointERTEventERTLeaderEVA
name: ERTLeaderEVA name: ERTLeaderEVA
components: components:
- type: GhostRecruitmentSpawnPoint - type: GhostRecruitmentSpawnPoint
@@ -37,8 +37,8 @@
- state: ertleadereva - state: ertleadereva
- type: entity - type: entity
id: SpawnPointERTEventERTJanitor
parent: SpawnPointEventBase parent: SpawnPointEventBase
id: SpawnPointERTEventERTJanitor
name: ERTJanitor name: ERTJanitor
components: components:
- type: GhostRecruitmentSpawnPoint - type: GhostRecruitmentSpawnPoint
@@ -50,8 +50,8 @@
- state: ertjanitor - state: ertjanitor
- type: entity - type: entity
id: SpawnPointERTEventERTJanitorEVA
parent: SpawnPointEventBase parent: SpawnPointEventBase
id: SpawnPointERTEventERTJanitorEVA
name: ERTJanitorEVA name: ERTJanitorEVA
components: components:
- type: GhostRecruitmentSpawnPoint - type: GhostRecruitmentSpawnPoint
@@ -63,8 +63,8 @@
- state: ertjanitoreva - state: ertjanitoreva
- type: entity - type: entity
id: SpawnPointERTEventERTEngineer
parent: SpawnPointEventBase parent: SpawnPointEventBase
id: SpawnPointERTEventERTEngineer
name: ERTEngineer name: ERTEngineer
components: components:
- type: GhostRecruitmentSpawnPoint - type: GhostRecruitmentSpawnPoint
@@ -77,8 +77,8 @@
- state: ertengineer - state: ertengineer
- type: entity - type: entity
id: SpawnPointERTEventERTEngineerEVA
parent: SpawnPointEventBase parent: SpawnPointEventBase
id: SpawnPointERTEventERTEngineerEVA
name: ERTEngineerEVA name: ERTEngineerEVA
components: components:
- type: GhostRecruitmentSpawnPoint - type: GhostRecruitmentSpawnPoint
@@ -91,8 +91,8 @@
- state: ertengineereva - state: ertengineereva
- type: entity - type: entity
id: SpawnPointERTEventERTSecurity
parent: SpawnPointEventBase parent: SpawnPointEventBase
id: SpawnPointERTEventERTSecurity
name: ERTSecurity name: ERTSecurity
components: components:
- type: GhostRecruitmentSpawnPoint - type: GhostRecruitmentSpawnPoint
@@ -105,8 +105,8 @@
- state: ertsecurity - state: ertsecurity
- type: entity - type: entity
id: SpawnPointERTEventERTSecurityEVA
parent: SpawnPointEventBase parent: SpawnPointEventBase
id: SpawnPointERTEventERTSecurityEVA
name: ERTSecurityEVA name: ERTSecurityEVA
components: components:
- type: GhostRecruitmentSpawnPoint - type: GhostRecruitmentSpawnPoint
@@ -119,8 +119,8 @@
- state: ertsecurityeva - state: ertsecurityeva
- type: entity - type: entity
id: SpawnPointERTEventERTMedical
parent: SpawnPointEventBase parent: SpawnPointEventBase
id: SpawnPointERTEventERTMedical
name: ERTMedical name: ERTMedical
components: components:
- type: GhostRecruitmentSpawnPoint - type: GhostRecruitmentSpawnPoint
@@ -133,8 +133,8 @@
- state: ertmedical - state: ertmedical
- type: entity - type: entity
id: SpawnPointERTEventERTMedicalEVA
parent: SpawnPointEventBase parent: SpawnPointEventBase
id: SpawnPointERTEventERTMedicalEVA
name: ERTMedicalEVA name: ERTMedicalEVA
components: components:
- type: GhostRecruitmentSpawnPoint - type: GhostRecruitmentSpawnPoint

View File

@@ -0,0 +1,9 @@
- type: entity
parent: MobAngryBee
id: MobTemporaryAngryBee
components:
- type: TimedDespawn
lifetime: 25.0
- type: NpcFactionMember
factions:
- Changeling

View File

@@ -1,6 +1,6 @@
- type: entity - type: entity
id: CrateMaterialBananium
parent: CrateGenericSteel parent: CrateGenericSteel
id: CrateMaterialBananium
name: ящик с бананиумом name: ящик с бананиумом
components: components:
- type: StorageFill - type: StorageFill
@@ -9,8 +9,8 @@
amount: 3 amount: 3
- type: entity - type: entity
id: CrateMaterialSilver
parent: CrateGenericSteel parent: CrateGenericSteel
id: CrateMaterialSilver
name: ящик с серебром name: ящик с серебром
components: components:
- type: StorageFill - type: StorageFill
@@ -19,8 +19,8 @@
amount: 1 amount: 1
- type: entity - type: entity
id: CrateMaterialGold
parent: CrateGenericSteel parent: CrateGenericSteel
id: CrateMaterialGold
name: ящик с золотом name: ящик с золотом
components: components:
- type: StorageFill - type: StorageFill
@@ -29,8 +29,8 @@
amount: 1 amount: 1
- type: entity - type: entity
id: CrateMaterialUranium
parent: CrateGenericSteel parent: CrateGenericSteel
id: CrateMaterialUranium
name: ящик урана name: ящик урана
components: components:
- type: StorageFill - type: StorageFill

View File

@@ -1,6 +1,6 @@
- type: entity - type: entity
id: CrateSubMachineGunCrateAmmo
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: CrateSubMachineGunCrateAmmo
name: ящик с магазинами для ПП name: ящик с магазинами для ПП
components: components:
- type: StorageFill - type: StorageFill
@@ -9,8 +9,8 @@
amount: 2 amount: 2
- type: entity - type: entity
id: CrateWT550Magazines
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: CrateWT550Magazines
name: ящик с магазинами для WT-550 name: ящик с магазинами для WT-550
components: components:
- type: StorageFill - type: StorageFill
@@ -19,8 +19,8 @@
amount: 2 amount: 2
- type: entity - type: entity
id: CrateLecterMagazines
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: CrateLecterMagazines
name: ящик с магазинами для Лектера name: ящик с магазинами для Лектера
components: components:
- type: StorageFill - type: StorageFill
@@ -29,8 +29,8 @@
amount: 2 amount: 2
- type: entity - type: entity
id: CratePistolMagazines
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: CratePistolMagazines
name: ящик с магазинами для пистолетов name: ящик с магазинами для пистолетов
components: components:
- type: StorageFill - type: StorageFill
@@ -39,8 +39,8 @@
amount: 3 amount: 3
- type: entity - type: entity
id: CrateAKmagazines
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: CrateAKmagazines
name: ящик с магазинами для CV-47 name: ящик с магазинами для CV-47
components: components:
- type: StorageFill - type: StorageFill
@@ -49,8 +49,8 @@
amount: 2 amount: 2
- type: entity - type: entity
id: Crate35auto
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: Crate35auto
name: ящик патронов .35 авто name: ящик патронов .35 авто
components: components:
- type: StorageFill - type: StorageFill
@@ -59,8 +59,8 @@
amount: 2 amount: 2
- type: entity - type: entity
id: Crate30normal
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: Crate30normal
name: ящик патронов .30 name: ящик патронов .30
components: components:
- type: StorageFill - type: StorageFill
@@ -69,8 +69,8 @@
amount: 2 amount: 2
- type: entity - type: entity
id: crate30big
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: crate30big
name: ящик с большой коробкой патронов .30 name: ящик с большой коробкой патронов .30
components: components:
- type: StorageFill - type: StorageFill
@@ -79,8 +79,8 @@
amount: 1 amount: 1
- type: entity - type: entity
id: Crate20normal
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: Crate20normal
name: ящик с пачками патронов калибра .20 name: ящик с пачками патронов калибра .20
components: components:
- type: StorageFill - type: StorageFill
@@ -89,8 +89,8 @@
amount: 2 amount: 2
- type: entity - type: entity
id: Crate20big
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: Crate20big
name: ящик с большой коробкой патронов .20 name: ящик с большой коробкой патронов .20
components: components:
- type: StorageFill - type: StorageFill
@@ -99,8 +99,8 @@
amount: 1 amount: 1
- type: entity - type: entity
id: Crate40magnum
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: Crate40magnum
name: ящик патронов .40 магнум name: ящик патронов .40 магнум
components: components:
- type: StorageFill - type: StorageFill
@@ -109,8 +109,8 @@
amount: 1 amount: 1
- type: entity - type: entity
id: CrateShotgunShell
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: CrateShotgunShell
name: ящик с дробью для дробовика name: ящик с дробью для дробовика
components: components:
- type: StorageFill - type: StorageFill
@@ -119,8 +119,8 @@
amount: 3 amount: 3
- type: entity - type: entity
id: CrateShotgunShellTrauma
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: CrateShotgunShellTrauma
name: ящик с травматическими патронами для дробовика name: ящик с травматическими патронами для дробовика
components: components:
- type: StorageFill - type: StorageFill
@@ -129,8 +129,8 @@
amount: 4 amount: 4
- type: entity - type: entity
id: CrateKammerer
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: CrateKammerer
name: ящик с дробовиками Каммерер name: ящик с дробовиками Каммерер
components: components:
- type: StorageFill - type: StorageFill
@@ -139,8 +139,8 @@
amount: 2 amount: 2
- type: entity - type: entity
id: CrateCV47
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: CrateCV47
name: ящик с CV-47 name: ящик с CV-47
components: components:
- type: StorageFill - type: StorageFill
@@ -151,8 +151,8 @@
amount: 1 amount: 1
- type: entity - type: entity
id: CrateLecter
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: CrateLecter
name: ящик с Лектером name: ящик с Лектером
components: components:
- type: StorageFill - type: StorageFill
@@ -163,8 +163,8 @@
amount: 1 amount: 1
- type: entity - type: entity
id: CrateMosin
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: CrateMosin
name: ящик с внтовками Мосина name: ящик с внтовками Мосина
components: components:
- type: StorageFill - type: StorageFill
@@ -173,8 +173,8 @@
amount: 2 amount: 2
- type: entity - type: entity
id: CratePistolRubberMagazines
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: CratePistolRubberMagazines
name: ящик с нелетальными магазинами для пистолетов name: ящик с нелетальными магазинами для пистолетов
components: components:
- type: StorageFill - type: StorageFill
@@ -183,8 +183,8 @@
amount: 1 amount: 1
- type: entity - type: entity
id: CrateLecterRubberMagazines
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: CrateLecterRubberMagazines
name: ящик с нелетальными магазинами для Лектора name: ящик с нелетальными магазинами для Лектора
components: components:
- type: StorageFill - type: StorageFill
@@ -193,8 +193,8 @@
amount: 1 amount: 1
- type: entity - type: entity
id: CrateSubMachineGunRubberMagazines
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: CrateSubMachineGunRubberMagazines
name: ящик с нелетальными магазинами для ПП name: ящик с нелетальными магазинами для ПП
components: components:
- type: StorageFill - type: StorageFill
@@ -203,8 +203,8 @@
amount: 1 amount: 1
- type: entity - type: entity
id: CrateRifleRubberMagazines
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: CrateRifleRubberMagazines
name: ящик с нелетальными магазинами для CV-47 name: ящик с нелетальными магазинами для CV-47
components: components:
- type: StorageFill - type: StorageFill
@@ -213,8 +213,8 @@
amount: 1 amount: 1
- type: entity - type: entity
id: CrateSecurityVoidsuit
parent: CrateWeaponSecure parent: CrateWeaponSecure
id: CrateSecurityVoidsuit
name: ящик с скафандрами СБ name: ящик с скафандрами СБ
components: components:
- type: StorageFill - type: StorageFill

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
id: ExperimentalSyndicateTeleporter id: ExperimentalSyndicateTeleporter
parent: BaseItem parent: BaseItem
name: Experimental Syndicate Teleporter name: experimental syndicate teleporter
description: Syndicate teleporter, when used, moves 3-8 meters forward. In case of teleportation into a wall, uses emergency teleportation. Has 4 charge. description: Syndicate teleporter, when used, moves 3-8 meters forward. In case of teleportation into a wall, uses emergency teleportation. Has 4 charge.
components: components:
- type: Sprite - type: Sprite
@@ -9,43 +9,3 @@
layers: layers:
- state: icon - state: icon
- type: ExperimentalSyndicateTeleporter - type: ExperimentalSyndicateTeleporter
- type: entity
id: ExpSyndicateTeleporterInEffect
name: Experimental Syndicate Teleporter In Effect
components:
- type: TimedDespawn
lifetime: 0.6
- type: EvaporationSparkle
- type: Transform
noRot: true
anchored: true
- type: Sprite
layers:
- sprite: White/Objects/Devices/experimentalsyndicateteleporter.rsi
state: in
shader: unshaded
netsync: false
drawdepth: Effects
- type: PointLight
color: "#008DFE"
- type: entity
id: ExpSyndicateTeleporterOutEffect
name: Experimental Syndicate Teleporter Out Effect
components:
- type: TimedDespawn
lifetime: 0.6
- type: EvaporationSparkle
- type: Transform
noRot: true
anchored: true
- type: Sprite
layers:
- sprite: White/Objects/Devices/experimentalsyndicateteleporter.rsi
state: out
shader: unshaded
netsync: false
drawdepth: Effects
- type: PointLight
color: "#008DFE"

View File

@@ -1,38 +1,6 @@
- type: entity - type: entity
id: SmokeImplanter
parent: BaseImplantOnlyImplanterSyndi
suffix: smoke
components:
- type: Implanter
implant: SmokeImplant
- type: entity
id: HardlightSpearImplanter
parent: BaseImplantOnlyImplanterSyndi
suffix: hardlight spear
components:
- type: Implanter
implant: HardlightSpearImplant
- type: entity
id: MindSlaveImplanter
parent: BaseImplantOnlyImplanterSyndi
suffix: mindslave
components:
- type: Implanter
implant: MindslaveImplant
- type: entity
id: NeuroStabilizationImplanter
parent: BaseImplantOnlyImplanterSyndi
suffix: neuro stabilization
components:
- type: Implanter
implant: NeuroStabilizationImplant
- type: entity
id: ImplanterSyndi
parent: Implanter parent: Implanter
id: ImplanterSyndi
description: A compact disposable syringe exclusively designed for the injection and extraction of subdermal implants. description: A compact disposable syringe exclusively designed for the injection and extraction of subdermal implants.
components: components:
- type: Item - type: Item
@@ -42,3 +10,35 @@
- type: Implanter - type: Implanter
drawTime: 2 drawTime: 2
implantTime: 2 implantTime: 2
- type: entity
parent: BaseImplantOnlyImplanterSyndi
id: SmokeImplanter
suffix: smoke
components:
- type: Implanter
implant: SmokeImplant
- type: entity
parent: BaseImplantOnlyImplanterSyndi
id: HardlightSpearImplanter
suffix: hardlight spear
components:
- type: Implanter
implant: HardlightSpearImplant
- type: entity
parent: BaseImplantOnlyImplanterSyndi
id: MindSlaveImplanter
suffix: mindslave
components:
- type: Implanter
implant: MindslaveImplant
- type: entity
parent: BaseImplantOnlyImplanterSyndi
id: NeuroStabilizationImplanter
suffix: neuro stabilization
components:
- type: Implanter
implant: NeuroStabilizationImplant

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
parent: BaseItem
id: PipeCut id: PipeCut
name: часть трубы name: часть трубы
parent: BaseItem
components: components:
- type: Item - type: Item
size: Tiny size: Tiny
@@ -14,8 +14,8 @@
node: pipe_cut node: pipe_cut
- type: entity - type: entity
id: PipeCutClosed
parent: PipeCut parent: PipeCut
id: PipeCutClosed
components: components:
- type: Sprite - type: Sprite
state: pipeCutClosed state: pipeCutClosed

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
name: interactive board
parent: BaseItem parent: BaseItem
id: InteractiveBoard id: InteractiveBoard
name: interactive board
description: 'Have field for edit. Created special for burocracy!' description: 'Have field for edit. Created special for burocracy!'
components: components:
- type: Sprite - type: Sprite
@@ -34,9 +34,9 @@
damage: 150 damage: 150
- type: entity - type: entity
name: interactive pen
parent: BaseItem parent: BaseItem
id: InteractivePen id: InteractivePen
name: interactive pen
description: 'Edit interactive board!' description: 'Edit interactive board!'
components: components:
- type: Sprite - type: Sprite

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
name: body scanner printout
parent: Paper parent: Paper
id: PaperBodyScannerReport id: PaperBodyScannerReport
name: body scanner printout
description: 'The readout of a body scanner' description: 'The readout of a body scanner'
components: components:
- type: Sprite - type: Sprite

View File

@@ -18,8 +18,8 @@
- type: entity - type: entity
id: TimeBeaconAnchor id: TimeBeaconAnchor
noSpawn: true
name: time beacon anchor name: time beacon anchor
description: Fuck! description: Fuck!
noSpawn: true
components: components:
- type: TimeBeaconAnchor - type: TimeBeaconAnchor

View File

@@ -1,6 +1,6 @@
- type: entity - type: entity
id: ZipBase
parent: BaseStorageItem parent: BaseStorageItem
id: ZipBase
abstract: true abstract: true
components: components:
- type: Item - type: Item
@@ -11,9 +11,9 @@
- 0,0,2,2 - 0,0,2,2
- type: entity - type: entity
name: zip lock
parent: ZipBase parent: ZipBase
id: ZipLock id: ZipLock
name: zip lock
description: Designed for storing evidence. description: Designed for storing evidence.
components: components:
- type: Item - type: Item

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
name: expanded medkit
parent: Medkit parent: Medkit
id: ExpandedMedkit id: ExpandedMedkit
name: expanded medkit
components: components:
- type: Sprite - type: Sprite
sprite: White/Specific/expmedkit.rsi sprite: White/Specific/expmedkit.rsi

View File

@@ -1,6 +1,6 @@
- type: entity - type: entity
id: ImprovedCrowbar # OK
parent: Crowbar parent: Crowbar
id: ImprovedCrowbar # OK
name: improved crowbar name: improved crowbar
components: components:
- type: StaticPrice - type: StaticPrice
@@ -18,8 +18,8 @@
sprite: White/Objects/Tools/impcrowbar.rsi sprite: White/Objects/Tools/impcrowbar.rsi
- type: entity - type: entity
id: ImprovedWrench # OK
parent: Wrench parent: Wrench
id: ImprovedWrench # OK
name: improved wrench name: improved wrench
components: components:
- type: StaticPrice - type: StaticPrice
@@ -37,9 +37,9 @@
Blunt: 9 Blunt: 9
- type: entity - type: entity
name: improved screwdriver
parent: BaseItem parent: BaseItem
id: ImprovedScrewdriver id: ImprovedScrewdriver
name: improved screwdriver
description: "Industrial grade torque in a small screwdriving package." description: "Industrial grade torque in a small screwdriving package."
components: components:
- type: StaticPrice - type: StaticPrice
@@ -74,8 +74,8 @@
Steel: 100 Steel: 100
- type: entity - type: entity
id: ImprovedWirecutter
parent: BaseItem parent: BaseItem
id: ImprovedWirecutter
name: improved wirecutter name: improved wirecutter
description: This kills the wire. description: This kills the wire.
components: components:
@@ -112,10 +112,9 @@
Steel: 100 Steel: 100
- type: entity - type: entity
id: ImprovedWelder
parent: BaseWelder parent: BaseWelder
id: ImprovedWelder
name: improved welder name: improved welder
description: ""
components: components:
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:

View File

@@ -1,6 +1,6 @@
- type: entity - type: entity
id: BaseHandGuardModule
parent: BaseItem parent: BaseItem
id: BaseHandGuardModule
abstract: true abstract: true
components: components:
- type: Sprite - type: Sprite
@@ -16,8 +16,8 @@
- type: Appearance - type: Appearance
- type: entity - type: entity
id: BaseBarrelModule
parent: BaseItem parent: BaseItem
id: BaseBarrelModule
abstract: true abstract: true
components: components:
- type: Sprite - type: Sprite
@@ -33,8 +33,8 @@
- type: Appearance - type: Appearance
- type: entity - type: entity
id: BaseAimModule
parent: BaseItem parent: BaseItem
id: BaseAimModule
abstract: true abstract: true
components: components:
- type: Sprite - type: Sprite
@@ -51,10 +51,10 @@
# modules # modules
- type: entity - type: entity
id: LightModule
description: Light module for rifles (lecter, CV, drozd, WT).
name: "light module"
parent: BaseHandGuardModule parent: BaseHandGuardModule
id: LightModule
name: "light module"
description: Light module for rifles (lecter, CV, drozd, WT).
components: components:
- type: LightModule - type: LightModule
value: "light" value: "light"
@@ -64,10 +64,10 @@
- type: Appearance - type: Appearance
- type: entity - type: entity
id: LaserModule
description: Laser module for rifles (lecter, CV, drozd, WT).
name: "laser module"
parent: BaseHandGuardModule parent: BaseHandGuardModule
id: LaserModule
name: "laser module"
description: Laser module for rifles (lecter, CV, drozd, WT).
components: components:
- type: LaserModule - type: LaserModule
value: "laser" value: "laser"
@@ -77,10 +77,10 @@
- type: Appearance - type: Appearance
- type: entity - type: entity
id: FlameHiderModule
description: Flame Hider module for rifles (lecter, CV, drozd, WT).
name: "flamehider module"
parent: BaseBarrelModule parent: BaseBarrelModule
id: FlameHiderModule
name: "flamehider module"
description: Flame Hider module for rifles (lecter, CV, drozd, WT).
components: components:
- type: FlameHiderModule - type: FlameHiderModule
value: "flamehider" value: "flamehider"
@@ -90,10 +90,10 @@
- type: Appearance - type: Appearance
- type: entity - type: entity
id: SilencerModule
description: Silencer module for rifles (lecter, CV, drozd, WT).
name: "silencer module"
parent: BaseBarrelModule parent: BaseBarrelModule
id: SilencerModule
name: "silencer module"
description: Silencer module for rifles (lecter, CV, drozd, WT).
components: components:
- type: SilencerModule - type: SilencerModule
value: "silencer" value: "silencer"
@@ -103,10 +103,10 @@
- type: Appearance - type: Appearance
- type: entity - type: entity
id: AcceleratorModule
description: Accelerator module for rifles (lecter, CV, drozd, WT).
name: "accelerator module"
parent: BaseHandGuardModule parent: BaseHandGuardModule
id: AcceleratorModule
name: "accelerator module"
description: Accelerator module for rifles (lecter, CV, drozd, WT).
components: components:
- type: AcceleratorModule - type: AcceleratorModule
value: "accelerator" value: "accelerator"
@@ -116,10 +116,10 @@
- type: Appearance - type: Appearance
- type: entity - type: entity
id: EightAimModule
description: 8X Aim Module for rifles.
name: "aim module"
parent: BaseAimModule parent: BaseAimModule
id: EightAimModule
name: "aim module"
description: 8X Aim Module for rifles.
components: components:
- type: AimModule - type: AimModule
value: "eightaim" value: "eightaim"

View File

@@ -1,8 +1,8 @@
- type: entity - type: entity
id: ProjectileFlamethrower id: ProjectileFlamethrower
noSpawn: true
name: ProjectileFlamethrower name: ProjectileFlamethrower
description: ProjectileFlamethrower description: ProjectileFlamethrower
noSpawn: true
components: components:
- type: GasProjectile - type: GasProjectile
gasUsagePerTile: 0.9375 gasUsagePerTile: 0.9375

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
id: BaseBulletShinanoGranade id: BaseBulletShinanoGranade
name: base shinano granade
abstract: true abstract: true
name: base shinano granade
components: components:
- type: MovedByPressure - type: MovedByPressure
- type: FlyBySound - type: FlyBySound
@@ -30,10 +30,10 @@
- type: TriggerOnLand - type: TriggerOnLand
- type: entity - type: entity
id: ShinanoBulletGrenadeFlash
name: flash shinano grenade
parent: BaseBulletShinanoGranade parent: BaseBulletShinanoGranade
id: ShinanoBulletGrenadeFlash
noSpawn: true noSpawn: true
name: flash shinano grenade
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi
@@ -45,10 +45,10 @@
proto: GrenadeFlashEffect proto: GrenadeFlashEffect
- type: entity - type: entity
id: ShinanoBulletGrenadeSmoke
name: smoke shinano grenade
parent: BaseBulletShinanoGranade parent: BaseBulletShinanoGranade
id: ShinanoBulletGrenadeSmoke
noSpawn: true noSpawn: true
name: smoke shinano grenade
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi
@@ -66,10 +66,10 @@
sound: /Audio/Items/smoke_grenade_smoke.ogg sound: /Audio/Items/smoke_grenade_smoke.ogg
- type: entity - type: entity
id: ShinanoBulletGrenadeBeanbag
name: beanbag shinano grenade
noSpawn: true
parent: [BaseBullet, BaseBulletTrail] parent: [BaseBullet, BaseBulletTrail]
id: ShinanoBulletGrenadeBeanbag
noSpawn: true
name: beanbag shinano grenade
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
name: арбалет
parent: BaseItem parent: BaseItem
id: WeaponPoweredCrossbow id: WeaponPoweredCrossbow
name: арбалет
description: Опасная штука, страшная вещь. description: Опасная штука, страшная вещь.
components: components:
- type: Sprite - type: Sprite
@@ -66,9 +66,9 @@
node: crossbow node: crossbow
- type: entity - type: entity
name: часть арбалета
parent: BaseItem parent: BaseItem
id: WeaponPoweredCrossbowUnfinished id: WeaponPoweredCrossbowUnfinished
name: часть арбалета
description: Недоделанный арбалет. description: Недоделанный арбалет.
components: components:
- type: Sprite - type: Sprite

View File

@@ -1,8 +1,8 @@
- type: entity - type: entity
name: огнемёт
parent: BaseWelder parent: BaseWelder
id: WeaponFlamethrower id: WeaponFlamethrower
description: Отлично подходит для сжигания фурри. name: огнемёт
description: Отлично подходит для сжигания био-угроз.
components: components:
- type: Sprite - type: Sprite
sprite: White/Objects/Weapons/flamethrower.rsi sprite: White/Objects/Weapons/flamethrower.rsi
@@ -68,9 +68,9 @@
node: flamethrower node: flamethrower
- type: entity - type: entity
name: часть огнемёта
parent: BaseItem parent: BaseItem
id: WeaponFlamethrowerUnfinished id: WeaponFlamethrowerUnfinished
name: часть огнемёта
description: Недоделанный огнемёт. description: Недоделанный огнемёт.
components: components:
- type: Sprite - type: Sprite

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
name: temperature gun
parent: WeaponEgun parent: WeaponEgun
id: WeaponTempGun id: WeaponTempGun
name: temperature gun
description: A gun that changes temperatures. description: A gun that changes temperatures.
components: components:
- type: Sprite - type: Sprite

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
name: жезл нулификации
parent: BaseItem parent: BaseItem
id: NullRod id: NullRod
name: жезл нулификации
description: Жезл из чистого обсидиана. Само его присутствие разрушает и ослабляет "магические силы". Во всяком случае так написано в путеводителе. description: Жезл из чистого обсидиана. Само его присутствие разрушает и ослабляет "магические силы". Во всяком случае так написано в путеводителе.
components: components:
- type: Sprite - type: Sprite
@@ -46,9 +46,9 @@
- type: HolyWeapon - type: HolyWeapon
- type: entity - type: entity
name: божья длань
parent: BaseItem parent: BaseItem
id: GodHand id: GodHand
name: божья длань
description: Эта рука сияет с потрясающей силой! description: Эта рука сияет с потрясающей силой!
components: components:
- type: Sprite - type: Sprite
@@ -72,9 +72,9 @@
- type: HolyWeapon - type: HolyWeapon
- type: entity - type: entity
name: священный клеймор
parent: Claymore parent: Claymore
id: HolyClaymore id: HolyClaymore
name: священный клеймор
description: Оружие, подходящее для крестового похода! description: Оружие, подходящее для крестового похода!
components: components:
- type: Sprite - type: Sprite
@@ -94,9 +94,9 @@
- type: HolyWeapon - type: HolyWeapon
- type: entity - type: entity
name: цепной меч
parent: HolyClaymore parent: HolyClaymore
id: Chainsword id: Chainsword
name: цепной меч
description: Не позволь еретику жить. description: Не позволь еретику жить.
components: components:
- type: Sprite - type: Sprite
@@ -115,9 +115,9 @@
- type: HolyWeapon - type: HolyWeapon
- type: entity - type: entity
name: силовой меч
parent: HolyClaymore parent: HolyClaymore
id: SwordGlowing id: SwordGlowing
name: силовой меч
description: Клинок светится силой веры. Или, возможно, благодаря аккумулятору. description: Клинок светится силой веры. Или, возможно, благодаря аккумулятору.
components: components:
- type: Sprite - type: Sprite
@@ -133,9 +133,9 @@
- type: HolyWeapon - type: HolyWeapon
- type: entity - type: entity
name: лезвие ханзо
parent: Katana parent: Katana
id: HolyKatana id: HolyKatana
name: лезвие ханзо
description: Способен прорезать святой клеймор. description: Способен прорезать святой клеймор.
components: components:
- type: Sprite - type: Sprite
@@ -151,9 +151,9 @@
- type: HolyWeapon - type: HolyWeapon
- type: entity - type: entity
name: внепространственный клинок
parent: HolyKatana parent: HolyKatana
id: MultiverseBlade id: MultiverseBlade
name: внепространственный клинок
description: Будучи когда-то предвестником межпространственной войны, его острота сильно колеблется. Наносит от 1 до 50 урона. description: Будучи когда-то предвестником межпространственной войны, его острота сильно колеблется. Наносит от 1 до 50 урона.
components: components:
- type: Sprite - type: Sprite
@@ -173,9 +173,9 @@
- type: HolyWeapon - type: HolyWeapon
- type: entity - type: entity
name: коса жнеца
parent: HolyClaymore parent: HolyClaymore
id: VorpalScythe id: VorpalScythe
name: коса жнеца
description: И жрец, и жнец, и на дуде игрец! Коса способна пробить броню противника. description: И жрец, и жнец, и на дуде игрец! Коса способна пробить броню противника.
components: components:
- type: Sprite - type: Sprite
@@ -195,9 +195,9 @@
- type: HolyWeapon - type: HolyWeapon
- type: entity - type: entity
name: одержимый клинок
parent: HolyKatana parent: HolyKatana
id: PossessedBlade id: PossessedBlade
name: одержимый клинок
description: Когда на станции царит хаос, приятно иметь рядом друга. description: Когда на станции царит хаос, приятно иметь рядом друга.
components: components:
- type: Sprite - type: Sprite
@@ -221,9 +221,9 @@
- type: HolyWeapon - type: HolyWeapon
- type: entity - type: entity
name: рука-бензопила
parent: BaseItem parent: BaseItem
id: ChainsawHand id: ChainsawHand
name: рука-бензопила
description: Добро? Зло? Ты парень с бензопилой в руке. description: Добро? Зло? Ты парень с бензопилой в руке.
components: components:
- type: Sharp - type: Sharp
@@ -254,9 +254,9 @@
- type: HolyWeapon - type: HolyWeapon
- type: entity - type: entity
name: священная плеть
parent: BaseItem parent: BaseItem
id: HolyWhip id: HolyWhip
name: священная плеть
description: Какая ужасная ночь на космической станции 14. description: Какая ужасная ночь на космической станции 14.
components: components:
- type: Sprite - type: Sprite
@@ -280,9 +280,9 @@
- type: HolyWeapon - type: HolyWeapon
- type: entity - type: entity
name: посох монаха
parent: BaseItem parent: BaseItem
id: HolyStaff id: HolyStaff
name: посох монаха
description: Длинный высокий посох из полированного дерева. Традиционно используемый в боевых искусствах древней Земли, теперь он используется для преследования клоуна. description: Длинный высокий посох из полированного дерева. Традиционно используемый в боевых искусствах древней Земли, теперь он используется для преследования клоуна.
components: components:
- type: Sprite - type: Sprite
@@ -312,9 +312,9 @@
- type: HolyWeapon - type: HolyWeapon
- type: entity - type: entity
name: нечестивые вилы
parent: BaseItem parent: BaseItem
id: UnholyPitchfork id: UnholyPitchfork
name: нечестивые вилы
description: Держа это, ты выглядишь абсолютно по дьявольски. description: Держа это, ты выглядишь абсолютно по дьявольски.
components: components:
- type: EmbeddableProjectile - type: EmbeddableProjectile
@@ -371,9 +371,9 @@
- type: HolyWeapon - type: HolyWeapon
- type: entity - type: entity
name: реликтовый боевой молот
parent: BaseItem parent: BaseItem
id: WarHammer id: WarHammer
name: реликтовый боевой молот
description: Этот боевой молот обошелся священнику в сорок тысяч кредитов. description: Этот боевой молот обошелся священнику в сорок тысяч кредитов.
components: components:
- type: Sprite - type: Sprite
@@ -403,9 +403,9 @@
- type: HolyWeapon - type: HolyWeapon
- type: entity - type: entity
name: гиперинструмент
parent: BaseItem parent: BaseItem
id: HyperTool id: HyperTool
name: гиперинструмент
description: Инструмент настолько мощный, что даже вы не можете им идеально пользоваться. description: Инструмент настолько мощный, что даже вы не можете им идеально пользоваться.
components: components:
- type: Sprite - type: Sprite

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
name: энергетический боевой топор
parent: BaseItem parent: BaseItem
id: EnergyBattleAxe id: EnergyBattleAxe
name: энергетический боевой топор
description: Гарантирует быструю смерть. description: Гарантирует быструю смерть.
components: components:
- type: Wieldable - type: Wieldable

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
name: experimental stun baton
parent: Stunbaton parent: Stunbaton
id: ExperimentalStunbaton id: ExperimentalStunbaton
name: experimental stun baton
description: Meowk! description: Meowk!
components: components:
- type: Clothing - type: Clothing

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
name: hardlight spear
parent: Spear parent: Spear
id: SpearHardlight id: SpearHardlight
name: hardlight spear
description: A spear made out of hardened light. description: A spear made out of hardened light.
components: components:
- type: Sprite - type: Sprite

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
name: хваталка
parent: BaseItem parent: BaseItem
id: Snatcherprod id: Snatcherprod
name: хваталка
description: Искрится жаждой воровства и коварства. description: Искрится жаждой воровства и коварства.
components: components:
- type: Sprite - type: Sprite
@@ -77,9 +77,9 @@
node: snatcherprod node: snatcherprod
- type: entity - type: entity
name: обмотанный стержень
parent: BaseItem parent: BaseItem
id: ProdUnfinished id: ProdUnfinished
name: обмотанный стержень
description: Стержень с проводами. description: Стержень с проводами.
components: components:
- type: Sprite - type: Sprite

View File

@@ -1,11 +1,11 @@
# Base benches # Base benches
- type: entity - type: entity
name: bench
id: BenchBaseMiddle
suffix: Middle
abstract: true
parent: SeatBase parent: SeatBase
id: BenchBaseMiddle
abstract: true
name: bench
description: Multiple seats spanning a single object. Truly a marvel of science. description: Multiple seats spanning a single object. Truly a marvel of science.
suffix: Middle
components: components:
- type: Physics - type: Physics
bodyType: Static bodyType: Static
@@ -17,207 +17,207 @@
# Park benches # Park benches
- type: entity - type: entity
name: park bench
id: BenchParkMiddle
parent: BenchBaseMiddle parent: BenchBaseMiddle
id: BenchParkMiddle
name: park bench
components: components:
- type: Sprite - type: Sprite
sprite: White/Structures/Furniture/Benches/parkbench_wooden.rsi sprite: White/Structures/Furniture/Benches/parkbench_wooden.rsi
- type: entity - type: entity
parent: BenchParkMiddle
id: BenchParkLeft id: BenchParkLeft
suffix: Left suffix: Left
parent: BenchParkMiddle
components: components:
- type: Sprite - type: Sprite
state: left state: left
- type: entity - type: entity
parent: BenchParkMiddle
id: BenchParkRight id: BenchParkRight
suffix: Right suffix: Right
parent: BenchParkMiddle
components: components:
- type: Sprite - type: Sprite
state: right state: right
# Bamboo benches # Bamboo benches
- type: entity - type: entity
name: park bench
id: BenchParkBambooMiddle
parent: BenchBaseMiddle parent: BenchBaseMiddle
id: BenchParkBambooMiddle
name: park bench
components: components:
- type: Sprite - type: Sprite
sprite: White/Structures/Furniture/Benches/parkbench_bamboo.rsi sprite: White/Structures/Furniture/Benches/parkbench_bamboo.rsi
- type: entity - type: entity
parent: BenchParkBambooMiddle
id: BenchParkBambooLeft id: BenchParkBambooLeft
suffix: Left suffix: Left
parent: BenchParkBambooMiddle
components: components:
- type: Sprite - type: Sprite
state: left state: left
- type: entity - type: entity
parent: BenchParkBambooMiddle
id: BenchParkBambooRight id: BenchParkBambooRight
suffix: Right suffix: Right
parent: BenchParkBambooMiddle
components: components:
- type: Sprite - type: Sprite
state: right state: right
# Pews # Pews
- type: entity - type: entity
name: pew
id: BenchPewMiddle
parent: BenchBaseMiddle parent: BenchBaseMiddle
id: BenchPewMiddle
name: pew
components: components:
- type: Sprite - type: Sprite
sprite: White/Structures/Furniture/Benches/pews.rsi sprite: White/Structures/Furniture/Benches/pews.rsi
- type: entity - type: entity
parent: BenchPewMiddle
id: BenchPewLeft id: BenchPewLeft
suffix: Left suffix: Left
parent: BenchPewMiddle
components: components:
- type: Sprite - type: Sprite
state: left state: left
- type: entity - type: entity
parent: BenchPewMiddle
id: BenchPewRight id: BenchPewRight
suffix: Right suffix: Right
parent: BenchPewMiddle
components: components:
- type: Sprite - type: Sprite
state: right state: right
# Steel benches # Steel benches
- type: entity - type: entity
name: steel bench
id: BenchSteelMiddle
parent: BenchBaseMiddle parent: BenchBaseMiddle
id: BenchSteelMiddle
name: steel bench
components: components:
- type: Sprite - type: Sprite
sprite: White/Structures/Furniture/Benches/steel_bench.rsi sprite: White/Structures/Furniture/Benches/steel_bench.rsi
- type: entity - type: entity
parent: BenchSteelMiddle
id: BenchSteelLeft id: BenchSteelLeft
suffix: Left suffix: Left
parent: BenchSteelMiddle
components: components:
- type: Sprite - type: Sprite
state: left state: left
- type: entity - type: entity
parent: BenchSteelMiddle
id: BenchSteelRight id: BenchSteelRight
suffix: Right suffix: Right
parent: BenchSteelMiddle
components: components:
- type: Sprite - type: Sprite
state: right state: right
# White steel benches # White steel benches
- type: entity - type: entity
name: white steel bench
id: BenchSteelWhiteMiddle
parent: BenchBaseMiddle parent: BenchBaseMiddle
id: BenchSteelWhiteMiddle
name: white steel bench
components: components:
- type: Sprite - type: Sprite
sprite: White/Structures/Furniture/Benches/steel_bench_white.rsi sprite: White/Structures/Furniture/Benches/steel_bench_white.rsi
- type: entity - type: entity
parent: BenchSteelWhiteMiddle
id: BenchSteelWhiteLeft id: BenchSteelWhiteLeft
suffix: Left suffix: Left
parent: BenchSteelWhiteMiddle
components: components:
- type: Sprite - type: Sprite
state: left state: left
- type: entity - type: entity
parent: BenchSteelWhiteMiddle
id: BenchSteelWhiteRight id: BenchSteelWhiteRight
suffix: Right suffix: Right
parent: BenchSteelWhiteMiddle
components: components:
- type: Sprite - type: Sprite
state: right state: right
# Standard sofa # Standard sofa
- type: entity - type: entity
name: sofa
id: BenchSofaMiddle
parent: BenchBaseMiddle parent: BenchBaseMiddle
id: BenchSofaMiddle
name: sofa
components: components:
- type: Sprite - type: Sprite
sprite: White/Structures/Furniture/Benches/sofa.rsi sprite: White/Structures/Furniture/Benches/sofa.rsi
- type: entity - type: entity
parent: BenchSofaMiddle
id: BenchSofaLeft id: BenchSofaLeft
suffix: Left suffix: Left
parent: BenchSofaMiddle
components: components:
- type: Sprite - type: Sprite
state: left state: left
- type: entity - type: entity
parent: BenchSofaMiddle
id: BenchSofaRight id: BenchSofaRight
suffix: Right suffix: Right
parent: BenchSofaMiddle
components: components:
- type: Sprite - type: Sprite
state: right state: right
- type: entity - type: entity
parent: BenchSofaMiddle
id: BenchSofaCorner id: BenchSofaCorner
suffix: Corner suffix: Corner
parent: BenchSofaMiddle
components: components:
- type: Sprite - type: Sprite
state: corner state: corner
- type: entity - type: entity
parent: BenchSofaMiddle
id: BenchSofaCornerOut id: BenchSofaCornerOut
suffix: Corner-Out suffix: Corner-Out
parent: BenchSofaMiddle
components: components:
- type: Sprite - type: Sprite
state: corner_out state: corner_out
# Corp sofa # Corp sofa
- type: entity - type: entity
name: grey sofa
id: BenchSofaCorpMiddle
parent: BenchBaseMiddle parent: BenchBaseMiddle
id: BenchSofaCorpMiddle
name: grey sofa
components: components:
- type: Sprite - type: Sprite
sprite: White/Structures/Furniture/Benches/sofa_corp.rsi sprite: White/Structures/Furniture/Benches/sofa_corp.rsi
- type: entity - type: entity
parent: BenchSofaCorpMiddle
id: BenchSofaCorpLeft id: BenchSofaCorpLeft
suffix: Left suffix: Left
parent: BenchSofaCorpMiddle
components: components:
- type: Sprite - type: Sprite
state: left state: left
- type: entity - type: entity
parent: BenchSofaCorpMiddle
id: BenchSofaCorpRight id: BenchSofaCorpRight
suffix: Right suffix: Right
parent: BenchSofaCorpMiddle
components: components:
- type: Sprite - type: Sprite
state: right state: right
- type: entity - type: entity
parent: BenchSofaCorpMiddle
id: BenchSofaCorpCorner id: BenchSofaCorpCorner
suffix: Corner suffix: Corner
parent: BenchSofaCorpMiddle
components: components:
- type: Sprite - type: Sprite
state: corner state: corner
- type: entity - type: entity
parent: BenchSofaCorpMiddle
id: BenchSofaCorpCornerOut id: BenchSofaCorpCornerOut
suffix: Corner-Out suffix: Corner-Out
parent: BenchSofaCorpMiddle
components: components:
- type: Sprite - type: Sprite
state: corner_out state: corner_out

View File

@@ -1,8 +1,8 @@
- type: entity - type: entity
parent: BaseMachinePowered
id: GulagOreProcessor id: GulagOreProcessor
name: gulagMachine name: gulagMachine
description: Shit description: Shit
parent: BaseMachinePowered
suffix: NoSpawn suffix: NoSpawn
components: components:
- type: Sprite - type: Sprite

View File

@@ -1,7 +1,7 @@
# Base Document Printer # Base Document Printer
- type: entity - type: entity
id: BaseDocPrinter
parent: BaseMachinePowered parent: BaseMachinePowered
id: BaseDocPrinter
abstract: true abstract: true
name: принтер name: принтер
components: components:

View File

@@ -1,7 +1,7 @@
# Base structure # Base structure
- type: entity - type: entity
id: BaseStructureWallMountConsole
parent: BaseStructure parent: BaseStructure
id: BaseStructureWallMountConsole
abstract: true abstract: true
components: components:
- type: Physics - type: Physics
@@ -139,8 +139,8 @@
# Frame # Frame
- type: entity - type: entity
id: ComputerWallFrame
parent: BaseStructureWallMountConsole parent: BaseStructureWallMountConsole
id: ComputerWallFrame
name: рамка настенной консоли name: рамка настенной консоли
description: Рамка для сборки настенной консоли. description: Рамка для сборки настенной консоли.
components: components:
@@ -162,8 +162,8 @@
# Salvage console # Salvage console
- type: entity - type: entity
id: SalvageConsoleWallMount
parent: BaseWallConsole parent: BaseWallConsole
id: SalvageConsoleWallMount
name: настенная консоль экспедиций name: настенная консоль экспедиций
description: Настенная версия консоли экспедиций. description: Настенная версия консоли экспедиций.
components: components:
@@ -203,8 +203,8 @@
# Order console # Order console
- type: entity - type: entity
id: OrdersConsoleWallMount
parent: BaseWallConsole parent: BaseWallConsole
id: OrdersConsoleWallMount
name: настенная консоль заказа грузов name: настенная консоль заказа грузов
description: Настенная консоли заказа грузов. description: Настенная консоли заказа грузов.
components: components:
@@ -255,8 +255,8 @@
# MassMedia console # MassMedia console
- type: entity - type: entity
id: MassMediaConsoleWallMount
parent: BaseWallConsole parent: BaseWallConsole
id: MassMediaConsoleWallMount
name: настенная консоль СМИ name: настенная консоль СМИ
description: Настенная версия новостной консоли. description: Настенная версия новостной консоли.
components: components:
@@ -295,8 +295,8 @@
# Radar console # Radar console
- type: entity - type: entity
id: RadarConsoleWallMount
parent: BaseWallConsole parent: BaseWallConsole
id: RadarConsoleWallMount
name: настенный сканер масс name: настенный сканер масс
description: Настенная версия консоли сканера массы. description: Настенная версия консоли сканера массы.
components: components:
@@ -333,8 +333,8 @@
# Power console # Power console
- type: entity - type: entity
id: PowerConsoleWallMount
parent: BaseWallConsole parent: BaseWallConsole
id: PowerConsoleWallMount
name: настенная консоль контроля питания name: настенная консоль контроля питания
description: Настенная версия консоли контроля питания. description: Настенная версия консоли контроля питания.
components: components:

View File

@@ -81,3 +81,9 @@
- type: Tag - type: Tag
id: DoorjackUsable id: DoorjackUsable
- type: Tag
id: Card
- type: Tag
id: UnoCard