Skip to content

Commit

Permalink
NFSD
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Dec 27, 2024
1 parent ff6a894 commit 6649f36
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
RadioHandheldNF: 15
ClothingMaskGas: 10
JetpackMiniFilled: 10
JetpackBlue: 10
HandHeldMassScanner: 10
AppraisalCartridge: 3
# Keys
Expand Down Expand Up @@ -44,7 +43,6 @@
RadioHandheldNF: 4294967295 # Infinite
ClothingMaskGas: 4294967295 # Infinite
JetpackMiniFilled: 4294967295 # Infinite
JetpackBlue: 4294967295 # Infinite
HandHeldMassScanner: 4294967295 # Infinite
AppraisalCartridge: 4294967295 # Infinite
# Keys
Expand Down
19 changes: 7 additions & 12 deletions Resources/Prototypes/_NF/Entities/Objects/Tools/jetpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,17 @@
sprite: _NF/Objects/Tanks/Jetpacks/nfsd.rsi
- type: Clothing
sprite: _NF/Objects/Tanks/Jetpacks/nfsd.rsi
slots:
- Back

#Filled security
- type: entity
id: JetpackNfsdFilled
parent: [JetpackNfsd, JetpackSecurityFilled]
parent: JetpackSecurityFilled
name: nfsd jetpack
suffix: Filled
components:
- type: GasTank
outputPressure: 42.6
air:
# 13 minutes thrust
volume: 5
temperature: 293.15
moles:
- 1.025689525 # oxygen
- 1.025689525 # nitrogen
- type: Item
sprite: _NF/Objects/Tanks/Jetpacks/nfsd.rsi
- type: Sprite
sprite: _NF/Objects/Tanks/Jetpacks/nfsd.rsi
- type: Clothing
sprite: _NF/Objects/Tanks/Jetpacks/nfsd.rsi
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions Resources/Textures/_NF/Objects/Tanks/Jetpacks/nfsd.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,32 @@
0.2
]
]
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "on-equipped-SUITSTORAGE",
"directions": 4,
"delays": [
[
0.2,
0.2
],
[
0.2,
0.2
],
[
0.2,
0.2
],
[
0.2,
0.2
]
]
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6649f36

Please sign in to comment.