Skip to content

Commit

Permalink
fix drones
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonkuk committed Aug 7, 2024
1 parent 0b4ed5c commit 6629bae
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 15 deletions.
12 changes: 6 additions & 6 deletions Resources/Prototypes/ADT/Drones/Drone-Antags/DroneAntag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@
doAfterDelay: 5
- type: UserInterface
interfaces:
- key: enum.StrippingUiKey.Key
type: StrippableBoundUserInterface
enum.StrippingUiKey.Key:
type: StrippableBoundUserInterface
- type: Inventory
templateId: droneantaginventory

Expand Down Expand Up @@ -508,8 +508,8 @@
doAfterDelay: 5
- type: UserInterface
interfaces:
- key: enum.StrippingUiKey.Key
type: StrippableBoundUserInterface
enum.StrippingUiKey.Key:
type: StrippableBoundUserInterface
- type: Inventory
templateId: droneantaginventory

Expand Down Expand Up @@ -667,8 +667,8 @@
doAfterDelay: 5
- type: UserInterface
interfaces:
- key: enum.StrippingUiKey.Key
type: StrippableBoundUserInterface
enum.StrippingUiKey.Key:
type: StrippableBoundUserInterface
- type: Inventory
templateId: droneantaginventory

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,11 @@
- type: Strippable
- type: UserInterface
interfaces:
- key: enum.VoiceMaskUIKey.Key
enum.VoiceMaskUIKey.Key:
type: VoiceMaskBoundUserInterface
- key: enum.HumanoidMarkingModifierKey.Key
enum.HumanoidMarkingModifierKey.Key:
type: HumanoidMarkingModifierBoundUserInterface
- key: enum.StrippingUiKey.Key
enum.StrippingUiKey.Key:
type: StrippableBoundUserInterface
- type: StandingState
- type: CanEscapeInventory
Expand Down Expand Up @@ -340,6 +340,7 @@
allowed:
- Stun
- type: Blindable
#- type: ComplexInteraction

- type: entity
id: ADTDroneAntagIPC
Expand Down Expand Up @@ -434,7 +435,6 @@
Alive: BorgHealth
Critical: BorgCrit
Dead: BorgDead

allowRevives: true # Для воскрешения достаточно починить урон. - ss220.
- type: NpcFactionMember
factions:
Expand Down Expand Up @@ -575,7 +575,6 @@
shortscale: 0.9
- type: StaticPrice
price: 2525

# damage modifier set

- type: damageModifierSet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
components:
- type: Sprite
layers:
- sprite: ADT/Markers/job.rsi
- sprite: ADT/Markers/jobs.rsi
state: green
- sprite: ADT/Mobs/Silicon/AntagDrones/drone-miner.rsi
state: mineshell
Expand All @@ -20,7 +20,7 @@
components:
- type: Sprite
layers:
- sprite: ADT/Markers/job.rsi
- sprite: ADT/Markers/jobs.rsi
state: green
- sprite: ADT/Mobs/Silicon/AntagDrones/drone-engineer.rsi
state: engshell
Expand All @@ -35,7 +35,7 @@
components:
- type: Sprite
layers:
- sprite: ADT/Markers/job.rsi
- sprite: ADT/Markers/jobs.rsi
state: green
- sprite: ADT/Mobs/Silicon/AntagDrones/drone-charger.rsi
state: chargeshell
Expand All @@ -51,7 +51,7 @@
components:
- type: Sprite
layers:
- sprite: ADT/Markers/job.rsi
- sprite: ADT/Markers/jobs.rsi
state: green
- sprite: ADT/Mobs/Silicon/AntagDrones/drone-ipc-soldier.rsi
state: ipc_icon
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions Resources/Textures/ADT/Clothing/Back/ertleader_cyb.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/12c21ced8432015485484b17e311dcceb7c458f6, inhands by peptide",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 6629bae

Please sign in to comment.