add content (#22518)
This commit is contained in:
@@ -368,3 +368,6 @@ uplink-syndicate-pai-desc = A Syndicate variant of the pAI with access to the Sy
|
|||||||
|
|
||||||
uplink-bribe-name = Lobbying Bundle
|
uplink-bribe-name = Lobbying Bundle
|
||||||
uplink-bribe-desc = A heartfelt gift that can help you sway someone's opinion. Real or counterfeit? Yes.
|
uplink-bribe-desc = A heartfelt gift that can help you sway someone's opinion. Real or counterfeit? Yes.
|
||||||
|
|
||||||
|
uplink-hypodart-name = Hypodart
|
||||||
|
uplink-hypodart-desc = A seemingly unremarkable dart with an enlarged reservoir for chemicals. It can store up to 7u reagents in itself, and instantly inject when it hits the target. Starts empty.
|
||||||
@@ -531,6 +531,17 @@
|
|||||||
categories:
|
categories:
|
||||||
- UplinkUtility
|
- UplinkUtility
|
||||||
|
|
||||||
|
- type: listing
|
||||||
|
id: UplinkHypoDart
|
||||||
|
name: uplink-hypodart-name
|
||||||
|
description: uplink-hypodart-desc
|
||||||
|
icon: { sprite: /Textures/Objects/Fun/Darts/dart_red.rsi, state: icon }
|
||||||
|
productEntity: HypoDartBox
|
||||||
|
cost:
|
||||||
|
Telecrystal: 3
|
||||||
|
categories:
|
||||||
|
- UplinkUtility
|
||||||
|
|
||||||
# Implants
|
# Implants
|
||||||
|
|
||||||
- type: listing
|
- type: listing
|
||||||
|
|||||||
@@ -114,6 +114,21 @@
|
|||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Fun/Darts/dart_yellow.rsi
|
sprite: Objects/Fun/Darts/dart_yellow.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: Dart
|
||||||
|
id: HypoDart
|
||||||
|
suffix: HypoDart
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
melee:
|
||||||
|
maxVol: 7
|
||||||
|
- type: SolutionInjectOnCollide
|
||||||
|
transferAmount: 7
|
||||||
|
blockSlots: NONE
|
||||||
|
- type: SolutionTransfer
|
||||||
|
maxTransferAmount: 7
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: dartboard
|
name: dartboard
|
||||||
id: TargetDarts
|
id: TargetDarts
|
||||||
@@ -174,3 +189,19 @@
|
|||||||
path: /Audio/Effects/tree_fell.ogg
|
path: /Audio/Effects/tree_fell.ogg
|
||||||
- !type:DoActsBehavior
|
- !type:DoActsBehavior
|
||||||
acts: [ "Destruction" ]
|
acts: [ "Destruction" ]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseItem
|
||||||
|
id: HypoDartBox
|
||||||
|
name: hypodart box
|
||||||
|
suffix: HypoDart
|
||||||
|
description: A small box containing an hypodart. Packaging disintegrates when opened, leaving no evidence behind.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Fun/Darts/dartbox.rsi
|
||||||
|
state: icon
|
||||||
|
- type: SpawnItemsOnUse
|
||||||
|
items:
|
||||||
|
- id: HypoDart
|
||||||
|
sound:
|
||||||
|
path: /Audio/Effects/unwrap.ogg
|
||||||
BIN
Resources/Textures/Objects/Fun/Darts/dartbox.rsi/icon.png
Normal file
BIN
Resources/Textures/Objects/Fun/Darts/dartbox.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 322 B |
14
Resources/Textures/Objects/Fun/Darts/dartbox.rsi/meta.json
Normal file
14
Resources/Textures/Objects/Fun/Darts/dartbox.rsi/meta.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC0-1.0",
|
||||||
|
"copyright": "Created for SS14 by TheShuEd (github)",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user