Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion Resources/Prototypes/_Mono/PointsOfInterest/pdvhelios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
messageSet: Pirate
- type: StationDeadDropHintExempt
- type: TradeCrateWildcardDestination
valueMultiplier: 1.0 # Mono
valueMultiplier: 0.2 # Mono
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
- type: entity
parent:
- CrateTradeBaseSecure
- StorePresetUplink
id: CrateTradeBaseSecureContraband
name: Syndicate contraband crate
description: Contains goods made in the Spinward sector, ready to be smuggled to a cargo depot for profit. MAKE SURE THE CRATE IS INTACT.
Expand All @@ -118,8 +119,8 @@
- MachineLayer
- type: Contraband
turnInValues:
FederationMilitaryCredit: 12 # Mono
Doubloon: 12 # Mono
FederationMilitaryCredit: 16 # Mono
Doubloon: 16 # Mono
- type: ShipyardSellCondition
blockSale: true
reason: shipyard-console-contraband-onboard
Expand All @@ -137,3 +138,14 @@
scale: 1.5
shape: hexagon
visibleFromOtherGrids: true
- type: EntityStorage
- type: ContainerContainer
containers:
entity_storage: !type:Container
- type: SurplusBundle
totalPrice: 35
- type: Lock
breakOnAccessBreaker: false
- type: AccessReader
breakOnAccessBreaker: false
access: [["SyndicateAgent"]]
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
offset: "-0.5,0"
map: ["enum.PaperLabelVisuals.Layer"]
- type: TradeCrate
valueAtDestination: 65000
valueElsewhere: 45000
valueAtDestination: 85000
valueElsewhere: 55000

- type: entity
parent: [ CrateTradeBaseSecureContraband, BaseFactionGearTaxedT2 ]
Expand Down Expand Up @@ -142,7 +142,7 @@
offset: "-0.5,0"
map: ["enum.PaperLabelVisuals.Layer"]
- type: TradeCrate
valueAtDestination: 90000
valueAtDestination: 110000
valueElsewhere: 7500
expressDeliveryDuration: 3600 # one hour, go go (timeout mostly for pirates & NFSD)
expressOnTimeBonus: 10000
Expand Down Expand Up @@ -174,11 +174,13 @@
offset: "-0.5,0"
map: ["enum.PaperLabelVisuals.Layer"]
- type: TradeCrate
valueAtDestination: 70000
valueAtDestination: 90000
valueElsewhere: 4000
expressDeliveryDuration: 3600 # one hour, go go (timeout mostly for pirates & NFSD)
expressOnTimeBonus: 30000
expressLatePenalty: 30000
- type: SurplusBundle
totalPrice: 45

- type: entity
parent: [ CrateTradeBaseSecureContraband, BaseFactionGearTaxedT2 ]
Expand Down Expand Up @@ -207,11 +209,13 @@
offset: "-0.5,0"
map: ["enum.PaperLabelVisuals.Layer"]
- type: TradeCrate
valueAtDestination: 105000
valueAtDestination: 125000
valueElsewhere: 5000
expressDeliveryDuration: 36000 # one hour, go go (timeout mostly for pirates & NFSD)
expressOnTimeBonus: 45000
expressLatePenalty: 30000
- type: SurplusBundle
totalPrice: 55

- type: entity
parent: [ CrateTradeBaseSecureContraband, BaseFactionGearTaxedT3 ] # the only t3
Expand Down Expand Up @@ -240,9 +244,11 @@
offset: "-0.5,0"
map: ["enum.PaperLabelVisuals.Layer"]
- type: TradeCrate
valueAtDestination: 105000
valueAtDestination: 145000
valueElsewhere: 6000
expressDeliveryDuration: 3600 # one hour, go go (timeout mostly for pirates & NFSD)
expressOnTimeBonus: 45000
expressLatePenalty: 30000
- type: SurplusBundle
totalPrice: 65
# endregion Contraband Crates
Loading