Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Resources/Prototypes/Actions/types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,17 @@
- type: InstantAction
event: !type:GravityJumpEvent {}

- type: entity
parent: ActionGravityJump
id: ActionJumpBoost
name: Jump boost
components:
- type: Action
useDelay: 16
icon:
sprite: Interface/Actions/actions_borg.rsi
state: xenoborg-jump-module

- type: entity
parent: BaseAction
id: ActionVulpkaninGravityJump
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1609,6 +1609,23 @@
- type: BorgModuleIcon
icon: { sprite: Interface/Actions/actions_borg.rsi, state: xenoborg-space-movement-module }

- type: entity
parent: [ BaseXenoborgModuleScout, BaseXenoborgContraband ]
id: XenoborgModuleJump
name: xenoborg jump module
description: Module that allows a xenoborg to jump forward.
components:
- type: ComponentBorgModule
components:
- type: JumpAbility
action: "ActionJumpBoost"
jumpDistance: 4
jumpSound: /Audio/Effects/stealthoff.ogg
- type: Sprite
layers:
- state: xenoborg_scout
- state: icon-xenoborg-jump

- type: entity
parent: [ BaseXenoborgModuleScout, BaseProviderBorgModule, BaseXenoborgContraband ]
id: XenoborgModuleSword
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@
{
"name":"xenoborg-basic-module"
},
{
"name":"xenoborg-jump-module"
},
{
"name":"xenoborg-camera-computer"
},
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.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@
{
"name": "icon-xenoborg-cloak"
},
{
"name": "icon-xenoborg-jump"
},
{
"name": "icon-xenoborg-cloak2"
},
Expand Down
Loading