Skip to content

Commit

Permalink
minor cleanup & fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Dec 23, 2024
1 parent 87c0ec1 commit ab65676
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@
sprite: _NF/Structures/Storage/Crates/tradedark.rsi
- type: Sprite
sprite: _NF/Structures/Storage/Crates/tradedark.rsi
layers:
- state: icon
- sprite: _NF/Interface/Misc/cargo_destination_icons.rsi
state: cargo_other
map: ["enum.TradeCrateVisualLayers.Icon"]
visible: false
- sprite: _NF/Interface/Misc/cargo_destination_icons.rsi
state: cargo_priority_inactive
map: ["enum.TradeCrateVisualLayers.Priority"]
visible: false
- type: EntityStorage
deleteContentsOnDestruction: true
- type: Fixtures
Expand Down Expand Up @@ -66,6 +76,16 @@
sprite: _NF/Structures/Storage/Crates/tradelight.rsi
- type: Sprite
sprite: _NF/Structures/Storage/Crates/tradelight.rsi
layers:
- state: icon
- sprite: _NF/Interface/Misc/cargo_destination_icons.rsi
state: cargo_other
map: ["enum.TradeCrateVisualLayers.Icon"]
visible: false
- sprite: _NF/Interface/Misc/cargo_destination_icons.rsi
state: cargo_priority_inactive
map: ["enum.TradeCrateVisualLayers.Priority"]
visible: false
- type: EntityStorage
deleteContentsOnDestruction: true
- type: Fixtures
Expand Down Expand Up @@ -123,6 +143,16 @@
sprite: _NF/Structures/Storage/Crates/contraband1_crate.rsi
- type: Sprite
sprite: _NF/Structures/Storage/Crates/contraband1_crate.rsi
layers:
- state: icon
- sprite: _NF/Interface/Misc/cargo_destination_icons.rsi
state: cargo_other
map: ["enum.TradeCrateVisualLayers.Icon"]
visible: false
- sprite: _NF/Interface/Misc/cargo_destination_icons.rsi
state: cargo_priority_inactive
map: ["enum.TradeCrateVisualLayers.Priority"]
visible: false
- type: TradeCrate
valueAtDestination: 3000
valueElsewhere: 1500
Expand All @@ -136,6 +166,16 @@
sprite: _NF/Structures/Storage/Crates/contraband2_crate.rsi
- type: Sprite
sprite: _NF/Structures/Storage/Crates/contraband2_crate.rsi
layers:
- state: icon
- sprite: _NF/Interface/Misc/cargo_destination_icons.rsi
state: cargo_other
map: ["enum.TradeCrateVisualLayers.Icon"]
visible: false
- sprite: _NF/Interface/Misc/cargo_destination_icons.rsi
state: cargo_priority_inactive
map: ["enum.TradeCrateVisualLayers.Priority"]
visible: false
- type: TradeCrate
valueAtDestination: 5000
valueElsewhere: 2500
Expand All @@ -152,6 +192,16 @@
sprite: _NF/Structures/Storage/Crates/contraband3_crate.rsi
- type: Sprite
sprite: _NF/Structures/Storage/Crates/contraband3_crate.rsi
layers:
- state: icon
- sprite: _NF/Interface/Misc/cargo_destination_icons.rsi
state: cargo_other
map: ["enum.TradeCrateVisualLayers.Icon"]
visible: false
- sprite: _NF/Interface/Misc/cargo_destination_icons.rsi
state: cargo_priority_inactive
map: ["enum.TradeCrateVisualLayers.Priority"]
visible: false
- type: TradeCrate
valueAtDestination: 7500
valueElsewhere: 3750
Expand All @@ -169,6 +219,16 @@
sprite: _NF/Structures/Storage/Crates/donkco_crate.rsi
- type: Sprite
sprite: _NF/Structures/Storage/Crates/donkco_crate.rsi
layers:
- state: icon
- sprite: _NF/Interface/Misc/cargo_destination_icons.rsi
state: cargo_other
map: ["enum.TradeCrateVisualLayers.Icon"]
visible: false
- sprite: _NF/Interface/Misc/cargo_destination_icons.rsi
state: cargo_priority_inactive
map: ["enum.TradeCrateVisualLayers.Priority"]
visible: false
- type: TradeCrate
valueAtDestination: 10000
valueElsewhere: 5000
Expand All @@ -186,6 +246,16 @@
sprite: _NF/Structures/Storage/Crates/cybersun_crate.rsi
- type: Sprite
sprite: _NF/Structures/Storage/Crates/cybersun_crate.rsi
layers:
- state: icon
- sprite: _NF/Interface/Misc/cargo_destination_icons.rsi
state: cargo_other
map: ["enum.TradeCrateVisualLayers.Icon"]
visible: false
- sprite: _NF/Interface/Misc/cargo_destination_icons.rsi
state: cargo_priority_inactive
map: ["enum.TradeCrateVisualLayers.Priority"]
visible: false
- type: TradeCrate
valueAtDestination: 10000
valueElsewhere: 5000
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/_NF/PointsOfInterest/depots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
name: Cargo Depot
minimumDistance: 4500
maximumDistance: 6000
spawnGamePreset: [ NFAdventure, NFPirate ]
spawnGroup: CargoDepot
gridPath: /Maps/_NF/POI/cargodepotalt.yml
addComponents:
Expand Down

0 comments on commit ab65676

Please sign in to comment.