-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #713 from 1Stepka1/EntitiesSort
Сортировка папки Entities
- Loading branch information
Showing
378 changed files
with
15,607 additions
and
16,127 deletions.
There are no files selected for viewing
34 changes: 24 additions & 10 deletions
34
...rces/Prototypes/ADT/Actions/jumpboots.yml → ...es/Prototypes/ADT/Actions/abomination.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
Resources/Prototypes/ADT/Body/Prototypes/securitycyborg.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.