diff --git a/Resources/Locale/ru-RU/ADT/personalization.ftl b/Resources/Locale/ru-RU/ADT/personalization.ftl index 069a9e3b6bc..a8627f469ff 100644 --- a/Resources/Locale/ru-RU/ADT/personalization.ftl +++ b/Resources/Locale/ru-RU/ADT/personalization.ftl @@ -315,6 +315,14 @@ ent-ADTClothingNeckRipZoroMantle = Таинственная наплечная .desc = Мантия, хранящая тайну... .suffix = Именное, Rip_Zoro +ent-ADTSyrelBattleAxe = боевой топор капитана + .desc = Церемониальное оружие Вазеи-Амусса полученное по наследству. Надпись на рукояти не читаема, но точно ясно что она написана на языке Синта’Унати. + .suffix = { "Именное, Syrel" } + +ent-ADTSyrelClothingBeltSheath = чехол боевого топора + .desc = Прочный кожанный чехол для боевого топора капитана. + .suffix = { "Именное, Syrel" } + ent-ADTClothingHandsPushnoYGloves = Беспалые кожаные перчатки .desc = Перчатки без пальцев из прочной натуральной кожи, отлично сочетается с белой рубашкой и аквамариновой жилеткой. .suffix = Именное, PushnoY. diff --git a/Resources/Locale/ru-RU/ADT/prototypes/Entities/Mobs/NPCs/slugcat.ftl b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Mobs/NPCs/slugcat.ftl new file mode 100644 index 00000000000..b1f0ffae93a --- /dev/null +++ b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Mobs/NPCs/slugcat.ftl @@ -0,0 +1,17 @@ +ent-ADTMobSlugCatCreek = слизне-кот + .desc = Удивительное существо, похожее одновременно на кота и слизня. Но это не слизень, если приглядеться можно понять что у него просто очень скользкая кожа. Очень ловкие и умные. + +ent-ADTMobSlugCatHoly = { ent-ADTMobSlugCatCreek } + .desc = { ent-ADTMobSlugCatCreek.desc } + +ent-ADTMobSlugCatMonk = { ent-ADTMobSlugCatCreek } + .desc = { ent-ADTMobSlugCatCreek.desc } + +ent-ADTMobSlugCatSpearMaster = { ent-ADTMobSlugCatCreek } + .desc = { ent-ADTMobSlugCatCreek.desc } + +ent-ADTMobSlugCatTechnician = { ent-ADTMobSlugCatCreek } + .desc = { ent-ADTMobSlugCatCreek.desc } + +ent-ADTMobSlugCatSonfariel = { ent-ADTMobSlugCatCreek } + .desc = { ent-ADTMobSlugCatCreek.desc } diff --git a/Resources/Prototypes/ADT/Entities/Mobs/NPCs/slugcat.yml b/Resources/Prototypes/ADT/Entities/Mobs/NPCs/slugcat.yml new file mode 100644 index 00000000000..dc08c18227c --- /dev/null +++ b/Resources/Prototypes/ADT/Entities/Mobs/NPCs/slugcat.yml @@ -0,0 +1,188 @@ +- type: entity + name: Slug Cat + parent: SimpleMobBase + id: ADTMobSlugCatCreek + description: An amazing creature that looks like a cat and a slug at the same time. But it's not a slug, if you look closely you'll realize it just has very slippery skin. Very agile and clever. + components: + - type: Sprite + drawdepth: SmallMobs + sprite: ADT/Mobs/slug-cat.rsi + layers: + - map: ["enum.DamageStateVisualLayers.Base"] + state: creek + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeCircle + radius: 0.35 + density: 15 + mask: + - SmallMobMask + layer: + - SmallMobLayer + - type: Tag + tags: + - DoorBumpOpener + - type: Appearance + - type: DamageStateVisuals + states: + Alive: + Base: creek + Critical: + Base: dead-creek + Dead: + Base: dead-creek + - type: Butcherable + spawned: + - id: FoodMeat + amount: 2 + - type: InteractionPopup + successChance: 0.8 + interactSuccessString: petting-success-cat + interactFailureString: petting-failure-generic + interactSuccessSpawn: EffectHearts + interactSuccessSound: + path: /Audio/Animals/cat_meow.ogg + interactFailureSound: + path: /Audio/Animals/cat_hiss.ogg + - type: Grammar + attributes: + gender: epicene + - type: MobPrice + price: 10000 + - type: NpcFactionMember + factions: + - Passive + - type: MobThresholds + thresholds: + 0: Alive + 50: Critical + 100: Dead + - type: Inventory + templateId: ADTSlugCat + - type: Body + prototype: Human + - type: Hands + showInHands: false + - type: Input + context: "human" + - type: Insulated + - type: InventorySlots + - type: Stripping + - type: Strippable + - type: ComplexInteraction + - type: UserInterface + interfaces: + enum.StrippingUiKey.Key: + type: StrippableBoundUserInterface + - type: StatusIcon + - type: InputMover + - type: MobMover + - type: Clickable + - type: MeleeWeapon + soundHit: + collection: AlienClaw + angle: 30 + animation: WeaponArcClaw + damage: + types: + Slash: 0 + - type: Muted + - type: NoSlip + +- type: entity + name: Slug Cat + parent: ADTMobSlugCatCreek + id: ADTMobSlugCatHoly + description: cat + components: + - type: Sprite + layers: + - map: ["enum.DamageStateVisualLayers.Base"] + state: holy + - type: DamageStateVisuals + states: + Alive: + Base: holy + Critical: + Base: dead-holy + Dead: + Base: dead-holy + + +- type: entity + name: Slug Cat + parent: ADTMobSlugCatCreek + id: ADTMobSlugCatMonk + description: cat + components: + - type: Sprite + layers: + - map: ["enum.DamageStateVisualLayers.Base"] + state: monk + - type: DamageStateVisuals + states: + Alive: + Base: monk + Critical: + Base: dead-monk + Dead: + Base: dead-monk + +- type: entity + name: Slug Cat + parent: ADTMobSlugCatCreek + id: ADTMobSlugCatSonfariel + description: cat + components: + - type: Sprite + layers: + - map: ["enum.DamageStateVisualLayers.Base"] + state: sonfariel + - type: DamageStateVisuals + states: + Alive: + Base: sonfariel + Critical: + Base: dead-sonfariel + Dead: + Base: dead-sonfariel + +- type: entity + name: Slug Cat + parent: ADTMobSlugCatCreek + id: ADTMobSlugCatSpearMaster + description: cat + components: + - type: Sprite + layers: + - map: ["enum.DamageStateVisualLayers.Base"] + state: spear-master + - type: DamageStateVisuals + states: + Alive: + Base: spear-master + Critical: + Base: dead-spear-master + Dead: + Base: dead-spear-master + +- type: entity + name: Slug Cat + parent: ADTMobSlugCatCreek + id: ADTMobSlugCatTechnician + description: cat + components: + - type: Sprite + layers: + - map: ["enum.DamageStateVisualLayers.Base"] + state: technician + - type: DamageStateVisuals + states: + Alive: + Base: technician + Critical: + Base: dead-technician + Dead: + Base: dead-technician diff --git a/Resources/Prototypes/ADT/Entities/Personalization/Clothing/personalization_clothing.yml b/Resources/Prototypes/ADT/Entities/Personalization/Clothing/personalization_clothing.yml index 5ad5642a58f..289a2ac184a 100644 --- a/Resources/Prototypes/ADT/Entities/Personalization/Clothing/personalization_clothing.yml +++ b/Resources/Prototypes/ADT/Entities/Personalization/Clothing/personalization_clothing.yml @@ -513,3 +513,36 @@ sprite: ADT/Personalization/maki_coat.rsi - type: Clothing sprite: ADT/Personalization/maki_coat.rsi + +#Syrel +- type: entity + parent: [ClothingBeltBase, ClothingSlotBase, BaseCommandContraband] + id: ADTSyrelClothingBeltSheath + name: axe sheath + description: A sturdy leather sheath for the captain's battle axe. + components: + - type: Sprite + sprite: ADT/Personalization/syrel_sheath.rsi + state: sheath + - type: Clothing + sprite: ADT/Personalization/syrel_sheath.rsi + - type: Item + size: Ginormous + - type: ItemSlots + slots: + item: + name: Battle Axe + insertVerbText: sheath-insert-verb + ejectVerbText: sheath-eject-verb + insertSound: /Audio/Items/sheath.ogg + ejectSound: /Audio/Items/unsheath.ogg + whitelist: + tags: + - ADTSyrelBattleAxe + - type: ItemMapper + mapLayers: + sheath-sabre: + whitelist: + tags: + - ADTSyrelBattleAxe + - type: Appearance \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Entities/Personalization/Objects/personalization_items.yml b/Resources/Prototypes/ADT/Entities/Personalization/Objects/personalization_items.yml index a39bc3ec4c9..befd13004ed 100644 --- a/Resources/Prototypes/ADT/Entities/Personalization/Objects/personalization_items.yml +++ b/Resources/Prototypes/ADT/Entities/Personalization/Objects/personalization_items.yml @@ -540,6 +540,32 @@ sprite: ADT/Personalization/toys.rsi state: plushie_ayus +- type: entity + name: captain's battle axe + parent: [ BaseSword, BaseCommandContraband ] + id: ADTSyrelBattleAxe + description: A ceremonial weapon of Vazei-Amussa, inherited. The inscription on the hilt is illegible, but it is clearly written in the Sinta'Unathi language. + components: + - type: Sprite + sprite: ADT/Personalization/syrel_battleaxe.rsi + - type: MeleeWeapon + attackRate: 1.5 + damage: + types: + Slash: 17 #cmon, it has to be at least BETTER than the rest. + soundHit: + path: /Audio/Weapons/bladeslice.ogg + - type: Reflect + reflectProb: .1 + spread: 90 + - type: Item + sprite: ADT/Personalization/syrel_battleaxe.rsi + - type: Tag + tags: + - ADTSyrelBattleAxe + - type: DisarmMalus + + # Pangaari - type: entity parent: BasePlushie diff --git a/Resources/Prototypes/ADT/InventoryTemplates/slugcat_inventory_template.yml b/Resources/Prototypes/ADT/InventoryTemplates/slugcat_inventory_template.yml new file mode 100644 index 00000000000..0be9a60222b --- /dev/null +++ b/Resources/Prototypes/ADT/InventoryTemplates/slugcat_inventory_template.yml @@ -0,0 +1,46 @@ +- type: inventoryTemplate + id: ADTSlugCat + slots: + - name: mask + slotTexture: mask + slotFlags: MASK + uiWindowPos: 1,0 + strippingWindowPos: 1,1 + displayName: Mask + whitelist: + tags: + - PetWearable + + - name: suitstorage + slotTexture: suit_storage + slotFlags: SUITSTORAGE + slotGroup: SecondHotbar + stripTime: 3 + uiWindowPos: 2,0 + strippingWindowPos: 2,5 + displayName: Suit Storage + whitelist: + components: + - GasTank + + - name: back + slotTexture: back + slotFlags: BACK + slotGroup: SecondHotbar + stripTime: 6 + uiWindowPos: 3,0 + strippingWindowPos: 0,4 + displayName: Back + + - name: pocket1 + slotTexture: pocket + fullTextureName: template_small + slotFlags: POCKET + slotGroup: MainHotbar + stripTime: 3 + uiWindowPos: 0,3 + strippingWindowPos: 0,4 + displayName: Pocket 1 + stripHidden: true + + diff --git a/Resources/Prototypes/ADT/tags.yml b/Resources/Prototypes/ADT/tags.yml index f4992435363..f0aac3c0e61 100644 --- a/Resources/Prototypes/ADT/tags.yml +++ b/Resources/Prototypes/ADT/tags.yml @@ -111,3 +111,6 @@ - type: Tag id: ADTCardPlay + +- type: Tag + id: ADTSyrelBattleAxe \ No newline at end of file diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/creek-rest.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/creek-rest.png new file mode 100644 index 00000000000..4a6dd9abca5 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/creek-rest.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/creek.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/creek.png new file mode 100644 index 00000000000..d13551fec69 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/creek.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-creek.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-creek.png new file mode 100644 index 00000000000..85afbd9bfee Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-creek.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-holy.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-holy.png new file mode 100644 index 00000000000..d51baa7119d Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-holy.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-monk.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-monk.png new file mode 100644 index 00000000000..5d7f41f4d84 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-monk.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-sonfariel.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-sonfariel.png new file mode 100644 index 00000000000..d704a8bfa92 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-sonfariel.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-spear-master.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-spear-master.png new file mode 100644 index 00000000000..3e3d63e56a0 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-spear-master.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-technician.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-technician.png new file mode 100644 index 00000000000..195e51b9acd Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/dead-technician.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/holy-rest.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/holy-rest.png new file mode 100644 index 00000000000..3a5c3f2c432 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/holy-rest.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/holy.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/holy.png new file mode 100644 index 00000000000..3aa02864ae4 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/holy.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-creek.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-creek.png new file mode 100644 index 00000000000..4c3c6d3da01 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-creek.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-holy.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-holy.png new file mode 100644 index 00000000000..72c0468f512 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-holy.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-monk.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-monk.png new file mode 100644 index 00000000000..aa25410cf81 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-monk.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-sonfariel.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-sonfariel.png new file mode 100644 index 00000000000..de656ab1eff Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-sonfariel.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-spear-master.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-spear-master.png new file mode 100644 index 00000000000..009ce1325cc Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-spear-master.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-technician.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-technician.png new file mode 100644 index 00000000000..09990cac0cd Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/icon-technician.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/meta.json b/Resources/Textures/ADT/Mobs/slug-cat.rsi/meta.json new file mode 100644 index 00000000000..2b637d47355 --- /dev/null +++ b/Resources/Textures/ADT/Mobs/slug-cat.rsi/meta.json @@ -0,0 +1,89 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by #boctonskuitea (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon-creek" + }, + { + "name": "icon-holy" + }, + { + "name": "icon-monk" + }, + { + "name": "icon-sonfariel" + }, + { + "name": "icon-spear-master" + }, + { + "name": "icon-technician" + }, + { + "name": "creek-rest" + }, + { + "name": "holy-rest" + }, + { + "name": "monk-rest" + }, + { + "name": "sonfariel-rest" + }, + { + "name": "spear-master-rest" + }, + { + "name": "technician-rest" + }, + { + "name": "creek", + "directions": 4 + }, + { + "name": "holy", + "directions": 4 + }, + { + "name": "monk", + "directions": 4 + }, + { + "name": "sonfariel", + "directions": 4 + }, + { + "name": "spear-master", + "directions": 4 + }, + { + "name": "technician", + "directions": 4 + }, + { + "name": "dead-creek" + }, + { + "name": "dead-holy" + }, + { + "name": "dead-monk" + }, + { + "name": "dead-sonfariel" + }, + { + "name": "dead-spear-master" + }, + { + "name": "dead-technician" + } + ] +} diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/monk-rest.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/monk-rest.png new file mode 100644 index 00000000000..02be31cc2b3 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/monk-rest.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/monk.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/monk.png new file mode 100644 index 00000000000..7c10781fc27 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/monk.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/sonfariel-rest.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/sonfariel-rest.png new file mode 100644 index 00000000000..a707f66343f Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/sonfariel-rest.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/sonfariel.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/sonfariel.png new file mode 100644 index 00000000000..99156baf9b2 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/sonfariel.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/spear-master-rest.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/spear-master-rest.png new file mode 100644 index 00000000000..66363bd2fa7 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/spear-master-rest.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/spear-master.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/spear-master.png new file mode 100644 index 00000000000..7bed3bd54c8 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/spear-master.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/technician-rest.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/technician-rest.png new file mode 100644 index 00000000000..7092ea2b473 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/technician-rest.png differ diff --git a/Resources/Textures/ADT/Mobs/slug-cat.rsi/technician.png b/Resources/Textures/ADT/Mobs/slug-cat.rsi/technician.png new file mode 100644 index 00000000000..a0208595ae3 Binary files /dev/null and b/Resources/Textures/ADT/Mobs/slug-cat.rsi/technician.png differ diff --git a/Resources/Textures/ADT/Personalization/syrel_battleaxe.rsi/icon.png b/Resources/Textures/ADT/Personalization/syrel_battleaxe.rsi/icon.png new file mode 100644 index 00000000000..3949e566736 Binary files /dev/null and b/Resources/Textures/ADT/Personalization/syrel_battleaxe.rsi/icon.png differ diff --git a/Resources/Textures/ADT/Personalization/syrel_battleaxe.rsi/inhand-left.png b/Resources/Textures/ADT/Personalization/syrel_battleaxe.rsi/inhand-left.png new file mode 100644 index 00000000000..9009b071717 Binary files /dev/null and b/Resources/Textures/ADT/Personalization/syrel_battleaxe.rsi/inhand-left.png differ diff --git a/Resources/Textures/ADT/Personalization/syrel_battleaxe.rsi/inhand-right.png b/Resources/Textures/ADT/Personalization/syrel_battleaxe.rsi/inhand-right.png new file mode 100644 index 00000000000..1b5101d9598 Binary files /dev/null and b/Resources/Textures/ADT/Personalization/syrel_battleaxe.rsi/inhand-right.png differ diff --git a/Resources/Textures/ADT/Personalization/syrel_battleaxe.rsi/meta.json b/Resources/Textures/ADT/Personalization/syrel_battleaxe.rsi/meta.json new file mode 100644 index 00000000000..b0577c03805 --- /dev/null +++ b/Resources/Textures/ADT/Personalization/syrel_battleaxe.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "icon, inhand-left, inhand-right drawn by mnogo_znal(discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/ADT/Personalization/syrel_sheath.rsi/equipped-BELT.png b/Resources/Textures/ADT/Personalization/syrel_sheath.rsi/equipped-BELT.png new file mode 100644 index 00000000000..ccfb1d93e73 Binary files /dev/null and b/Resources/Textures/ADT/Personalization/syrel_sheath.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/ADT/Personalization/syrel_sheath.rsi/meta.json b/Resources/Textures/ADT/Personalization/syrel_sheath.rsi/meta.json new file mode 100644 index 00000000000..08d821efd31 --- /dev/null +++ b/Resources/Textures/ADT/Personalization/syrel_sheath.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "equipped-BELT, sheath, sheath-sabre, sheath-sabre-equipped-BELT drawn by mnogo_znal(discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "sheath-sabre-equipped-BELT", + "directions": 4 + }, + { + "name": "sheath-sabre" + }, + { + "name": "sheath" + } + ] +} diff --git a/Resources/Textures/ADT/Personalization/syrel_sheath.rsi/sheath-sabre-equipped-BELT.png b/Resources/Textures/ADT/Personalization/syrel_sheath.rsi/sheath-sabre-equipped-BELT.png new file mode 100644 index 00000000000..270678b774c Binary files /dev/null and b/Resources/Textures/ADT/Personalization/syrel_sheath.rsi/sheath-sabre-equipped-BELT.png differ diff --git a/Resources/Textures/ADT/Personalization/syrel_sheath.rsi/sheath-sabre.png b/Resources/Textures/ADT/Personalization/syrel_sheath.rsi/sheath-sabre.png new file mode 100644 index 00000000000..6ac8761283a Binary files /dev/null and b/Resources/Textures/ADT/Personalization/syrel_sheath.rsi/sheath-sabre.png differ diff --git a/Resources/Textures/ADT/Personalization/syrel_sheath.rsi/sheath.png b/Resources/Textures/ADT/Personalization/syrel_sheath.rsi/sheath.png new file mode 100644 index 00000000000..b1f39765675 Binary files /dev/null and b/Resources/Textures/ADT/Personalization/syrel_sheath.rsi/sheath.png differ