Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Можно мёрджить] Дроны-антагонисты #523

Merged
Merged
739 changes: 739 additions & 0 deletions Resources/Prototypes/ADT/Drones/Drone-Antags/DroneAntag.yml

Large diffs are not rendered by default.

86 changes: 86 additions & 0 deletions Resources/Prototypes/ADT/Drones/Drone-Antags/DroneAntag_Body.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
- type: body
id: ADTDroneAntagBodyMiner
name: Antag Drone Body Miner
root: head
slots:
head:
part: LightHeadBorg
connections:
- hand 1
- hand 2
- hand 3
- hand 4
- hand 5
# - hand 6
hand 1:
part: LeftArmBorg
hand 2:
part: LeftArmBorg
hand 3:
part: LeftArmBorg
hand 4:
part: RightArmBorg
hand 5:
part: RightArmBorg
# hand 6:
# part: RightArmBorg

- type: body
id: ADTDroneAntagBodyEngineer
name: Antag Drone Body Engineer
root: head
slots:
head:
part: LightHeadBorg
connections:
- hand 1
- hand 2
- hand 3
- hand 4
- hand 5
- hand 6
- hand 7
- hand 8
hand 1:
part: LeftArmBorg
hand 2:
part: LeftArmBorg
hand 3:
part: LeftArmBorg
hand 4:
part: RightArmBorg
hand 5:
part: RightArmBorg
hand 6:
part: RightArmBorg
hand 7:
part: RightArmBorg
hand 8:
part: RightArmBorg

- type: body
id: ADTDroneAntagBodyCharger
name: Antag Drone Body Charger
root: head
slots:
head:
part: LightHeadBorg
connections:
- hand 1
- hand 2
- hand 3
- hand 4
# - hand 5
# - hand 6
hand 1:
part: LeftArmBorg
hand 2:
part: LeftArmBorg
hand 3:
part: LeftArmBorg
hand 4:
part: RightArmBorg
# hand 5:
# part: RightArmBorg
# hand 6:
# part: RightArmBorg
74 changes: 74 additions & 0 deletions Resources/Prototypes/ADT/Drones/Drone-Antags/DroneAntag_Core.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# core basic

- type: entity
id: ADTDroneAntagCoreBasic
parent: BaseItem
name: basic drone core
description: Это ядро продвинутого дрона. Лучше вернуть это Space SEC.
components:
- type: Sprite
sprite: ADT/Mobs/Silicon/AntagDrones/drone-core-basic.rsi
state: drone-core-basic
- type: StaticPrice
price: 1250
- type: PointLight
radius: 1.5
energy: 3
color: "#cc5500"

# core advanced

- type: entity
id: ADTDroneAntagCoreAdvanced
parent: BaseItem
name: advanced drone core
description: Это ядро продвинутого дрона. Лучше вернуть это Space SEC.
components:
- type: Sprite
sprite: ADT/Mobs/Silicon/AntagDrones/drone-core-advanced.rsi
state: drone-core-advanced
- type: StaticPrice
price: 2500
- type: PointLight
radius: 1.5
energy: 3
color: "#9ad67a"

# core elite

- type: entity
id: ADTDroneAntagCoreElite
parent: BaseItem
name: elite drone core
description: Это ядро продвинутого дрона. Лучше вернуть это Space SEC.
components:
- type: Sprite
sprite: ADT/Mobs/Silicon/AntagDrones/drone-core-elite.rsi
state: drone-core-elite
- type: StaticPrice
price: 5000
- type: PointLight
radius: 1.5
energy: 3
color: "#b93fc4"
# ff517a

# core command

- type: entity
id: ADTDroneAntagCoreCommand
parent: BaseItem
name: command drone core
description: Это ядро продвинутого дрона. Лучше вернуть это Space SEC.
components:
- type: Sprite
sprite: ADT/Mobs/Silicon/AntagDrones/drone-core-command.rsi
state: drone-core-command
- type: StaticPrice
price: 7500
- type: PointLight
radius: 1.5
energy: 3
color: "#2f8bd6"

# c351ff
Loading
Loading