Skip to content

Commit

Permalink
Сортировка папки Entities
Browse files Browse the repository at this point in the history
  • Loading branch information
1Stepka1 committed May 20, 2024
1 parent 7731660 commit 088c9bc
Show file tree
Hide file tree
Showing 378 changed files with 15,466 additions and 16,023 deletions.
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

0 comments on commit 088c9bc

Please sign in to comment.