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

Jetpack Module and Cyborg Action Icons for Our Modules #2857

Merged
merged 6 commits into from
Feb 5, 2025
Merged
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
namespace Content.Server._NF.Whitelist.Components;

/// <summary>
/// Whitelist component for borg-suitable jetpacks to avoid tag redefinition and collisions
/// </summary>
[RegisterComponent]
public sealed partial class NFBorgJetpackComponent : Component;
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@
damageProtection:
flatReductions:
Heat: 10 # capable of touching light bulbs and stoves without feeling pain!
- type: JetpackUser # DeltaV: Lets cyborgs fly in space

- type: entity
abstract: true
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Player/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,8 @@
- PositronicBrain
borg_module:
- BorgModuleTool
- BorgModuleFireExtinguisher
# - BorgModuleFireExtinguisher # Frontier
- BorgModuleJetpack # Frontier
- BorgModuleGPS
- type: ItemSlots
slots:
Expand Down
12 changes: 6 additions & 6 deletions Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
#Empty blue
- type: entity
id: JetpackBlue
parent: BaseJetpack
parent: NFBaseJetpackBackMount # Frontier: BaseJetpack<NFBaseJetpackBackMount
name: jetpack
suffix: Empty
components:
Expand Down Expand Up @@ -110,7 +110,7 @@
#Empty black
- type: entity
id: JetpackBlack
parent: [BaseJetpack, BaseC3SyndicateContraband] # Frontier: BaseSyndicateContraband<BaseC3SyndicateContraband
parent: [NFBaseJetpackBackMount, BaseC3SyndicateContraband] # Frontier: BaseJetpack<NFBaseJetpackBackMount, BaseSyndicateContraband<BaseC3SyndicateContraband
name: jetpack
suffix: Empty
components:
Expand Down Expand Up @@ -145,7 +145,7 @@
#Empty captain
- type: entity
id: JetpackCaptain
parent: BaseJetpack # Frontier: remove BaseGrandTheftContraband
parent: NFBaseJetpackBackMount # Frontier: remove BaseGrandTheftContraband, BaseJetpack<NFBaseJetpackBackMount
name: captain's jetpack
suffix: Empty
components:
Expand Down Expand Up @@ -186,7 +186,7 @@
#Empty mini
- type: entity
id: JetpackMini
parent: BaseJetpack
parent: NFBaseJetpackBackMount # Frontier: BaseJetpack<NFBaseJetpackBackMount
name: mini jetpack
description: It's a jetpack. It can hold 1.5 L of gas.
suffix: Empty
Expand Down Expand Up @@ -228,7 +228,7 @@
#Empty security
- type: entity
id: JetpackSecurity
parent: [BaseJetpack, BaseC2ContrabandUnredeemable] # Frontier: BaseRestrictedContraband<BaseC2ContrabandUnredeemable
parent: [NFBaseJetpackBackMount, BaseC2ContrabandUnredeemable] # Frontier: BaseJetpack<NFBaseJetpackBackMount, BaseRestrictedContraband<BaseC2ContrabandUnredeemable
name: security jetpack
suffix: Empty
components:
Expand Down Expand Up @@ -263,7 +263,7 @@
#Empty void
- type: entity
id: JetpackVoid
parent: BaseJetpack
parent: NFBaseJetpackBackMount # Frontier: BaseJetpack<NFBaseJetpackBackMount
name: void jetpack
suffix: Empty
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@
- BorgModuleHarvesting
- BorgModuleDefibrillator
- BorgModuleAdvancedTreatment
- BorgModuleJetpack # Frontier
- BorgModuleAdvancedParamedic # Frontier
- BorgModuleAdvancedMining # Frontier
- RipleyHarness
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Research/industrial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
- JawsOfLife
- UtilityBeltChiefEngineer
- BorgModuleAdvancedTool
- BorgModuleJetpack # Frontier
- NFBlueprintPowerDrill # Frontier
- NFBlueprintJawsOfLife # Frontier
- NFBlueprintWelderExperimental # Frontier
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
whitelist:
components:
- NFOreBag
- type: BorgModuleIcon
icon: { sprite: _NF/Interface/Actions/actions_borg.rsi, state: adv-drill-module }

- type: entity
id: BorgModuleAdvancedParamedic
Expand All @@ -39,3 +41,24 @@
- Gauze10Lingering
- Bloodpack10Lingering
- SyringeBluespace
- type: BorgModuleIcon
icon: { sprite: _NF/Interface/Actions/actions_borg.rsi, state: adv-paramed-module }

- type: entity
id: BorgModuleJetpack
parent: [ BaseBorgModule, BaseProviderBorgModule ]
name: jetpack cyborg module
components:
- type: Sprite
layers:
- state: generic
- state: icon-jetpack
sprite: _NF/Objects/Specific/Robotics/borgmodule.rsi
- type: ItemBorgModule
droppableItems:
- id: JetpackBlueFilled
whatston3 marked this conversation as resolved.
Show resolved Hide resolved
whitelist:
components:
- NFBorgJetpack
- type: BorgModuleIcon
icon: { sprite: _NF/Interface/Actions/actions_borg.rsi, state: jetpack-module }
12 changes: 10 additions & 2 deletions Resources/Prototypes/_NF/Entities/Objects/Tools/jetpacks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
#Empty security
# Base back-mounted jetpack (e.g. not syndie magboots)
- type: entity
id: NFBaseJetpackBackMount
parent: BaseJetpack
abstract: true
components:
- type: NFBorgJetpack

# Empty security
- type: entity
id: JetpackNfsd
parent: JetpackSecurity
Expand All @@ -12,7 +20,7 @@
- type: Clothing
sprite: _NF/Objects/Tanks/Jetpacks/nfsd.rsi

#Filled security
# Filled security
- type: entity
id: JetpackNfsdFilled
parent: JetpackSecurityFilled
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/_NF/Recipes/Lathes/robotics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,13 @@
Plastic: 250
Bluespace: 200 # OreBagOfHolding Bluepsace price
Diamond: 100 # MiningDrillDiamond Diamond price

- type: latheRecipe
id: BorgModuleJetpack
result: BorgModuleJetpack
parent: BaseBorgModuleRecipe
materials:
Steel: 500
Glass: 500
Plastic: 250
Gold: 50
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.
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
@@ -0,0 +1,20 @@
{
"version": 1,
"license": "CC-BY-NC-SA-4.0",
"copyright": "Made by GhostPrince for Frontier Station 14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "adv-drill-module"
},
{
"name": "adv-paramed-module"
},
{
"name": "jetpack-module"
}
]
}
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 @@ -10,6 +10,9 @@
{
"name": "icon-advancedmining"
},
{
"name": "icon-jetpack"
},
{
"name": "icon-paramedic"
}
Expand Down
Loading