Skip to content

Commit

Permalink
zero toy (#36)
Browse files Browse the repository at this point in the history
* zero toy

adds a toy

* makes it obtainable

soup i want soup

* fixes thingys

* fix mapping error?

qdfwqegwhretjrytuyhjm

* adds `components:` into it

* fixes error

bsdsdsvdgbw ewbd

---------

Signed-off-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com>
Co-authored-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com>
  • Loading branch information
toasterpm87 and Colin-Tel authored Sep 27, 2023
1 parent b2980d9 commit 9afee27
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Resources/Textures/DeltaV/Objects/Fun/Toys/zerotoy.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "plyushkina",
"states": [
{
"name": "icon"
}
]
}

0 comments on commit 9afee27

Please sign in to comment.