Skip to content

Commit

Permalink
Merge pull request #713 from 1Stepka1/EntitiesSort
Browse files Browse the repository at this point in the history
Сортировка папки Entities
  • Loading branch information
Schrodinger71 authored May 22, 2024
2 parents 694c165 + e2cc24e commit 390a720
Show file tree
Hide file tree
Showing 378 changed files with 15,607 additions and 16,127 deletions.
Original file line number Diff line number Diff line change
@@ -1,36 +1,50 @@
- type: entity
id: ActionJumpboots
name: action-jump
description: action-jump-desc
id: CompActionShootAbomination
name: action-shoot
description: action-shoot-desc
noSpawn: true
components:
- type: WorldTargetAction
useDelay: 45
useDelay: 10
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
sprite: Objects/Weapons/Guns/Pistols/mk58.rsi
state: icon
event: !type:JumpbootsActionEvent
event: !type:CompProjectileActionEvent

- type: entity
id: CompActionHealAbomination
name: action-heal
description: action-heal-desc
noSpawn: true
components:
- type: InstantAction
icon:
sprite: Interface/Actions/actions_ling.rsi
state: fleshmend
itemIconStyle: BigAction
checkCanInteract: false
event: !type:CompHealActionEvent
useDelay: 120

- type: entity
id: ActionJumpbootsSynd
id: CompActionJumpAbomination
name: action-jump
description: action-jump-desc
noSpawn: true
components:
- type: WorldTargetAction
useDelay: 15
useDelay: 35
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
sprite: Clothing/Shoes/Boots/combatboots.rsi
state: icon
event: !type:JumpbootsActionEvent
event: !type:CompJumpActionEvent
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
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 390a720

Please sign in to comment.