Skip to content

Commit

Permalink
Mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Feb 6, 2024
1 parent f7a5dd7 commit 58530f8
Show file tree
Hide file tree
Showing 8 changed files with 5,429 additions and 5,018 deletions.
526 changes: 290 additions & 236 deletions Resources/Maps/_NF/Outpost/frontier.yml

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions Resources/Maps/_NF/POI/cargodepot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,14 @@ entities:
rot: 1.5707963267948966 rad
pos: 13.5,1.5
parent: 10
- proto: AntiAnomalyZone50
entities:
- uid: 451
components:
- type: Transform
rot: 3.141592653589793 rad
pos: 0.5,2.5
parent: 10
- proto: APCBasic
entities:
- uid: 620
Expand Down
5,553 changes: 2,909 additions & 2,644 deletions Resources/Maps/_NF/Shuttles/mccargo.yml

Large diffs are not rendered by default.

615 changes: 318 additions & 297 deletions Resources/Maps/_NF/Shuttles/mcdelivery.yml

Large diffs are not rendered by default.

3,733 changes: 1,894 additions & 1,839 deletions Resources/Maps/_NF/Shuttles/stellaris.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: entity
parent: AntiAnomalyZone
id: AntiAnomalyZone200
suffix: "range 200"
description: Anomalies will not be able to appear within a 200 block radius of this point.
components:
- type: AntiAnomalyZone
zoneRadius: 200
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
name: shipyard console
parent: BaseStructureComputer
parent: [BaseStructureUnanchorable, BaseStructureIndestructible, BaseStructureComputer]
id: ComputerShipyard
description: Used to purchase and sell shuttles
placement:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Shipyard/stellaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
stationProto: StandardFrontierVessel
components:
- type: StationNameSetup
mapNameTemplate: '{0} Stellaris {1}'
mapNameTemplate: 'Stellaris {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
Expand Down

0 comments on commit 58530f8

Please sign in to comment.