diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml index 05fd6f3d56d..2a22e6fd938 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml @@ -35,3 +35,13 @@ - type: MeleeWeapon soundHit: path: /Audio/Animals/fox_squeak.ogg + +- type: entity + parent: BaseFigurine + id: ToyZero + name: toy zero + description: whirrrrrrrrr taktaktaktaktak BOOM whirrrrrrr + components: + - type: Sprite + sprite: DeltaV/Objects/Fun/Toys/zerotoy.rsi + state: icon diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml index 908e89cc46f..a5c170bd802 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml @@ -70,6 +70,7 @@ - ToyDurand - ToySkeleton - MysteryFigureBox + - ToyZero # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml - ToyRenault # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml - ToySiobhan # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml chance: 0.5 diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/zerotoy.rsi/icon.png b/Resources/Textures/DeltaV/Objects/Fun/Toys/zerotoy.rsi/icon.png new file mode 100644 index 00000000000..2f8d41b9893 Binary files /dev/null and b/Resources/Textures/DeltaV/Objects/Fun/Toys/zerotoy.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/zerotoy.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Fun/Toys/zerotoy.rsi/meta.json new file mode 100644 index 00000000000..9d9e3ff1b95 --- /dev/null +++ b/Resources/Textures/DeltaV/Objects/Fun/Toys/zerotoy.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "plyushkina", + "states": [ + { + "name": "icon" + } + ] +}