Lamp Plushie (#9118)
* Update meta.json * Add files via upload * Update toys.yml * Update toy.yml * Update toys.yml
This commit is contained in:
parent
8b89a2be86
commit
fb6586cdc6
|
|
@ -23,6 +23,7 @@
|
|||
- PlushieRatvar
|
||||
- PlushieSpaceLizard
|
||||
- PlushieRouny
|
||||
- PlushieLamp
|
||||
- ToyMouse
|
||||
chance: 0.5
|
||||
offset: 0.2
|
||||
|
|
|
|||
|
|
@ -74,6 +74,19 @@
|
|||
- type: Sprite
|
||||
state: plushie_rouny
|
||||
|
||||
- type: entity
|
||||
parent: BasePlushie
|
||||
id: PlushieLamp
|
||||
name: lamp plushie
|
||||
description: A light emitting friend!
|
||||
components:
|
||||
- type: Sprite
|
||||
state: plushie_lamp
|
||||
- type: PointLight
|
||||
netsync: false
|
||||
radius: 1.5
|
||||
energy: 2
|
||||
|
||||
- type: entity
|
||||
parent: BasePlushie
|
||||
id: PlushieLizard #Weh!
|
||||
|
|
|
|||
|
|
@ -28,6 +28,9 @@
|
|||
{
|
||||
"name": "plushie_lizard"
|
||||
},
|
||||
{
|
||||
"name": "plushie_lamp"
|
||||
},
|
||||
{
|
||||
"name": "plushie_nuke"
|
||||
},
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 485 B |
Loading…
Reference in New Issue