description: Looks sharp. Sharp enough to poke someone's eye out. Holy fuck it's big.
suffix: Full
components:
+ - type: MeleeWeapon
+ damage:
+ types:
+ Slash: 15
- type: Sprite
sprite: Objects/Materials/Mob/sharktooth.rsi
layers:
- type: Construction
graph: ImprovisedArrowUranium
node: ImprovisedArrowUranium
+
+- type: entity
+ parent: BaseArrow
+ id: ArrowImprovisedCarp
+ name: carp tooth arrow
+ description: The salvager's preferred arrow. Kill your enemies with the teeth of their families.
+ components:
+ - type: Sprite
+ sprite: Objects/Weapons/Guns/Projectiles/arrows.rsi
+ layers:
+ - state: tail
+ color: purple
+ - state: rod
+ color: darkgray
+ - state: tip
+ color: white
+ - state: solution1
+ map: ["enum.SolutionContainerLayers.Fill"]
+ visible: false
+ - type: Projectile
+ damage:
+ types:
+ Piercing: 30
+ - type: Construction
+ graph: ImprovisedArrowCarp
+ node: ImprovisedArrowCarp
max: 2
- !type:DoActsBehavior
acts: [ "Destruction" ]
+
+- type: entity
+ name: sharkminnow tooth spear
+ parent: Spear
+ id: SpearSharkMinnow
+ description: A spear with a sharkminnow tooth as a tip.
+ components:
+ - type: Sprite
+ sprite: Objects/Weapons/Melee/sharkminnow_spear.rsi
+ - type: MeleeWeapon
+ wideAnimationRotation: -135
+ damage:
+ types:
+ Piercing: 18 #same as plasma spear
+ - type: DamageOtherOnHit
+ damage:
+ types:
+ Piercing: 25 #throw dmg enough to two-shot carp
+ - type: Construction
+ graph: SpearSharkMinnow
\ No newline at end of file
- node: ImprovisedArrowUranium
entity: ArrowImprovisedUranium
+
+- type: constructionGraph
+ id: ImprovisedArrowCarp
+ start: start
+ graph:
+ - node: start
+ edges:
+ - to: ImprovisedArrowCarp
+ steps:
+ - material: MetalRod
+ amount: 1
+ doAfter: 0.5
+ - material: Cloth
+ amount: 1
+ doAfter: 0.5
+ - material: SpaceCarpTooth
+ amount: 1
+ doAfter: 0.5
+
+ - node: ImprovisedArrowCarp
+ entity: ArrowImprovisedCarp
doAfter: 1
- node: spear
entity: SpearBone
+
+- type: constructionGraph
+ id: SpearSharkMinnow
+ start: start
+ graph:
+ - node: start
+ edges:
+ - to: spear
+ steps:
+ - material: MetalRod
+ amount: 2
+ doAfter: 2
+ - material: Cable
+ amount: 3
+ doAfter: 1
+ - material: SharkMinnowTooth
+ amount: 1
+ doAfter: 1
+ - node: spear
+ entity: SpearSharkMinnow
icon: { sprite: Objects/Weapons/Melee/uranium_spear.rsi, state: spear }
objectType: Item
+- type: construction
+ name: sharkminnow tooth spear
+ id: SpearSharkMinnow
+ graph: SpearSharkMinnow
+ startNode: start
+ targetNode: spear
+ category: construction-category-weapons
+ description: A crude spear with a sharkminnow tooth for when you need to put holes in somebody.
+ icon: { sprite: Objects/Weapons/Melee/sharkminnow_spear.rsi, state: spear }
+ objectType: Item
+
- type: construction
name: makeshift bola
id: Bola
icon: { sprite: Objects/Weapons/Guns/Bow/bow.rsi, state: wielded-arrow }
objectType: Item
+- type: construction
+ name: carp tooth arrow
+ id: ImprovisedArrowCarp
+ graph: ImprovisedArrowCarp
+ startNode: start
+ targetNode: ImprovisedArrowCarp
+ category: construction-category-weapons
+ description: An arrow tipped with a carp tooth, for use with a bow.
+ icon: { sprite: Objects/Weapons/Guns/Bow/bow.rsi, state: wielded-arrow }
+ objectType: Item
+
- type: construction
name: plasma glass shard arrow
id: ImprovisedArrowPlasma
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken/modified from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, color modified by Boaz1111.",
+ "size":
+ {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "spear"
+ },
+ {
+ "name": "spear1"
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left-fill-1",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right-fill-1",
+ "directions": 4
+ },
+ {
+ "name": "wielded-inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "wielded-inhand-left-fill-1",
+ "directions": 4
+ },
+ {
+ "name": "wielded-inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "wielded-inhand-right-fill-1",
+ "directions": 4
+ },
+ {
+ "name": "equipped-BACKPACK",
+ "directions": 4
+ },
+ {
+ "name": "equipped-back-fill-1",
+ "directions": 4
+ },
+ {
+ "name": "equipped-SUITSTORAGE",
+ "directions": 4
+ },
+ {
+ "name": "equipped-suitstorage-fill-1",
+ "directions": 4
+ }
+ ]
+}