bounty-item-cotton-boll = Cotton boll
bounty-item-microwave-machine-board = Microwave machine board
bounty-item-flash = Flash
+bounty-item-tooth-space-carp = Space Carp Tooth
+bounty-item-tooth-sharkminnow = Sharkminnow Tooth
bounty-description-artifact = NanoTrasen is in some hot water for stealing artifacts from non-spacefaring planets. Return one and we'll compensate you for it.
bounty-description-baseball-bat = Baseball fever is going on at CentComm! Be a dear and ship them some baseball bats, so that management can live out their childhood dream.
bounty-description-cotton-boll = A massive swarm of mothroaches ate all the paper and cloth on the station. Send us some cotton to help keep our winged crewmembers fed.
bounty-description-microwave-machine-board = Mr. Giggles thought it'd be funny to stick forks in all the kitchen microwaves. Help us replace them before the chefs start making clown burgers.
bounty-description-flashes = GREETINGS \[Station] WE REQUIRE 6 FLASHES DUE TO A NORMAL \[TrainingExercise] WITH SECURITY. EVERYTHING IS \[Normal].
+bounty-description-tooth-space-carp = Some lads from "down unda" need some teeth to make their traditional apparel. Send them a few from some space carp.
+bounty-description-tooth-sharkminnow = The chef is claiming that the teeth of sharkminnows are some kind of high-quality knife. I don't know what they're on about, but they want a set. Send it to them.
whitelist:
components:
- Flash
+
+- type: cargoBounty
+ id: BountyTeethSpaceCarp
+ reward: 800
+ description: bounty-description-tooth-space-carp
+ entries:
+ - name: bounty-item-tooth-space-carp
+ amount: 8
+ whitelist:
+ tags:
+ - ToothSpaceCarp
+
+- type: cargoBounty
+ id: BountyTeethSharkminnow
+ reward: 1500
+ description: bounty-description-tooth-sharkminnow
+ entries:
+ - name: bounty-item-tooth-sharkminnow
+ amount: 5
+ whitelist:
+ tags:
+ - ToothSharkminnow
spawned:
- id: FoodMeatFish
amount: 2
+ - id: MaterialToothSpaceCarp1
+ amount: 1
+ maxAmount: 4
- type: MeleeWeapon
altDisarm: false
angle: 0
spawned:
- id: FoodMeatFish
amount: 4
+ - id: MaterialToothSharkminnow1
+ amount: 1
+ maxAmount: 3
- type: MeleeWeapon
damage:
types:
- type: Stack
count: 1
+- type: entity
+ parent: MaterialBase
+ id: MaterialToothSpaceCarp
+ name: space carp tooth
+ description: Pretty small but plenty nasty. You like them best when they're not sinking into you.
+ suffix: Full
+ components:
+ - type: Sprite
+ sprite: Objects/Materials/Mob/carptooth.rsi
+ layers:
+ - state: tooth
+ map: [ "base" ]
+ - type: Item
+ sprite: Objects/Materials/Mob/carptooth.rsi
+ size: Normal
+ - type: Appearance
+ - type: Stack
+ stackType: SpaceCarpTooth
+ count: 30
+ baseLayer: base
+ layerStates:
+ - tooth
+ - tooth_2
+ - tooth_3
+ - type: StackPrice
+ price: 50
+ - type: Tag
+ tags:
+ - ToothSpaceCarp
+
+- type: entity
+ parent: MaterialToothSpaceCarp
+ id: MaterialToothSpaceCarp1
+ suffix: 1
+ components:
+ - type: Stack
+ count: 1
+
+- type: entity
+ parent: [ MaterialBase, BaseKnife ]
+ id: MaterialToothSharkminnow
+ name: sharkminnow tooth
+ description: Looks sharp. Sharp enough to poke someone's eye out. Holy fuck it's big.
+ suffix: Full
+ components:
+ - type: Sprite
+ sprite: Objects/Materials/Mob/sharktooth.rsi
+ layers:
+ - state: tooth
+ map: [ "base" ]
+ - type: Item
+ sprite: Objects/Materials/Mob/sharktooth.rsi
+ size: Normal
+ - type: Appearance
+ - type: Stack
+ stackType: SharkMinnowTooth
+ count: 30
+ baseLayer: base
+ layerStates:
+ - tooth
+ - tooth_2
+ - tooth_3
+ - type: StackPrice
+ price: 150
+ - type: Tag
+ tags:
+ - Knife
+ - ToothSharkminnow
+
+- type: entity
+ parent: MaterialToothSharkminnow
+ id: MaterialToothSharkminnow1
+ suffix: 1
+ components:
+ - type: Stack
+ count: 1
+
- type: entity
parent: MaterialBase
id: MaterialBones
spawn: MaterialWebSilk1
maxCount: 50
+- type: stack
+ id: SpaceCarpTooth
+ name: space carp tooth
+ icon: { sprite: /Textures/Objects/Materials/Mob/carptooth.rsi, state: tooth}
+ spawn: MaterialToothSpaceCarp1
+ maxCount: 30
+
+- type: stack
+ id: SharkMinnowTooth
+ name: sharkminnow tooth
+ icon: { sprite: /Textures/Objects/Materials/Mob/sharktooth.rsi, state: tooth}
+ spawn: MaterialToothSharkminnow1
+ maxCount: 30
+
- type: stack
id: Bones
name: bones
- type: Tag
id: Toolbox
+- type: Tag
+ id: ToothSharkminnow
+
+- type: Tag
+ id: ToothSpaceCarp
+
- type: Tag
id: Torch
--- /dev/null
+{
+ "version": 1,
+ "license": "CC0-1.0",
+ "copyright": "Created by EmoGarbage404",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "tooth"
+ },
+ {
+ "name": "tooth_2"
+ },
+ {
+ "name": "tooth_3"
+ }
+ ]
+}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC0-1.0",
+ "copyright": "Created by EmoGarbage404",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "tooth"
+ },
+ {
+ "name": "tooth_2"
+ },
+ {
+ "name": "tooth_3"
+ }
+ ]
+}