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

Сортировка папки Entities #713

Merged
merged 20 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
79 changes: 79 additions & 0 deletions Resources/Prototypes/ADT/Actions/boots.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
- type: entity
id: ActionJumpboots
name: action-jump
description: action-jump-desc
noSpawn: true
components:
- type: WorldTargetAction
useDelay: 45
range: 16 # default examine-range.
# ^ should probably add better validation that the clicked location is on the users screen somewhere,
itemIconStyle: BigAction
checkCanAccess: false
repeat: true
icon:
sprite: ADT/Clothing/Shoes/Boots/jumpboots.rsi
state: icon
event: !type:JumpbootsActionEvent


- type: entity
id: ActionJumpbootsSynd
name: action-jump
description: action-jump-desc
noSpawn: true
components:
- type: WorldTargetAction
useDelay: 15
range: 16 # default examine-range.
# ^ should probably add better validation that the clicked location is on the users screen somewhere,
itemIconStyle: BigAction
checkCanAccess: false
repeat: true
icon:
sprite: ADT/Clothing/Shoes/Boots/jumpboots_syndie.rsi
state: icon
event: !type:JumpbootsActionEvent

- type: entity
id: ActionToggleADTMagboots
parent: ActionBaseToggleMagboots
noSpawn: true
components:
- type: InstantAction
icon: { sprite: ADT/Clothing/Shoes/Boots/advanced.rsi, state: icon }
iconOn: ADT/Clothing/Shoes/Boots/advanced.rsi/icon-on.png
#itemIconStyle: NoItem
#event: !type:ToggleActionEvent

- type: entity
id: ActionToggleADTGasTank
name: action-name-internals-toggle
description: action-description-internals-toggle
noSpawn: true
components:
- type: InstantAction
icon:
sprite: Interface/Alerts/internals.rsi
state: internal2
iconOn:
sprite: Interface/Alerts/internals.rsi
state: internal1
event: !type:ToggleActionEvent
useDelay: 1

- type: entity
id: ActionToggleADTJetpack
name: action-name-jetpack-toggle
description: action-description-jetpack-toggle
noSpawn: true
components:
- type: InstantAction
icon:
sprite: Objects/Tanks/Jetpacks/blue.rsi
state: icon
iconOn:
sprite: Objects/Tanks/Jetpacks/blue.rsi
state: icon-on
#useDelay: 1.0
event: !type:ToggleJetpackEvent
36 changes: 0 additions & 36 deletions Resources/Prototypes/ADT/Actions/jumpboots.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -183,49 +183,3 @@
- type: BodyPart
partType: Foot
symmetry: Right

- type: body
id: ADTBodyCyborgSec
name: "ipc"
root: torso
slots:
head:
part: ADTHeadCyborgSec
connections:
- torso
organs:
eyes: OrganIPCEyes
torso:
part: ADTTorsolCyborgSec
connections:
- left arm
- right arm
- left leg
- right leg
organs:
brain: OrganIPCBrain
heart: OrganIPCPump
right arm:
part: ADTRightArmCyborgSec
connections:
- right hand
left arm:
part: ADTLeftArmCyborgSec
connections:
- left hand
right hand:
part: ADTRightHandCyborgSec
left hand:
part: ADTLeftHandCyborgSec
right leg:
part: ADTRightLegCyborgSec
connections:
- right foot
left leg:
part: ADTLeftLegCyborgSec
connections:
- left foot
right foot:
part: ADTRightFootCyborgSec
left foot:
part: ADTLeftFootCyborgSec
45 changes: 45 additions & 0 deletions Resources/Prototypes/ADT/Body/Prototypes/securitycyborg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
- type: body
id: ADTBodyCyborgSec
name: "ipc"
root: torso
slots:
head:
part: ADTHeadCyborgSec
connections:
- torso
organs:
eyes: OrganIPCEyes
torso:
part: ADTTorsolCyborgSec
connections:
- left arm
- right arm
- left leg
- right leg
organs:
brain: OrganIPCBrain
heart: OrganIPCPump
right arm:
part: ADTRightArmCyborgSec
connections:
- right hand
left arm:
part: ADTLeftArmCyborgSec
connections:
- left hand
right hand:
part: ADTRightHandCyborgSec
left hand:
part: ADTLeftHandCyborgSec
right leg:
part: ADTRightLegCyborgSec
connections:
- right foot
left leg:
part: ADTLeftLegCyborgSec
connections:
- left foot
right foot:
part: ADTRightFootCyborgSec
left foot:
part: ADTLeftFootCyborgSec
Loading
Loading