Orb (#5873)
This commit is contained in:
@@ -550,3 +550,21 @@
|
|||||||
size: 12
|
size: 12
|
||||||
sprite: Objects/Fun/toys.rsi
|
sprite: Objects/Fun/toys.rsi
|
||||||
HeldPrefix: singularitytoy
|
HeldPrefix: singularitytoy
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseItem
|
||||||
|
id: PonderingOrb
|
||||||
|
name: pondering orb
|
||||||
|
description: Ponderous, man... Really ponderous.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Fun/toys.rsi
|
||||||
|
state: orb
|
||||||
|
shader: unshaded
|
||||||
|
- type: PointLight
|
||||||
|
radius: 2
|
||||||
|
color: "#00CCFF"
|
||||||
|
- type: Item
|
||||||
|
size: 24
|
||||||
|
sprite: Objects/Fun/toys.rsi
|
||||||
|
HeldPrefix: orb
|
||||||
|
|||||||
@@ -279,6 +279,25 @@
|
|||||||
0.1
|
0.1
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "orb",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2,
|
||||||
|
0.2
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "orb-inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "orb-inhand-right",
|
||||||
|
"directions": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
BIN
Resources/Textures/Objects/Fun/toys.rsi/orb-inhand-left.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/orb-inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 563 B |
BIN
Resources/Textures/Objects/Fun/toys.rsi/orb-inhand-right.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/orb-inhand-right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 565 B |
BIN
Resources/Textures/Objects/Fun/toys.rsi/orb.png
Normal file
BIN
Resources/Textures/Objects/Fun/toys.rsi/orb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 719 B |
Reference in New Issue
Block a user