Add spear embedding (#18578)
* Add spear embedding * fuck this copy-paste * Juicier * the river
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
count: 4
|
||||
- type: Tag
|
||||
tags:
|
||||
- NoSpinOnThrow
|
||||
- Pie
|
||||
|
||||
- type: entity
|
||||
@@ -50,9 +49,6 @@
|
||||
Quantity: 1.2
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 1
|
||||
- type: Tag
|
||||
tags:
|
||||
- NoSpinOnThrow
|
||||
|
||||
# Pie
|
||||
|
||||
|
||||
@@ -705,7 +705,9 @@
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: EmbeddableProjectile
|
||||
deleteOnRemove: true
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Sprite
|
||||
noRot: false
|
||||
sprite: Objects/Weapons/Guns/Launchers/grappling_gun.rsi
|
||||
|
||||
@@ -4,9 +4,27 @@
|
||||
id: Spear
|
||||
description: Definition of a Classic. Keeping murder affordable since 200,000 BCE.
|
||||
components:
|
||||
- type: EmbeddableProjectile
|
||||
offset: 0.15,0.15
|
||||
- type: ThrowingAngle
|
||||
angle: 225
|
||||
- type: Tag
|
||||
tags:
|
||||
- Spear
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
fix1:
|
||||
shape: !type:PolygonShape
|
||||
vertices:
|
||||
- -0.40,-0.30
|
||||
- -0.30,-0.40
|
||||
- 0.40,0.30
|
||||
- 0.30,0.40
|
||||
density: 20
|
||||
mask:
|
||||
- ItemMask
|
||||
restitution: 0.3
|
||||
friction: 0.2
|
||||
- type: Sharp
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Melee/spear.rsi
|
||||
|
||||
@@ -589,8 +589,6 @@
|
||||
- type: Tag
|
||||
id: Multitool
|
||||
|
||||
- type: Tag
|
||||
id: NoSpinOnThrow
|
||||
|
||||
- type: Tag
|
||||
id: NoBlockAnchoring
|
||||
|
||||
Reference in New Issue
Block a user