diff --git a/Resources/Locale/ru-RU/markings/fox.ftl b/Resources/Locale/ru-RU/markings/fox.ftl index 5516a201e4..14e0879c65 100644 --- a/Resources/Locale/ru-RU/markings/fox.ftl +++ b/Resources/Locale/ru-RU/markings/fox.ftl @@ -1,3 +1,12 @@ marking-FoxEars = Лисьи ушки marking-FoxEars-ears_fox_outer = Наружное ухо marking-FoxEars-ears_fox_inner = Внутреннее ухо + +marking-FoxEarsVtergot = Лисьи ушки +marking-FoxEarsVtergot-ears_outer = Наружное ухо +marking-FoxEarsVtergot-ears_inner = Внутреннее ухо + + +marking-FoxTailVtergot = Лисий хвост +marking-FoxTailVtergot-tail = Хвост +marking-FoxTailVtergot-tail_tip = Кончик diff --git a/Resources/Prototypes/White/Mobs/Customization/Markings/fox_parts-vtergot.yml b/Resources/Prototypes/White/Mobs/Customization/Markings/fox_parts-vtergot.yml new file mode 100644 index 0000000000..77dc48fd91 --- /dev/null +++ b/Resources/Prototypes/White/Mobs/Customization/Markings/fox_parts-vtergot.yml @@ -0,0 +1,23 @@ +- type: marking + id: FoxEarsVtergot + bodyPart: HeadTop + markingCategory: HeadTop + speciesRestriction: [Human, Felinid] + sponsorOnly: true + sprites: + - sprite: White/Mobs/Customization/vtergot_fox_parts.rsi + state: ears_outer + - sprite: White/Mobs/Customization/vtergot_fox_parts.rsi + state: ears_inner + +- type: marking + id: FoxTailVtergot + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [Human, Felinid] + sponsorOnly: true + sprites: + - sprite: White/Mobs/Customization/vtergot_fox_parts.rsi + state: tail + - sprite: White/Mobs/Customization/vtergot_fox_parts.rsi + state: tail_tip diff --git a/Resources/Textures/White/Mobs/Customization/vtergot_fox_parts.rsi/ears_inner.png b/Resources/Textures/White/Mobs/Customization/vtergot_fox_parts.rsi/ears_inner.png new file mode 100644 index 0000000000..9e75a63b2b Binary files /dev/null and b/Resources/Textures/White/Mobs/Customization/vtergot_fox_parts.rsi/ears_inner.png differ diff --git a/Resources/Textures/White/Mobs/Customization/vtergot_fox_parts.rsi/ears_outer.png b/Resources/Textures/White/Mobs/Customization/vtergot_fox_parts.rsi/ears_outer.png new file mode 100644 index 0000000000..0288861abd Binary files /dev/null and b/Resources/Textures/White/Mobs/Customization/vtergot_fox_parts.rsi/ears_outer.png differ diff --git a/Resources/Textures/White/Mobs/Customization/vtergot_fox_parts.rsi/meta.json b/Resources/Textures/White/Mobs/Customization/vtergot_fox_parts.rsi/meta.json new file mode 100644 index 0000000000..96385283f6 --- /dev/null +++ b/Resources/Textures/White/Mobs/Customization/vtergot_fox_parts.rsi/meta.json @@ -0,0 +1,119 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "dddddddddasdasdasdasdasd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "tail", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "tail_tip", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "ears_inner", + "directions": 4 + }, + { + "name": "ears_outer", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/White/Mobs/Customization/vtergot_fox_parts.rsi/tail.png b/Resources/Textures/White/Mobs/Customization/vtergot_fox_parts.rsi/tail.png new file mode 100644 index 0000000000..6f96e33f42 Binary files /dev/null and b/Resources/Textures/White/Mobs/Customization/vtergot_fox_parts.rsi/tail.png differ diff --git a/Resources/Textures/White/Mobs/Customization/vtergot_fox_parts.rsi/tail_tip.png b/Resources/Textures/White/Mobs/Customization/vtergot_fox_parts.rsi/tail_tip.png new file mode 100644 index 0000000000..9a58112967 Binary files /dev/null and b/Resources/Textures/White/Mobs/Customization/vtergot_fox_parts.rsi/tail_tip.png differ