This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shipyard RCD (new-frontiers-14#1130)
* Remaining fixes and add to research etc * Bump price * Bump material price * Fix shipyard ammo refuel normal rcd * Fix sounds * Fix sounds
- Loading branch information
1 parent
428803d
commit d96c8ce
Showing
18 changed files
with
254 additions
and
12 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
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
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
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
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
8 changes: 8 additions & 0 deletions
8
Resources/Locale/en-US/_NF/shipyard/shipyard-rcd-component.ftl
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,8 @@ | ||
## UI | ||
rcd-component-missing-id-deed = No ship registered to this ID | ||
rcd-component-can-only-build-authorized-ship = Can only build on authorized ships! | ||
rcd-component-no-id-swiped = Swipe id card on RCD to authorize. | ||
rcd-component-use-blocked = The RCD whirrs, but nothing happens. | ||
rcd-component-id-card-accepted = You swipe the id card and the RCD makes a accepting noise. | ||
rcd-component-id-card-removed = The RCD powers down, unauthorizing it. | ||
rcd-component-wrong-ammo-type = Wrong type of RCD ammo. |
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 |
---|---|---|
|
@@ -11,3 +11,5 @@ | |
GeigerCounter: 10 # Frontier | ||
PowerCellMedium: 15 | ||
# NetworkConfigurator: 15 | ||
ShipyardRCD: 10 | ||
ShipyardRCDAmmo: 20 |
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
37 changes: 37 additions & 0 deletions
37
Resources/Prototypes/_NF/Entities/Objects/Tools/shipyard_rcd.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,37 @@ | ||
- type: entity | ||
name: Shipyard RCD | ||
parent: BaseItem | ||
id: ShipyardRCD | ||
description: An advanced construction device which can place/remove walls, floors, and airlocks quickly. It has a slot to swipe ID cards. | ||
components: | ||
- type: RCD | ||
isShipyardRCD: true | ||
- type: LimitedCharges | ||
maxCharges: 5 | ||
charges: 5 | ||
- type: UseDelay | ||
- type: Sprite | ||
sprite: Objects/Tools/rcd.rsi | ||
state: icon-shipyard | ||
- type: Item | ||
size: Normal | ||
- type: Clothing | ||
sprite: Objects/Tools/rcd.rsi | ||
quickEquip: false | ||
slots: | ||
- Belt | ||
- type: PhysicalComposition | ||
materialComposition: | ||
Steel: 5000 | ||
Plastic: 1000 | ||
- type: StaticPrice | ||
price: 500 | ||
|
||
- type: entity | ||
id: ShipyardRCDEmpty | ||
parent: ShipyardRCD | ||
suffix: Empty | ||
components: | ||
- type: LimitedCharges | ||
maxCharges: 5 | ||
charges: 0 |
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,20 @@ | ||
- type: entity | ||
name: Shipyard RCD Ammo | ||
parent: BaseItem | ||
id: ShipyardRCDAmmo | ||
description: Ammo cartridge for a Shipyard RCD. | ||
components: | ||
- type: RCDAmmo | ||
isShipyardRCDAmmo: true | ||
- type: Sprite | ||
sprite: Objects/Tools/rcd.rsi | ||
state: ammo-shipyard | ||
- type: Item | ||
sprite: Objects/Tools/rcd.rsi | ||
heldPrefix: ammo-shipyard | ||
- type: PhysicalComposition | ||
materialComposition: | ||
Steel: 1000 | ||
Plastic: 1000 | ||
- type: StaticPrice | ||
price: 100 |
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.
Oops, something went wrong.