Drone Tweaks (#7024)
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
- type: GhostTakeoverAvailable
|
||||
makeSentient: true
|
||||
name: Maintenance Drone
|
||||
description: Maintain the station. Ignore organics.
|
||||
description: Maintain the station. Ignore other beings except drones.
|
||||
rules: |
|
||||
You are bound by these laws both in-game and out-of-character:
|
||||
1. You may not involve yourself in the matters of another being, even if such matters conflict with Law Two or Law Three, unless the other being is another Drone.
|
||||
@@ -151,6 +151,20 @@
|
||||
- type: Repairable
|
||||
fuelcost: 15
|
||||
doAfterDelay: 8
|
||||
- type: Actions
|
||||
- type: UnpoweredFlashlight
|
||||
toggleAction:
|
||||
name: action-name-toggle-light
|
||||
description: action-description-toggle-light
|
||||
icon: Objects/Tools/flashlight.rsi/flashlight.png
|
||||
iconOn: Objects/Tools/flashlight.rsi/flashlight-on.png
|
||||
event: !type:ToggleActionEvent
|
||||
- type: PointLight
|
||||
enabled: false
|
||||
radius: 2.5
|
||||
softness: 5
|
||||
mask: /Textures/Effects/LightMasks/cone.png
|
||||
autoRot: true
|
||||
|
||||
- type: entity
|
||||
name: onestar mecha
|
||||
@@ -158,6 +172,7 @@
|
||||
parent: PlayerSiliconBase
|
||||
components:
|
||||
- type: Drone
|
||||
applyLaws: false
|
||||
tools:
|
||||
- id: Minigun
|
||||
- id: EnergySword
|
||||
@@ -206,6 +221,6 @@
|
||||
visuals:
|
||||
- type: DamageStateVisualizer
|
||||
rotate: true
|
||||
normal: onestar_boss
|
||||
normal: onestar_boss
|
||||
dead: onestar_boss_wrecked
|
||||
- type: CombatMode
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- RodMetal1
|
||||
- DroneUsable
|
||||
- type: Sprite
|
||||
state: rods
|
||||
- type: Stack
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
reagents:
|
||||
- ReagentId: Licoxide
|
||||
Quantity: 5
|
||||
- type: Tag
|
||||
tags:
|
||||
- DroneUsable
|
||||
|
||||
- type: entity
|
||||
id: PowerCellMediumBase
|
||||
|
||||
@@ -19,6 +19,9 @@
|
||||
Blunt: 10
|
||||
hitSound:
|
||||
path: "/Audio/Weapons/smash.ogg"
|
||||
- type: Tag
|
||||
tags:
|
||||
- DroneUsable
|
||||
|
||||
- type: entity
|
||||
name: emergency toolbox
|
||||
|
||||
Reference in New Issue
Block a user