-
Notifications
You must be signed in to change notification settings - Fork 599
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Pirate Uplink and New Drip. Adds in a fully operational pirate coconut uplink, as well as new drippy drip. Listed as draft as awaiting updated icon sprites. * Added fixed textures. Drip is good, uplink is FUBAR. * Fix? Added tags and currency yml? FIX * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA Uplink is working now. * aaaaaaaaaaaaaaaaaa * Test Test * test test * Fix? Fix? * AAAAAA AAAAAA fixed * Update Resources/Locale/en-US/_NF/store/uplink-catalog.ftl Co-authored-by: Whatstone <[email protected]> * Update Resources/Locale/en-US/_NF/store/uplink-catalog.ftl Co-authored-by: Whatstone <[email protected]> * Update Resources/Prototypes/Catalog/Fills/Crates/antag.yml Co-authored-by: Whatstone <[email protected]> * Update meta.json * Update meta.json * Update meta.json * Update pirate_uplink_catalog.yml * Update Resources/Prototypes/_NF/Entities/Clothing/Uniforms/jumpsuits.yml Co-authored-by: Whatstone <[email protected]> * Update Resources/Prototypes/_NF/Entities/Clothing/Neck/cloaks.yml Co-authored-by: Whatstone <[email protected]> * Update meta.json * Update meta.json * Update meta.json * Update meta.json * Blinky pirate uplink * Pirate HardSuit->Pirate Hardsuit * Mofuckin Yeet This ish is done. GG no RE * pirate cleanup (spelling, slugs, and s-grammar) * Pirate uplink: rework text, use lethal shells * Fix lethal shotgun entity ID --------- Co-authored-by: Whatstone <[email protected]> Co-authored-by: Whatstone <[email protected]> Co-authored-by: Whatstone <[email protected]>
- Loading branch information
1 parent
de8386a
commit 4586a34
Showing
71 changed files
with
975 additions
and
37 deletions.
There are no files selected for viewing
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 +1,2 @@ | ||
store-currency-display-security-telecrystal = FUC | ||
store-currency-display-pirate-telecrystal = DB |
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
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,34 +1 @@ | ||
- type: entity | ||
id: CratePirateChestCaptain | ||
name: captains pirate chest | ||
suffix: Filled | ||
parent: CratePirate | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ClothingNeckCloakPirateCap | ||
- id: Cutlass # Frontier EnergyCutlass<Cutlass | ||
- id: DeathAcidifierImplanter # Frontier MicroBombImplanter<DeathAcidifierImplanter | ||
- id: ClothingHeadsetAltFreelancer # Frontier | ||
|
||
- type: entity | ||
id: CratePirateChest | ||
name: crews pirate chest | ||
suffix: Filled | ||
parent: CratePirate | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: WeaponLauncherPirateCannon | ||
amount: 2 | ||
- id: ClothingOuterCoatGentle | ||
- id: Cutlass | ||
amount: 2 | ||
- id: CannonBall | ||
amount: 2 | ||
- id: WeaponPistolFlintlock | ||
amount: 4 | ||
- id: WeaponShotgunBlunderbuss | ||
amount: 2 | ||
- id: ClothingHeadsetFreelance # Frontier | ||
amount: 3 # Frontier |
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
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,67 @@ | ||
- type: entity | ||
id: CratePirateChestCaptain | ||
name: captain's pirate chest | ||
suffix: Filled | ||
parent: CratePirate | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ClothingNeckCloakPirateCap | ||
- id: Cutlass # Frontier EnergyCutlass<Cutlass | ||
- id: DeathAcidifierImplanter # Frontier MicroBombImplanter<DeathAcidifierImplanter | ||
- id: ClothingHeadsetAltFreelancer # Frontier | ||
|
||
- type: entity | ||
id: CratePirateChest | ||
name: crew's pirate chest | ||
suffix: Filled | ||
parent: CratePirate | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: WeaponLauncherPirateCannon | ||
amount: 2 | ||
- id: ClothingOuterCoatGentle | ||
- id: Cutlass | ||
amount: 2 | ||
- id: CannonBall | ||
amount: 2 | ||
- id: WeaponPistolFlintlock | ||
amount: 4 | ||
- id: WeaponShotgunBlunderbuss | ||
amount: 2 | ||
- id: ClothingHeadsetFreelance # Frontier | ||
amount: 3 # Frontier | ||
|
||
- type: entity | ||
id: CratePirateChestCannonBall | ||
name: cannonball chest | ||
suffix: Filled | ||
parent: CratePirateGrey | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: CannonBall | ||
amount: 6 | ||
|
||
- type: entity | ||
id: CratePirateChestGrapeShot | ||
name: grapeshot chest | ||
suffix: Filled | ||
parent: CratePirateGrey | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: CannonBallGrapeshot | ||
amount: 6 | ||
|
||
- type: entity | ||
id: CratePirateChestGlassShot | ||
name: glassshot chest | ||
suffix: Filled | ||
parent: CratePirateGrey | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: CannonBallGlassshot | ||
amount: 6 |
Oops, something went wrong.