Add spear embedding (#18578)

* Add spear embedding

* fuck this copy-paste

* Juicier

* the river
This commit is contained in:
metalgearsloth
2023-08-04 18:56:39 +10:00
committed by GitHub
parent dda3848a98
commit 321f337572
10 changed files with 159 additions and 26 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -589,8 +589,6 @@
- type: Tag
id: Multitool
- type: Tag
id: NoSpinOnThrow
- type: Tag
id: NoBlockAnchoring