From 763770e1f6e99bf591397307fa469507a61a5bb5 Mon Sep 17 00:00:00 2001 From: disssr Date: Sun, 8 Sep 2024 14:43:06 +0300 Subject: [PATCH 1/2] clown --- .../ss220/clothing/Back/backpack_king.ftl | 2 + .../ru-RU/ss220/clothing/Belt/quiver.ftl | 2 + .../ss220/clothing/Hands/gloves_king.ftl | 2 + .../ss220/clothing/Head/hardsuit-helmets.ftl | 2 + .../ss220/clothing/Jumpsuit/jumpsuit_king.ftl | 2 + .../ru-RU/ss220/clothing/Mask/mask_king.ftl | 2 + .../clothing/OuterClothing/hardsuits.ftl | 2 + .../ru-RU/ss220/clothing/Shoes/shoes_king.ftl | 2 + Resources/Locale/ru-RU/ss220/nofun.ftl | 1 + .../ru-RU/ss220/reagents/meta/narcotics.ftl | 2 + .../ru-RU/ss220/reagents/sweetprank.ftl | 4 + .../Locale/ru-RU/ss220/storage/clown_case.ftl | 2 + .../ru-RU/ss220/store/uplink-catalog.ftl | 2 + .../Locale/ru-RU/ss220/weapons/arrows.ftl | 2 + Resources/Locale/ru-RU/ss220/weapons/cb.ftl | 16 ++ .../Locale/ru-RU/ss220/weapons/crossbow.ftl | 3 +- .../ru-RU/ss220/weapons/sugar_hammer.ftl | 2 + .../SS220/Catalog/Fills/Crates/antags.yml | 17 ++ .../SS220/Catalog/uplink_catalog.yml | 18 +++ .../Entities/Clothing/Back/backpack_king.yml | 22 +++ .../Entities/Clothing/Belt/quiver_clown.yml | 23 +++ .../Entities/Clothing/Hand/gloves_king.yml | 10 ++ .../Clothing/Head/hardsuit-helmets.yml | 28 ++++ .../Entities/Clothing/Masks/mask_king.yml | 24 +++ .../Clothing/OuterClothing/hardsuits.yml | 47 ++++++ .../Entities/Clothing/Shoes/shoes_king.yml | 26 +++ .../Uniforms/Jumpsuit/jumpsuits_king.yml | 16 ++ .../Entities/Objects/Storage/clowncase.yml | 38 +++++ .../Weapons/Guns/Projectiles/arrows.yml | 26 +++ .../Objects/Weapons/Guns/crossbow.yml | 23 +++ .../Objects/Weapons/Melee/sugar_hammer.yml | 33 ++++ .../Entities/Objects/Weapons/clown_bombs.yml | 152 ++++++++++++++++++ .../Prototypes/SS220/Reagents/narcotics.yml | 45 ++++++ .../Hardsuits/king_clown.rsi/icon-flash.png | Bin 0 -> 372 bytes .../Head/Hardsuits/king_clown.rsi/icon.png | Bin 0 -> 369 bytes .../Hardsuits/king_clown.rsi/inhand-left.png | Bin 0 -> 709 bytes .../Hardsuits/king_clown.rsi/inhand-right.png | Bin 0 -> 714 bytes .../Head/Hardsuits/king_clown.rsi/meta.json | 34 ++++ .../king_clown.rsi/off-equipped-HELMET.png | Bin 0 -> 887 bytes .../king_clown.rsi/on-equipped-HELMET.png | Bin 0 -> 900 bytes .../king_clown.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 2226 bytes .../Hardsuits/king_clown.rsi/icon.png | Bin 0 -> 925 bytes .../Hardsuits/king_clown.rsi/meta.json | 18 +++ .../Objects/Storage/clowncase.rsi/icon.png | Bin 0 -> 528 bytes .../Storage/clowncase.rsi/inhand-left.png | Bin 0 -> 558 bytes .../Storage/clowncase.rsi/inhand-right.png | Bin 0 -> 556 bytes .../Objects/Storage/clowncase.rsi/meta.json | 22 +++ .../Objects/Weapons/Bombs/clown.rsi/icon.png | Bin 0 -> 543 bytes .../Weapons/Bombs/clown.rsi/inhand-left.png | Bin 0 -> 490 bytes .../Weapons/Bombs/clown.rsi/inhand-right.png | Bin 0 -> 530 bytes .../Objects/Weapons/Bombs/clown.rsi/meta.json | 31 ++++ .../Weapons/Bombs/clown.rsi/primed.png | Bin 0 -> 670 bytes .../Guns/Crossbow/crossbow_clown.rsi/icon.png | Bin 0 -> 631 bytes .../crossbow_clown.rsi/inhand-left.png | Bin 0 -> 423 bytes .../crossbow_clown.rsi/inhand-right.png | Bin 0 -> 420 bytes .../Crossbow/crossbow_clown.rsi/meta.json | 22 +++ .../arrow_clown.rsi/inhand-left.png | Bin 0 -> 350 bytes .../arrow_clown.rsi/inhand-right.png | Bin 0 -> 355 bytes .../Projectiles/arrow_clown.rsi/meta.json | 32 ++++ .../Guns/Projectiles/arrow_clown.rsi/rod.png | Bin 0 -> 157 bytes .../Projectiles/arrow_clown.rsi/solution1.png | Bin 0 -> 257 bytes .../Guns/Projectiles/arrow_clown.rsi/tail.png | Bin 0 -> 153 bytes .../Guns/Projectiles/arrow_clown.rsi/tip.png | Bin 0 -> 161 bytes .../Weapons/Melee/sugar_hammer.rsi/icon.png | Bin 0 -> 517 bytes .../Melee/sugar_hammer.rsi/inhand-left.png | Bin 0 -> 462 bytes .../Melee/sugar_hammer.rsi/inhand-right.png | Bin 0 -> 461 bytes .../Weapons/Melee/sugar_hammer.rsi/meta.json | 22 +++ 67 files changed, 778 insertions(+), 1 deletion(-) create mode 100644 Resources/Locale/ru-RU/ss220/clothing/Back/backpack_king.ftl create mode 100644 Resources/Locale/ru-RU/ss220/clothing/Belt/quiver.ftl create mode 100644 Resources/Locale/ru-RU/ss220/clothing/Hands/gloves_king.ftl create mode 100644 Resources/Locale/ru-RU/ss220/clothing/Head/hardsuit-helmets.ftl create mode 100644 Resources/Locale/ru-RU/ss220/clothing/Jumpsuit/jumpsuit_king.ftl create mode 100644 Resources/Locale/ru-RU/ss220/clothing/Mask/mask_king.ftl create mode 100644 Resources/Locale/ru-RU/ss220/clothing/OuterClothing/hardsuits.ftl create mode 100644 Resources/Locale/ru-RU/ss220/clothing/Shoes/shoes_king.ftl create mode 100644 Resources/Locale/ru-RU/ss220/nofun.ftl create mode 100644 Resources/Locale/ru-RU/ss220/reagents/meta/narcotics.ftl create mode 100644 Resources/Locale/ru-RU/ss220/reagents/sweetprank.ftl create mode 100644 Resources/Locale/ru-RU/ss220/storage/clown_case.ftl create mode 100644 Resources/Locale/ru-RU/ss220/weapons/arrows.ftl create mode 100644 Resources/Locale/ru-RU/ss220/weapons/cb.ftl create mode 100644 Resources/Locale/ru-RU/ss220/weapons/sugar_hammer.ftl create mode 100644 Resources/Prototypes/SS220/Catalog/Fills/Crates/antags.yml create mode 100644 Resources/Prototypes/SS220/Entities/Clothing/Back/backpack_king.yml create mode 100644 Resources/Prototypes/SS220/Entities/Clothing/Belt/quiver_clown.yml create mode 100644 Resources/Prototypes/SS220/Entities/Clothing/Hand/gloves_king.yml create mode 100644 Resources/Prototypes/SS220/Entities/Clothing/Head/hardsuit-helmets.yml create mode 100644 Resources/Prototypes/SS220/Entities/Clothing/Masks/mask_king.yml create mode 100644 Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/hardsuits.yml create mode 100644 Resources/Prototypes/SS220/Entities/Clothing/Shoes/shoes_king.yml create mode 100644 Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/jumpsuits_king.yml create mode 100644 Resources/Prototypes/SS220/Entities/Objects/Storage/clowncase.yml create mode 100644 Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/Projectiles/arrows.yml create mode 100644 Resources/Prototypes/SS220/Entities/Objects/Weapons/Melee/sugar_hammer.yml create mode 100644 Resources/Prototypes/SS220/Entities/Objects/Weapons/clown_bombs.yml create mode 100644 Resources/Prototypes/SS220/Reagents/narcotics.yml create mode 100644 Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/icon-flash.png create mode 100644 Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/icon.png create mode 100644 Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/inhand-left.png create mode 100644 Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/inhand-right.png create mode 100644 Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/meta.json create mode 100644 Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/off-equipped-HELMET.png create mode 100644 Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/on-equipped-HELMET.png create mode 100644 Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/king_clown.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/king_clown.rsi/icon.png create mode 100644 Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/king_clown.rsi/meta.json create mode 100644 Resources/Textures/SS220/Objects/Storage/clowncase.rsi/icon.png create mode 100644 Resources/Textures/SS220/Objects/Storage/clowncase.rsi/inhand-left.png create mode 100644 Resources/Textures/SS220/Objects/Storage/clowncase.rsi/inhand-right.png create mode 100644 Resources/Textures/SS220/Objects/Storage/clowncase.rsi/meta.json create mode 100644 Resources/Textures/SS220/Objects/Weapons/Bombs/clown.rsi/icon.png create mode 100644 Resources/Textures/SS220/Objects/Weapons/Bombs/clown.rsi/inhand-left.png create mode 100644 Resources/Textures/SS220/Objects/Weapons/Bombs/clown.rsi/inhand-right.png create mode 100644 Resources/Textures/SS220/Objects/Weapons/Bombs/clown.rsi/meta.json create mode 100644 Resources/Textures/SS220/Objects/Weapons/Bombs/clown.rsi/primed.png create mode 100644 Resources/Textures/SS220/Objects/Weapons/Guns/Crossbow/crossbow_clown.rsi/icon.png create mode 100644 Resources/Textures/SS220/Objects/Weapons/Guns/Crossbow/crossbow_clown.rsi/inhand-left.png create mode 100644 Resources/Textures/SS220/Objects/Weapons/Guns/Crossbow/crossbow_clown.rsi/inhand-right.png create mode 100644 Resources/Textures/SS220/Objects/Weapons/Guns/Crossbow/crossbow_clown.rsi/meta.json create mode 100644 Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/inhand-left.png create mode 100644 Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/inhand-right.png create mode 100644 Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/meta.json create mode 100644 Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/rod.png create mode 100644 Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/solution1.png create mode 100644 Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/tail.png create mode 100644 Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/tip.png create mode 100644 Resources/Textures/SS220/Objects/Weapons/Melee/sugar_hammer.rsi/icon.png create mode 100644 Resources/Textures/SS220/Objects/Weapons/Melee/sugar_hammer.rsi/inhand-left.png create mode 100644 Resources/Textures/SS220/Objects/Weapons/Melee/sugar_hammer.rsi/inhand-right.png create mode 100644 Resources/Textures/SS220/Objects/Weapons/Melee/sugar_hammer.rsi/meta.json diff --git a/Resources/Locale/ru-RU/ss220/clothing/Back/backpack_king.ftl b/Resources/Locale/ru-RU/ss220/clothing/Back/backpack_king.ftl new file mode 100644 index 00000000000000..8366d32650e7b4 --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/clothing/Back/backpack_king.ftl @@ -0,0 +1,2 @@ +ent-ClothingBackpackClownKing = сундук короля клоунов + .desc = Mein Clownskönig, эти люди проливают кровь за тебя... \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss220/clothing/Belt/quiver.ftl b/Resources/Locale/ru-RU/ss220/clothing/Belt/quiver.ftl new file mode 100644 index 00000000000000..d67d844c645a58 --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/clothing/Belt/quiver.ftl @@ -0,0 +1,2 @@ +ent-ClothingBeltQuiverKingClown = хонковский колчан для стрел + .desc = Лучший друг хонк папы. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss220/clothing/Hands/gloves_king.ftl b/Resources/Locale/ru-RU/ss220/clothing/Hands/gloves_king.ftl new file mode 100644 index 00000000000000..0fb76e70538f03 --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/clothing/Hands/gloves_king.ftl @@ -0,0 +1,2 @@ +ent-ClothingHandsGlovesClownKing = руки короля + .desc = Власть в этих руках. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss220/clothing/Head/hardsuit-helmets.ftl b/Resources/Locale/ru-RU/ss220/clothing/Head/hardsuit-helmets.ftl new file mode 100644 index 00000000000000..df3c717c5b181c --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/clothing/Head/hardsuit-helmets.ftl @@ -0,0 +1,2 @@ +ent-ClothingHeadHelmetHardsuitKingClown = рыбья головешка + .desc = Это не маскировка. Это не спасение от космоса. Это судьба. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss220/clothing/Jumpsuit/jumpsuit_king.ftl b/Resources/Locale/ru-RU/ss220/clothing/Jumpsuit/jumpsuit_king.ftl new file mode 100644 index 00000000000000..f10f575416d391 --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/clothing/Jumpsuit/jumpsuit_king.ftl @@ -0,0 +1,2 @@ +ent-ClothingUniformJumpsuitClownKing = детская пижама короля + .desc = Ей уже 50 лет. Воняет величием. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss220/clothing/Mask/mask_king.ftl b/Resources/Locale/ru-RU/ss220/clothing/Mask/mask_king.ftl new file mode 100644 index 00000000000000..d6be46efe4f84d --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/clothing/Mask/mask_king.ftl @@ -0,0 +1,2 @@ +ent-ClothingMaskClownKing = лицо короля + .desc = Лицо короля всегда прекрасно. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss220/clothing/OuterClothing/hardsuits.ftl b/Resources/Locale/ru-RU/ss220/clothing/OuterClothing/hardsuits.ftl new file mode 100644 index 00000000000000..1d37528c39ecc2 --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/clothing/OuterClothing/hardsuits.ftl @@ -0,0 +1,2 @@ +ent-ClothingOuterHardsuitKingClown = тело короля королей + .desc = Он старше вселенной. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss220/clothing/Shoes/shoes_king.ftl b/Resources/Locale/ru-RU/ss220/clothing/Shoes/shoes_king.ftl new file mode 100644 index 00000000000000..a7a06d9d33202e --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/clothing/Shoes/shoes_king.ftl @@ -0,0 +1,2 @@ +ent-ClothingShoesClownKing = королевские шлёпоходы + .desc = Легенда гласит, что прошлый король умер из-за попадания стрелы в пятку. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss220/nofun.ftl b/Resources/Locale/ru-RU/ss220/nofun.ftl new file mode 100644 index 00000000000000..e0a74363ab2aee --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/nofun.ftl @@ -0,0 +1 @@ +ent-CrateNoFunToyBox = королевский ящик с игрушками \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss220/reagents/meta/narcotics.ftl b/Resources/Locale/ru-RU/ss220/reagents/meta/narcotics.ftl new file mode 100644 index 00000000000000..245ac6bddcf3cb --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/reagents/meta/narcotics.ftl @@ -0,0 +1,2 @@ +reagent-name-sweet-prank = сладкий розыгрыш +reagent-desc-sweet-prank = Очень смешной наркотик клоуна, который избавит вас от необходимости смотреть на этот жестокий и несмешной мир! \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss220/reagents/sweetprank.ftl b/Resources/Locale/ru-RU/ss220/reagents/sweetprank.ftl new file mode 100644 index 00000000000000..189113f14ed25e --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/reagents/sweetprank.ftl @@ -0,0 +1,4 @@ +sweetprank-effect-eye-disconnect = Ваши глаза погружаются в мир веселья! +sweetprank-effect-eye-fun = Вы чувствуете сильное веселье. +sweetprank-effect-blindness = Ваши глаза показывают истинный мир! +sweetprank-effect-pupils = Ваши зрачки постепенно расширяются! diff --git a/Resources/Locale/ru-RU/ss220/storage/clown_case.ftl b/Resources/Locale/ru-RU/ss220/storage/clown_case.ftl new file mode 100644 index 00000000000000..5a2d268cdaba81 --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/storage/clown_case.ftl @@ -0,0 +1,2 @@ +ent-ClownCase = чемодан короля клоунов + .desc = Это совсем не смешная шутка. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss220/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/ss220/store/uplink-catalog.ftl index 3136eda4a9f987..6e4a12523f5569 100644 --- a/Resources/Locale/ru-RU/ss220/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/ss220/store/uplink-catalog.ftl @@ -14,6 +14,8 @@ uplink-mindslave-implanter-desc = { ent-MindSlaveImplant.desc } #JobItems uplink-mime-relic-name = { ent-SacredRelicMime } uplink-mime-relic-desc = Ценная реликвия Ордена Тишины, Вашего ордена. Зажав в руке, позволяет мимам поставить сразу три невидимые стены, закрывающие широкий проход, раз в 90 секунд. +uplink-king-clown-name = { ent-CrateNoFunToyBox } +uplink-king-clown-desc = Ящик, содержащий в себе наследие короля Хонк Государя из Хонк-Государства. # Pointless uplink-expensive-lighter-name = { ent-ExpensiveLighterSyndicate } diff --git a/Resources/Locale/ru-RU/ss220/weapons/arrows.ftl b/Resources/Locale/ru-RU/ss220/weapons/arrows.ftl new file mode 100644 index 00000000000000..321161d12bfa1d --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/weapons/arrows.ftl @@ -0,0 +1,2 @@ +ent-ArrowClown = стрела на липучке + .desc = Так сильно прилипает... Неужели она смазана клеем?! \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss220/weapons/cb.ftl b/Resources/Locale/ru-RU/ss220/weapons/cb.ftl new file mode 100644 index 00000000000000..79d5e9c5c43a68 --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/weapons/cb.ftl @@ -0,0 +1,16 @@ +ent-CLPacific = подарок на день рождения + .desc = В мире веселья давайте скажем "нет" насилию. +ent-CLClusterFlash = нервы короля + .desc = Это будет сногсшибательное шоу! +ent-CLClusterBomb = кнурла + .desc = Сейчас будет бомбезный розыгрыш! +ent-CLClusterClusterBomb = ои + .desc = Ого. Нам пиздец. +ent-CLClusterHole = дыра офицера + .desc = Оно оттягивает или притягивает...? +ent-CLClusterClusterHole = кластерная кластерная граната + .desc = КАК МОЖНО БОЛЬШЕ!!! +ent-CLClusterClusterClusterHole = кластерная кластерная кластерная граната + .desc = Это уже не смешно... +ent-CLSnapPop = разрыв + .desc = Бабах! \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss220/weapons/crossbow.ftl b/Resources/Locale/ru-RU/ss220/weapons/crossbow.ftl index 5fc1e829980539..9c696bb37c1387 100644 --- a/Resources/Locale/ru-RU/ss220/weapons/crossbow.ftl +++ b/Resources/Locale/ru-RU/ss220/weapons/crossbow.ftl @@ -2,4 +2,5 @@ ent-WeaponMiniEnergyCrossbow = мини энерго-арбалет .desc = Оружие, излюбленное специалистами синдиката, предпочитающими работать скрытно. ent-WeaponEnergyCrossbow = энерго-арбалет .desc = Оружие, спроектированное методом обратной инженерии с использованием технологий синдиката. Средних размеров и слабее "оригинала". - +ent-CrossbowKingClown = арбалет сладкой мести + .desc = Месть может жалить до глубины души. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss220/weapons/sugar_hammer.ftl b/Resources/Locale/ru-RU/ss220/weapons/sugar_hammer.ftl new file mode 100644 index 00000000000000..87d2be8757e30c --- /dev/null +++ b/Resources/Locale/ru-RU/ss220/weapons/sugar_hammer.ftl @@ -0,0 +1,2 @@ +ent-SugarHammer = сахарный молот + .desc = Месть часто подают холодной, но теперь она ещё и сладкая. \ No newline at end of file diff --git a/Resources/Prototypes/SS220/Catalog/Fills/Crates/antags.yml b/Resources/Prototypes/SS220/Catalog/Fills/Crates/antags.yml new file mode 100644 index 00000000000000..178f9b5fbbe3ee --- /dev/null +++ b/Resources/Prototypes/SS220/Catalog/Fills/Crates/antags.yml @@ -0,0 +1,17 @@ +- type: entity + id: CrateNoFunToyBox + name: the royal toy box + parent: CrateToyBox + suffix: Antag + components: + - type: StorageFill + contents: + - id: ClownCase + - id: ClothingOuterHardsuitKingClown + - id: ClothingBeltQuiverKingClown + - id: ClothingBackpackClownKing + - id: ClothingUniformJumpsuitClownKing + - id: ClothingShoesClownKing + - id: ClothingMaskClownKing + - id: ClothingHandsGlovesClownKing + - id: ClothingEyesGlassesGarGiga \ No newline at end of file diff --git a/Resources/Prototypes/SS220/Catalog/uplink_catalog.yml b/Resources/Prototypes/SS220/Catalog/uplink_catalog.yml index 1d8acbbbfea297..3b4e38ca3466c8 100644 --- a/Resources/Prototypes/SS220/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/SS220/Catalog/uplink_catalog.yml @@ -59,6 +59,24 @@ components: - SurplusBundle +- type: listing + id: UplinkKingClown + name: uplink-king-clown-name + description: uplink-king-clown-desc + productEntity: CrateNoFunToyBox + cost: + Telecrystal: 20 + categories: + - UplinkJob + conditions: + - !type:BuyerJobCondition + whitelist: + - Clown + - !type:BuyerWhitelistCondition + blacklist: + components: + - SurplusBundle + # Pointless - type: listing diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Back/backpack_king.yml b/Resources/Prototypes/SS220/Entities/Clothing/Back/backpack_king.yml new file mode 100644 index 00000000000000..9a7f1215dca096 --- /dev/null +++ b/Resources/Prototypes/SS220/Entities/Clothing/Back/backpack_king.yml @@ -0,0 +1,22 @@ +- type: entity + parent: ClothingBackpackClown + id: ClothingBackpackClownKing + name: the clown king's chest + suffix: Unremoveable + description: Mein Clownskönig, these people are shedding blood for you... + components: + - type: Sprite + sprite: Clothing/Back/Backpacks/cluwne.rsi + - type: Unremoveable + deleteOnDrop: false + lockToHands: false + - type: Storage + grid: + - 0,0,8,6 +# - type: StorageFill +# contents: +# - id: ClothingShoesClownKing +# - id: ClothingUniformJumpsuitClownKing +# - id: ClothingMaskClownKing +# - id: ClothingHandsGlovesClownKing +# не работает из-за бага с Unremoveable \ No newline at end of file diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Belt/quiver_clown.yml b/Resources/Prototypes/SS220/Entities/Clothing/Belt/quiver_clown.yml new file mode 100644 index 00000000000000..8355e54f278ce3 --- /dev/null +++ b/Resources/Prototypes/SS220/Entities/Clothing/Belt/quiver_clown.yml @@ -0,0 +1,23 @@ +- type: entity + parent: ClothingBeltQuiver + id: ClothingBeltQuiverKingClown + name: honkovsky quiver for arrows + description: Honk Dad's best friend. + components: + - type: Storage + grid: + - 0,0,15,7 + whitelist: + tags: + - Arrow + - Plunger + - GlassShard + - ReinforcedGlassShard + - PlasmaGlassShard + - UraniumGlassShard + - ClockworkGlassShard + - Crowbar + - type: StorageFill + contents: + - id: ArrowClown + amount: 64 \ No newline at end of file diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Hand/gloves_king.yml b/Resources/Prototypes/SS220/Entities/Clothing/Hand/gloves_king.yml new file mode 100644 index 00000000000000..0637e07e34d1a7 --- /dev/null +++ b/Resources/Prototypes/SS220/Entities/Clothing/Hand/gloves_king.yml @@ -0,0 +1,10 @@ +- type: entity + parent: ClothingHandsGlovesColorWhite + id: ClothingHandsGlovesClownKing + name: the king's hands + suffix: Unremoveable + description: The power is in these hands. + components: + - type: Insulated + - type: Unremoveable + lockToHands: false diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/SS220/Entities/Clothing/Head/hardsuit-helmets.yml new file mode 100644 index 00000000000000..6a87093b06f8ce --- /dev/null +++ b/Resources/Prototypes/SS220/Entities/Clothing/Head/hardsuit-helmets.yml @@ -0,0 +1,28 @@ +#KingClown Hardsuit +- type: entity + parent: ClothingHeadHardsuitWithLightBase + id: ClothingHeadHelmetHardsuitKingClown + name: fish firebrand + description: This is not a disguise. This is not an escape from space. It's fate. + components: + - type: BreathMask + - type: Sprite + sprite: SS220/Clothing/Head/Hardsuits/king_clown.rsi + - type: Clothing + sprite: SS220/Clothing/Head/Hardsuits/king_clown.rsi + equipSound: /Audio/Mecha/mechmove03.ogg + unequipSound: /Audio/Effects/Emotes/parp1.ogg + - type: Armor + modifiers: + coefficients: + Blunt: 0.85 + Slash: 0.85 + Piercing: 0.85 + Heat: 0.85 + Radiation: 0.6 + - type: FireProtection + reduction: 0.2 + - type: PointLight + color: green + radius: 6 + energy: 4 diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Masks/mask_king.yml b/Resources/Prototypes/SS220/Entities/Clothing/Masks/mask_king.yml new file mode 100644 index 00000000000000..9845d1ff6019e9 --- /dev/null +++ b/Resources/Prototypes/SS220/Entities/Clothing/Masks/mask_king.yml @@ -0,0 +1,24 @@ +- type: entity + parent: ClothingMaskClownBase + id: ClothingMaskClownKing + name: face of the king + suffix: Unremoveable + description: The king's face is always beautiful. + components: + - type: Sprite + sprite: Clothing/Mask/cluwne.rsi + - type: Clothing + sprite: Clothing/Mask/cluwne.rsi + - type: Unremoveable + lockToHands: false + - type: AddAccentClothing + accent: StutteringAccent + - type: FlashImmunity + - type: EyeProtection + - type: Armor + modifiers: + coefficients: + Blunt: 0.95 + Slash: 0.95 + Piercing: 0.95 + Heat: 0.95 \ No newline at end of file diff --git a/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/hardsuits.yml new file mode 100644 index 00000000000000..cf2f2db7f3d683 --- /dev/null +++ b/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/hardsuits.yml @@ -0,0 +1,47 @@ +#KingClown Hardsuit +- type: entity + parent: ClothingOuterHardsuitBase + id: ClothingOuterHardsuitKingClown + name: the body of the king of kings + description: He is older than the universe. + components: + - type: Sprite + sprite: SS220/Clothing/OuterClothing/Hardsuits/king_clown.rsi + - type: Clothing + sprite: SS220/Clothing/OuterClothing/Hardsuits/king_clown.rsi + - type: PressureProtection + highPressureMultiplier: 0.05 + lowPressureMultiplier: 1000 + - type: Unremoveable + lockToHands: false + - type: ExplosionResistance + damageCoefficient: 0.5 + - type: Armor + modifiers: + coefficients: + Blunt: 0.6 + Slash: 0.6 + Piercing: 0.6 + Heat: 0.6 + Caustic: 0.6 + Stamina: 0.4 + Radiation: 0.5 + - type: ClothingSpeedModifier + walkModifier: 0.8 + sprintModifier: 0.9 + - type: HeldSpeedModifier + #ss220 special_sounds start + - type: SpecialSounds + - type: Vocal + sounds: + Male: MaleEvil + Female: FemaleEvil + Unsexed: MaleEvil + #ss220 special_sounds end + - type: ToggleableClothing + clothingPrototype: ClothingHeadHelmetHardsuitKingClown + - type: Tag + tags: + - MonkeyWearable + - Hardsuit + - WhitelistChameleon \ No newline at end of file diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Shoes/shoes_king.yml b/Resources/Prototypes/SS220/Entities/Clothing/Shoes/shoes_king.yml new file mode 100644 index 00000000000000..f3c61f36c492af --- /dev/null +++ b/Resources/Prototypes/SS220/Entities/Clothing/Shoes/shoes_king.yml @@ -0,0 +1,26 @@ +- type: entity + parent: ClothingShoesClown + id: ClothingShoesClownKing + name: the king's shoes + suffix: Unremoveable + description: Legend has it that the last king died due to an arrow hitting his heel. + components: + - type: Sprite + sprite: Clothing/Shoes/Specific/cluwne.rsi + - type: Clothing + sprite: Clothing/Shoes/Specific/cluwne.rsi + - type: Unremoveable + lockToHands: false + - type: NoSlip + - type: ItemSlots + slots: + item: + name: clothing-boots-sidearm + whitelist: + tags: + - Knife + - Sidearm + - type: ContainerFill + containers: + item: + - CombatKnife diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/jumpsuits_king.yml b/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/jumpsuits_king.yml new file mode 100644 index 00000000000000..99936889e74949 --- /dev/null +++ b/Resources/Prototypes/SS220/Entities/Clothing/Uniforms/Jumpsuit/jumpsuits_king.yml @@ -0,0 +1,16 @@ +- type: entity + parent: ClothingUniformJumpsuitClown + id: ClothingUniformJumpsuitClownKing + name: children's pajamas of the king + suffix: Unremoveable + description: She is already 50 years old. She reeks of greatness. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/cluwne.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/cluwne.rsi + - type: Unremoveable + lockToHands: false + - type: Tag + tags: + - ClothMade \ No newline at end of file diff --git a/Resources/Prototypes/SS220/Entities/Objects/Storage/clowncase.yml b/Resources/Prototypes/SS220/Entities/Objects/Storage/clowncase.yml new file mode 100644 index 00000000000000..198d2822566c9e --- /dev/null +++ b/Resources/Prototypes/SS220/Entities/Objects/Storage/clowncase.yml @@ -0,0 +1,38 @@ +- type: entity + parent: BaseStorageItem + id: ClownCase + name: clown king's suitcase + description: It's not a funny joke. + components: + - type: Sprite + sprite: SS220/Objects/Storage/clowncase.rsi + state: icon + - type: Item + size: Ginormous + - type: Storage + grid: + - 0,0,9,9 + - type: StorageFill + contents: + - id: SugarHammer + - id: CrossbowKingClown + - id: CLPacific + amount: 3 + - id: CLClusterFlash + amount: 3 + - id: CLClusterBomb + amount: 3 + - id: CLSnapPop + amount: 3 + - id: CLClusterClusterBomb + amount: 3 + - id: CLClusterHole + - id: CLClusterClusterHole + - id: CLClusterClusterClusterHole + - id: FoodMeatRotten + - id: CluwneHorn + - id: ClothingNeckGoldAutismPin + - id: ClothingNeckPlasticSpecialMedal + - type: Tag + tags: + - Briefcase \ No newline at end of file diff --git a/Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/Projectiles/arrows.yml b/Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/Projectiles/arrows.yml new file mode 100644 index 00000000000000..69633ba4bf456a --- /dev/null +++ b/Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/Projectiles/arrows.yml @@ -0,0 +1,26 @@ +# © SS220, An EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt +- type: entity + parent: BaseArrow + id: ArrowClown + name: velcro arrow + description: It sticks so much... Is it really smeared with glue?! + components: + - type: Sprite + sprite: SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi + layers: + - state: tail + color: fuchsia + - state: rod + color: yellow + - state: tip + color: yellow + - state: solution1 + map: ["enum.SolutionContainerLayers.Fill"] + visible: false + - type: SolutionContainerManager + solutions: + ammo: + maxVol: 10 + reagents: + - ReagentId: SweetPrank + Quantity: 10 \ No newline at end of file diff --git a/Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/crossbow.yml b/Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/crossbow.yml index 2cd20b9a7d8675..2308ae5e959c62 100644 --- a/Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/crossbow.yml +++ b/Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/crossbow.yml @@ -66,3 +66,26 @@ - type: GunRequiresWield - type: UseDelay delay: 0.5 + +- type: entity + id: CrossbowKingClown + name: sweet revenge crossbow + parent: BaseBow + description: Revenge can sting to the core. + components: + - type: Sprite + sprite: SS220/Objects/Weapons/Guns/Crossbow/crossbow_clown.rsi + state: icon + - type: Item + size: Huge + - type: ItemSlots + slots: + projectiles: + name: Projectiles + startingItem: null + insertSound: /Audio/Weapons/Guns/Misc/arrow_nock.ogg + whitelist: + tags: + - Arrow + - Plunger + - type: Appearance \ No newline at end of file diff --git a/Resources/Prototypes/SS220/Entities/Objects/Weapons/Melee/sugar_hammer.yml b/Resources/Prototypes/SS220/Entities/Objects/Weapons/Melee/sugar_hammer.yml new file mode 100644 index 00000000000000..7de517ac069e2e --- /dev/null +++ b/Resources/Prototypes/SS220/Entities/Objects/Weapons/Melee/sugar_hammer.yml @@ -0,0 +1,33 @@ +- type: entity + parent: BaseItem + id: SugarHammer + name: sugar hammer + description: Revenge is often served cold, but now it's also sweet. + components: + - type: Sprite + sprite: SS220/Objects/Weapons/Melee/sugar_hammer.rsi + state: icon + - type: Item + size: Small + sprite: SS220/Objects/Weapons/Melee/sugar_hammer.rsi + - type: Appearance + - type: DisarmMalus + malus: 0 + - type: MeleeWeapon + soundHit: + collection: RubberHammer + params: + variation: 0.03 + volume: 3 + damage: + types: + Blunt: 20 + - type: SolutionContainerManager + solutions: + melee: + reagents: + - ReagentId: SweetPrank + Quantity: 1000000 + - type: MeleeChemicalInjector + solution: melee + transferAmount: 10 \ No newline at end of file diff --git a/Resources/Prototypes/SS220/Entities/Objects/Weapons/clown_bombs.yml b/Resources/Prototypes/SS220/Entities/Objects/Weapons/clown_bombs.yml new file mode 100644 index 00000000000000..3294c07ed3abc9 --- /dev/null +++ b/Resources/Prototypes/SS220/Entities/Objects/Weapons/clown_bombs.yml @@ -0,0 +1,152 @@ +- type: entity + abstract: true + parent: BasePlasticExplosive + id: CLKingClownBase + components: + - type: Sprite + sprite: SS220/Objects/Weapons/Bombs/clown.rsi + state: icon + layers: + - state: icon + map: ["base"] + - type: OnUseTimerTrigger + delay: 5 + delayOptions: [5, 10, 15, 30, 60, 120] + initialBeepDelay: 0 + beepSound: /Audio/Machines/Nuke/general_beep.ogg + startOnStick: true + canToggleStartOnStick: true + - type: TriggerOnSignal + - type: DeviceLinkSink + ports: + - Trigger + - type: DeleteOnTrigger + +- type: entity + parent: CLKingClownBase + id: CLPacific + name: birthday present + description: In the world of fun, let's say no to violence. + components: + - type: SmokeOnTrigger + duration: 15 + spreadAmount: 50 + smokePrototype: Foam + solution: + reagents: + - ReagentId: Pax + Quantity: 30 + +- type: entity + parent: BaseItem + id: CLClusterFlash + name: the nerves of the king + description: It's going to be an amazing show! + components: + - type: Sprite + sprite: SS220/Objects/Weapons/Bombs/clown.rsi + state: icon + - type: ClusterGrenade + fillPrototype: GrenadeFlashBang + maxGrenadesCount: 10 + distance: 9 + velocity: 5 + - type: ContainerContainer + containers: + cluster-payload: !type:Container + - type: Appearance + - type: OnUseTimerTrigger + beepSound: + path: "/Audio/Effects/beep1.ogg" + params: + volume: 5 + initialBeepDelay: 0 + beepInterval: 0.5 + - type: EmitSoundOnLand + sound: + path: /Audio/SS220/Effects/Drop/clusterbang.ogg ##new sound_drop effect, add MIXnikita + params: + volume: 2 + - type: TimerTriggerVisuals + primingSound: + path: /Audio/Effects/countdown.ogg + - type: GenericVisualizer + visuals: + enum.Trigger.TriggerVisuals.VisualState: + enum.ConstructionVisuals.Layer: + Primed: { state: primed } + Unprimed: { state: icon } + +- type: entity + parent: CLClusterFlash + id: CLClusterBomb + name: knurla + description: There's going to be a bombastic prank! + components: + - type: ClusterGrenade + fillPrototype: SyndieTrickyBomb + maxGrenadesCount: 20 + distance: 15 + velocity: 7 + +- type: entity + parent: CLClusterBomb + id: CLClusterClusterBomb + name: oi + description: Wow. + components: + - type: ClusterGrenade + fillPrototype: CLClusterBomb + maxGrenadesCount: 5 + distance: 2 + velocity: 10 + +- type: entity + parent: CLClusterFlash + id: CLClusterHole + name: officer's hole + description: Does it delay or attract...? + components: + - type: ClusterGrenade + fillPrototype: WhiteholeGrenade + maxGrenadesCount: 6 + distance: 5 + velocity: 10 + +- type: entity + parent: CLClusterHole + id: CLClusterClusterHole + suffix: double + name: clustered cluster hole + description: AS MUCH AS POSSIBLE!!! + components: + - type: ClusterGrenade + fillPrototype: CLClusterHole + maxGrenadesCount: 2 + distance: 5 + velocity: 20 + +- type: entity + parent: CLClusterHole + id: CLClusterClusterClusterHole + suffix: TRIPLE + name: clustered clustered cluster hole + description: It's not funny anymore... + components: + - type: ClusterGrenade + fillPrototype: CLClusterClusterHole + maxGrenadesCount: 2 + distance: 100 + velocity: 100 + +- type: entity + parent: CLClusterFlash + id: CLSnapPop + name: gap + description: Bang! + components: + - type: ClusterGrenade + fillPrototype: SnapPop + maxGrenadesCount: 20 + distance: 8 + velocity: 8 \ No newline at end of file diff --git a/Resources/Prototypes/SS220/Reagents/narcotics.yml b/Resources/Prototypes/SS220/Reagents/narcotics.yml new file mode 100644 index 00000000000000..65f678ed2faa99 --- /dev/null +++ b/Resources/Prototypes/SS220/Reagents/narcotics.yml @@ -0,0 +1,45 @@ +- type: reagent + id: SweetPrank + name: reagent-name-sweet-prank + group: Narcotics + desc: reagent-desc-sweet-prank + flavor: sweet + color: "#00b408" + physicalDesc: reagent-physical-desc-crystalline + metabolisms: + Narcotic: + effects: + - !type:MovespeedModifier + walkSpeedModifier: 0.50 + sprintSpeedModifier: 0.60 + - !type:GenericStatusEffect + key: SeeingRainbows + component: SeeingRainbows + type: Add + time: 10 + refresh: false + probability: 0.08 + - !type:PopupMessage + type: Local + visualType: Medium + messages: + - "sweetprank-effect-pupils" + - "sweetprank-effect-eye-disconnect" + - "sweetprank-effect-eye-fun" + - "sweetprank-effect-blindness" + probability: 0.08 + - !type:Emote + emote: Laugh + showInChat: true + probability: 0.08 + - !type:Emote + emote: Whistle + showInChat: true + probability: 0.08 + - !type:Emote + emote: Honk + showInChat: true + force: true + probability: 0.08 + + diff --git a/Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/icon-flash.png b/Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/icon-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..86163e8ceca8db0b69563fe2300581f75ea8571f GIT binary patch literal 372 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=hEVFe-YwIEF-UCMQU+E><*;f-05_DZ*z8COnPbU)L6W?(A9aw8Kvx3b9D2SU#wG zAyhGoG4h`IXO8C3GsXtJIsBWfQVLgXIB#&~&;R=s&+0h~Jq_ZvJ$zT6s%mPm`{%ZA z^+%UhsXS%cBxBmY@X!CP#_13G7%bV2q<3yrzgbi<*;f-05_DZ*z8COnPbU)L6W?(A9aw8Kvx3b9D2SU#wG zAyhGoG4h`IXO8C3GsXtJIsBWfQVLgXm^$^!zuPx&{hux{o#k<=^t*rTosB=vZr}P} zTkoo}ruc-X8WU2lpPSQY&2%iibF2EzBC(>F509P}AG7}c?(hBWrN%MV6V87~|L9mD za!}Px5*7xafN)S?VaR!0zK-*jrvNa(_);T0(|mmyw18|5AO?X;!IMFhr>mdKI;Vst E0D?7+bN~PV literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/inhand-left.png b/Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..8d17646c2b117d5cef564394ff6a98bb32bcf577 GIT binary patch literal 709 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@G!-aSW+od^>BucZ{RJarcSZ zF8YctheZE12$)2uvhevNt8+|bW}PbV#s9*oAf2_7%qHlu2!`k-J&spMx}YVoQBar9 zlKW^zA%}Q+id=Qf=FeRDeKq3u&c3;Q^X|{OcW;IBRGgR@1sHIkAM-i3v?Qq?yp0jN%*mvXkwR?5T5Bnx2n_gjf zkUt}OXN;fAs`L7X(lWw$IT`A<{CqqA@3*Pv=H0#c`%iDoo6oj#pa1;$Jbkj8GgE`O z#rwC*maf&6ikxo3mCh9$*sxCZ4He?pnRn8R+opvsZMaUfp}~cfMVi zcCv2BzfIb+c0cs187r)DwZj4(PVbY;7ui)Dv|1UmbdPn}*o$Qc(v$`Wz*G~L) zZQUaww6@86W30)xf9pQRt(9!p z`tM!nj%TS%6PEp3CtbN!jX?*f`@2@mXCvkZozs5p&Ue*_W(^>v$oyz`vv~w65;dT@~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/inhand-right.png b/Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..2a8809c616dc27a24ebb94afd4ebdd0b76eda73e GIT binary patch literal 714 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@G@?aSW+od^_vBwo9PMasEuP zB#$MLKLRgJ5M8NhRuyIt zKSp|9zk2=B(Vx1miv@4p?XEsH`ND_E!As@S_3uA!RDAmBTbS$2n~|j(&-$KU*)C-M z_Pcnm(5L&$xK{r*`}4c;!6zkE`?&btUX6*Z{nZoPYB{|!Zm@m1GijUCR?~$wJ66x0 z6x^D^yf*#S)i<^KUpe1yFDb5dJ+FUqk)f(d&h^!QUHTiu-dfyH_nV`?ZD(ls^DkRM z^%o`zdx$XnZ{4}{^2_r#Zaw2)=sWqshR(&cM;Ja_d$zv5AbGBwRFR29WvKXVn`6aG zx7q7^I614Q-R@?5(6DlwSd^XBqK8v=p8t{aS>pUn6HeaQ7Ps6*7`pZ5>0hkKnB+G( z{8iHI<9~n>w<}!tpV-C}|M!sb<)3ddSeIV+yApD_riH1!a@Wl}oBC82ek_eWI&ZCb zs87T3%7gr8-=0cUnilx?X{^In+qaQd-ye|fHm(Ps)yh~b4DXhF`jc~O zS^qcF>f(Df=ePLEe~!JOz`%qPB{(}g2~V8u5M+1hD|6C*E^pNrOO<2o72@O{Ol>%_ zC*^NLu=@g;ugvFU8TU3XdBr}5Ss~W`fk;Eq6@ClWhVA=H{x%ddNHl@e{b#kP%$o#M z%AgSr(sp1CuR%7O&+RXoZ>C@RUfz4HaN500mVRJLzopr0LO+s)c^nh literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/meta.json b/Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/meta.json new file mode 100644 index 00000000000000..aa4ac25e7cc009 --- /dev/null +++ b/Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/meta.json @@ -0,0 +1,34 @@ +{ + "version": 1, + "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", + "copyright": "made by awnexxxx (Discord) for SS220", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } + \ No newline at end of file diff --git a/Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/off-equipped-HELMET.png b/Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/off-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..547227825f88661fdd8377f938fd183e14408456 GIT binary patch literal 887 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU{>*TaSW+od^^iNBREjx*!oOa zua`k0y0S;Ms92>3iLkmBybQ4peYI>wu zB+)xdIQZ;-=KWk}{?fZR|I@tCKYA+9|NTGrbMI`HqJG2wm6ih1|9?J-`}OhcvvsM* zvqC?wvJu~Ve_gLt$&bbEbd$!dy`v^L z_3yR*g3w@B2NoCH=${tT#rjnFdaJoV|5v~1^;s|S>67xSG>%1ky0W&um3d`)Va?Yo zSzj4*`%>4Qe#LFaxM%+HP?6S+inn*jy8Zl3`c8z7e8yw{d8@I1_y_n`NhSHmBZG5d9modTd=K&!xi@i@rhdkj!br+$I!Gq z*>~QPI}L2b!WFL+9Oq{^r#63P-eB0bFTZx;+?vL@>W{yR2YxRWmiQ32@9k6PFPsYm z%v`g0`czK$T6deJH@w}W`$=%YL8e@L+vDGRi>+=ZF#MUR{BdJz8?T)EB!LOq4Rab7 zaeWrt7q=?nZ1#D+S&csrv+Y}O!TguhBli!}70e%B{c4_8H402 zIoju4=M^#%yZ-Bp*VpfzFP_b^lVXrbG&)rGl;eY<02h<{&&iftSEh+F3JTytjrCmz s^w)l#SJGj2c?K}s@TEq0ruq6ZXaU(AKnwzxf+vG0Pgg&ebxsLQ0Cdcd=Kufz literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/on-equipped-HELMET.png b/Resources/Textures/SS220/Clothing/Head/Hardsuits/king_clown.rsi/on-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..8c6c38db989d51d6dafb96fcf628da985fcb5318 GIT binary patch literal 900 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/king_clown.rsi/meta.json b/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/king_clown.rsi/meta.json new file mode 100644 index 00000000000000..84fed049858cf4 --- /dev/null +++ b/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/king_clown.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", + "copyright": "Created by awnexxxx (Discord) for SS220.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] + } \ No newline at end of file diff --git a/Resources/Textures/SS220/Objects/Storage/clowncase.rsi/icon.png b/Resources/Textures/SS220/Objects/Storage/clowncase.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..eb3ba60053d6a8c4cbe9406f76bde7cb410d1759 GIT binary patch literal 528 zcmV+r0`L8aP)p@2>?@0{r|+MKmGk8(dOb*7%JqAVcCQ4PZ)xwyzshV?XztR3Y;<+ zYF5A7iq$R_43$6ukmUx#+89y~o;+bV`~DIG$RXGO%wlYMf$INba|BigfDFIz_A0}y z#V6tRq{W)U*&qhYGMFH;qX_AR=>gGLg9TRzAZsL*4RRFGAt1=g&+zaQ_FyK}Vwif6 znb-i%C{W^&2dlsLQyEhIx5LHC&D!B? zkT^)56o4}Xuo(g}JWl)*1HPkh-RsaA14rN$LW=%~1DgXcg2mk;800000 S(o>TF00009>YHq7&vjF2ByZpOXr3-9?N)nV~@{mA-m7ZSG#M? zZfDQ6eZkh5WVWv_sB_=_c~_o)b&}xw#2s;e?#Vs(YVK84y4il&b42IpD~5BAxQj2` zFy8xc_0rV6nHL3ZFYz!_Ox>%{7@8eCPAORK@3)=Bn`P^K+Lk`+HH+Ga=@x z_u9jOJ2z}Fy(43K+TO!iCgs_4XWPTxw@d0|jwkn=7G3wxvHy7NS<_FC#nq1;UnjSf zVaK`G)y4Vi>ar>;99s;IbA0rYNbwlS?}F%*!})@M)d68#nayI)Lq^8 zYFFw`_eyq!rMLf<7l&9Hi0{=dR~J@NjW2Q0zaq@iFym|Lt?7PZ4(}PVnybRr27O*w z^4xppDUZC`eJ9!yK?L0`)0hCWh}d{Z(J?@{`ljKhc!!& z=_mH|=bCXbX6V;EdDUulcz#GocIIkBt7~D;H{Wvle?4odRBht!y?I*x_E!DP&#y#< zeKh(UrSG2{75B+z0~;g9pIj#U{aVwyWEfbRfN{;28sVAd>&u`8WOD#92wV!D45B<; L{an^LB{Ts5emCFg literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Objects/Storage/clowncase.rsi/meta.json b/Resources/Textures/SS220/Objects/Storage/clowncase.rsi/meta.json new file mode 100644 index 00000000000000..6fa8991de35a6e --- /dev/null +++ b/Resources/Textures/SS220/Objects/Storage/clowncase.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", + "copyright": "Created by awnexxxx (Discord) for SS220", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/SS220/Objects/Weapons/Bombs/clown.rsi/icon.png b/Resources/Textures/SS220/Objects/Weapons/Bombs/clown.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..82a21323eae87c6d67a43cc94889ea0b0e2dfc0d GIT binary patch literal 543 zcmV+)0^t3LP)qu4S){i%KzBZR@`kT+6-*^iP8+RTfM6m7g~0#Fc5pOo32J8$x~~g%1Ovlmu-%4y z+6+Jp&VG#FA=wexQH0n8gAO?aeAYRF%>%{#o8RvlY-KFKB_VQIK*&OLd4diAX#hE5 z{*F!tP*w!xgxddE47-0HWuRM849W!{0J0R66F@Yz0Kqf>vk2r{5D@t-2=@8mCnvyc zm^`^OQBeRg99G$Y;``^0@rw7O&~PTe(fM&b!ZSc17Bs zo3lk83)~QJU|?jyLM%UU_-AbHZeyR~9Y$em=KZ~~Bt5V8Pgwh^-VHHpUM*igUCDf& z(X{~HYG?T;=j^AiKUjAA9G`#jVUy#U$-JUU>>FIJUrn99ewRgoE^F$Vbt~>U>|>dB zfAu@Q4TV2Y5uTZ{N|_&-nUi=!U!7=0xwe{P5mYaTtA9Eh%-gd`)xcHX zp6$U|ZRQP+j=g(&oMBI8Dnsy>Pst4T_H4S(pq;la?q5u0xn9Tf{}t*HhmOQl3VS_S x&G9F^QQlzH{<{)dOMd`kiZ3<7GtJkRK?}&{0Adih6g(M3dAjpQNq6 z@o!!IH}BQ^rl*QGRb=>utTLtvYxh^@oA0%G$LI8kw>M3_;oAFXhD+;~Wxn6{rYG$4 zvGN0}cAQ$`<@xi4In#f;rmSl<%Wo+qZ7UBf_KCaEhRwY&U+m!cv;6Lkg4cpS}4P zp5Hp>EpYo$lig>Y-oV`rX8-I`LW<8nQJ%72(<<$|tMiIQYzl3rAHN4U9pALNjPY@| z(u$Lk5|+s>PM?anew8^lhB6Brc6|Ikdd-n1syE8EOPIw?kJ!(gbW^rp#n@TFs!`sQ qXV=v^hh}F0W0Ws7!ZXd+mq822<^W<4xD-4YM0vXUxvXK-q$?$KAc{7)xEjpgFHetuVPilt`>A&tU zVn58F#F~+5FFY|X!Qx<<;2M#+Y@EkFv;1XGOggLNF1u^5f!&EUCLc96y;Zkj(5ZXb ze7D!HnI%!PVOnEDo_^2yb7v14ynbp_z{SGKa$};3fD1c=qVe0vvz(d>SK93Swprk{ zR(M!8&r)y6ZHJEX{j)pCP;|tpt+c=}%cx`1{DX56#SR-yTBEw^!!P-hAO4@br_6J< z=W+l~_@jyJ;!W58-AlcY6qXk8;i)3C^5MuuXIuEkR;b?flBA43sKVITru(3eGxBJX&cDirWBiIb|(i3#d zv)hmVn>PQqq=SUyoPTu_Uv1BsoFyu_$sl~RCjz;FBR z#P9DH^L)wTYG!H-`zEZz?C_Ce6{`colgt25o<%P?f$?-uhvBn^#x_TXC)*V)p7GmT z9!$_qVVu0oviEG=glG*`msG|HsvFAeH1;>Ys+VZ^%A8OWb&)yOe(fLAtalk4J#7aN v#DP`@hCQ<8qDm`XZ~#*mUuuMBny)W|7LX0%gTSTW$so$p)z4*}Q$iB}2BHl@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Objects/Weapons/Guns/Crossbow/crossbow_clown.rsi/icon.png b/Resources/Textures/SS220/Objects/Weapons/Guns/Crossbow/crossbow_clown.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ab62938e8c022f7cb8c788fd4588180c893986c2 GIT binary patch literal 631 zcmV--0*L*IP)v9a-ga{a+Xu11hPkmVvGA`B@hDGcN~f+7dN96x*ZY>FHKGlyha z#!%}2`>i7Xjf{-Ic>46|Bu58TLg3Z^7huQJH6&oZ2hkwgLFs{X+i`} z7lNWdTU#4$3A#ZKk3V8C@-YMp=RSyFn5?h@u4G@!V+KKQ;-Ubj13;#M9C7r=G6s+j zLBN&O8qTg$n8@&W%QFU9A1MZ=w}^lQMOj)}8pE79a~RH^J&V_TkeLXbARZ2|_S+7y zj4Qu21B{KV6qEx%e2{|~8422ntd%$i1aocLZY)8zhFT7E}oRf6DM5M1u+;a*AStQ2_Ei2!PW84&RG0N|5byyd@#X zQc#>@i+7NtK#9-T*NAM(L1y3$0Z^)E-~uUQU})f-$^c7j5D^GTwKzvM6vhU{ISj+Z z&}mZY3v|7s{Lv5?4S~@R0EGYm%Ocr|lb6yV0000EWmrjOO-%qQ00008000000002e RQX(OdJXg45-8bdG0x{ zcD;Xp^n@@wGc%Zm?f} z_8r$Q*>#VfC5QHMrX7^jUy)bu@>Tfio?kml?q1k4Z?4Pv>fKlN*w6E8`W5x&;mtzM z>tezwA`f;Q)_=eCh0#_^AA!Aw%?E6+&tsHV#c&ad1AUm}oYl`iST54-FO{D;Z@SIp z=rey38)ny6v&sMbSD-gjwyEmFkC^2OnQZc$3k(#0{O97ly^Zr~xaYis>eHru{V!Uh zv%fTCZhTsu`;KWDJL`6I6(zn-pPzo`SM6u62uB7+76Au_#(1F$2FGLD_!jQjYz+)% gzSIcMG+$o^Eg+i%h(X{|@MI9>>FVdQ&MBb@0Aq8fxc~qF literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Objects/Weapons/Guns/Crossbow/crossbow_clown.rsi/inhand-right.png b/Resources/Textures/SS220/Objects/Weapons/Guns/Crossbow/crossbow_clown.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..483a41c8118766d7c5c18e96f8020fc6dc5f7884 GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU<~whaSW+oe0$56tJy%HEz$pC zYxc`UU(}q=KbCEox5`}8*8P-vjR8kemQ&{kF)suA$ur%{J+FUsW?*Cya6ls#L_9F; z^K|^RFaFk-my`Z|znxoo@0P>kdD7Rd?_Jxq?AP2kCcd5wS|>Q4F;uL(mbv%Qit~lG z_iCzT+m=>{e%!aG?EXG(p-IoA{R?f%R)ytXIJtVpbDMP0MU}JGC-qjWIy85U{ofxq zcb_l5mMimp*NyG-?tj_LRUqgtyjJk>i+gLZx(VS#gv}Uwyt@gY8o&C?tMdB( zyK#^E8|}{6)U}g}l0uo@vHbjAXZ_Nkhk=Php@D%(UHAtR=hAI_Z<{nEfMLv+8sVAd b>&u`8WOD#92wV!D45B<;{an^LB{Ts5a4n|_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Objects/Weapons/Guns/Crossbow/crossbow_clown.rsi/meta.json b/Resources/Textures/SS220/Objects/Weapons/Guns/Crossbow/crossbow_clown.rsi/meta.json new file mode 100644 index 00000000000000..5dc61e397c33bc --- /dev/null +++ b/Resources/Textures/SS220/Objects/Weapons/Guns/Crossbow/crossbow_clown.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", + "copyright": "Created by awnexxxx (Discord) for SS220.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/inhand-left.png b/Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..416c1d74d76e4959afb8d40d60dbb741aa600daa GIT binary patch literal 350 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEVC436aSW+oe0$50>yUwf!^M>m z{0|PzeXwl%2N6BnF7^)=aR+j3UCmpaSo;@rpI~uQ;(FV$XzF}lr^!BPann|E@G`Op zI540QjT#ruoJtURuCRS$?eC}eCjWjBsVJ3DZ+S#h*Dl|+ttnxr^r6!`qZvXaygruA zbUt@CYk@nu8E8f_vg}iyuy03M>W9wjDgHkG>mIL5Dv4v3+n&90xogClRXTTr-*>go zSO2uF%m3A6pLf@m{kBQgjl2Kzx7pdPH>V`lMeTd~r(&J^)#B*d?oUU)Jh}C~=9*#y z0~3b=nD~&+6u!tR?vLS~J?_BJ;Y*G1O!M_+&;qhKfEWZW1y2T1p00i_>zopr00|;} A)Bpeg literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/inhand-right.png b/Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ffdcb936e1ca5fb9485d7add8a702c7eeac38480 GIT binary patch literal 355 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU=;9laSW+oe0ysn?;!`C)PUOX}(um`m;A% z%POoLyqaYsHEVA+W159#zEAXl&t1QNpUu-V^!lvI6;>1s;*b3=DinK$vl=HlH+5(8$xpF(ktM?YV`b3<^BX2kpMi*UoNy$r7Tl x!?^PgtHIQi?|U~@%@3d_5e^fgQu&X%Q~loCID%oD(nCN literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/solution1.png b/Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/solution1.png new file mode 100644 index 0000000000000000000000000000000000000000..235f318e60aeb77a3ec06c86bb8a2c044a200358 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DinK$vl=HlH+5aGIx!V@QO1vIOhm1d*PmKm#tfgBlVU2RN2` zvQ5{IPh$_7>TqZI>eatFbv)P-nl3$QhG@%Z5fqhJ{-t{JzhqI}3CngQu&X%Q~loCICO}Ov?ZO literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/tail.png b/Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/tail.png new file mode 100644 index 0000000000000000000000000000000000000000..31c4ed7e1f6d6e30c76b2b50f8c5d4bb6ca7828f GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DinK$vl=HlH+5P|wrFF(ktM?YV`#3_}IDYpOs literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/tip.png b/Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/arrow_clown.rsi/tip.png new file mode 100644 index 0000000000000000000000000000000000000000..e4e795295d9bdee965accee03619d8703c080c8b GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DinK$vl=HlH+5(9F}tF(ktM?fH$o2Ml*c;) zG>f79>~t1p28R9D?!Ld-nO?qT)v?F(cU1CEP~qOPgS)$0#?lXH0)wZkpUXO@geCxO CX)j#> literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Objects/Weapons/Melee/sugar_hammer.rsi/icon.png b/Resources/Textures/SS220/Objects/Weapons/Melee/sugar_hammer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..bdd8c26195e5066529163e2a4380c27d16d43507 GIT binary patch literal 517 zcmV+g0{Z=lP)D8Fxrf-2v#9Ysv^Q z;By339e{2*ER^s$0%zR7G?PkWa|Fl%AaMQ3JBHhD{xKk@3935)WDzNjplTF=EC+!Q zBPNE6k05N2k3j(Bdk{d64w^XN=eZ!9jzEtFsykqIn(6->jUpUKBs1!GZPc+pm@$SWo0-g{+8j$oA(SQ{kLdRi(+*P zEVU0t>>kHQTA9hT8dER>aiEg$JUxM_Xt@u-4ab^7+L9Py_g0k4t&%G~ixpevR`OLC) zli!%-Pm0KP;5hbl-@aYHtGzGA#ZOn_bYx&;5pcjo{7`4QxNZI3Z725@Ih{8?^(-S} zQ{kR`rVGC39)7sD=j6`~g_&}{#YN7(&0YU|YliRB%2R)*z41J)aCiRvS$WZI&yxG{ z{av1&J$#ng^!wMxUa#15E9+mMUVhH_(y717u?J6QWFH7iR=pkbZ&gjmvIyocXAWk5 zKeRXQvbw;N-%Fj(b5?G7bfDE;OcD_=_DuITDz>(S?Po~_#s*(%glC$sFM}44%>l$9 Sa4C2)i1Kvxb6Mw<&;$U%NWta+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/SS220/Objects/Weapons/Melee/sugar_hammer.rsi/inhand-right.png b/Resources/Textures/SS220/Objects/Weapons/Melee/sugar_hammer.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..88f3827296a82fbff2b4f059fb70b3e9be9ef4ee GIT binary patch literal 461 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV65_VaSW+oe0yu77qg>4!$VtP z)42iyI;v)2VVak^S+u`u)-cv`tzEadJ7cDkr{tSp363zu1f4AbEC(B0St4g1aMYWy zm-F32)j!;dZ{FUy^F(?3**-%a76AtaMpUBlrcf;kT|G9EF@VamJ zmSs#6CO Date: Sun, 8 Sep 2024 17:59:22 +0300 Subject: [PATCH 2/2] CLOWN --- .../Prototypes/SS220/Entities/Objects/Weapons/clown_bombs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/SS220/Entities/Objects/Weapons/clown_bombs.yml b/Resources/Prototypes/SS220/Entities/Objects/Weapons/clown_bombs.yml index 3294c07ed3abc9..9626a7a7abf09c 100644 --- a/Resources/Prototypes/SS220/Entities/Objects/Weapons/clown_bombs.yml +++ b/Resources/Prototypes/SS220/Entities/Objects/Weapons/clown_bombs.yml @@ -44,7 +44,7 @@ description: It's going to be an amazing show! components: - type: Sprite - sprite: SS220/Objects/Weapons/Bombs/clown.rsi + sprite: Objects/Weapons/Bombs/c4gift.rsi state: icon - type: ClusterGrenade fillPrototype: GrenadeFlashBang