Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mersen-tyn committed Dec 9, 2024
1 parent 28a0c12 commit de77595
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Corvax/Maps/Outpost/corvax_frontier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
mapPath: /Maps/Corvax/Outpost/corvaxFrontier.yml
minPlayers: 0
maxPlayers: 100
randomRotation: false
maxRandomOffset: 0
stations:
corvaxFrontier:
stationProto: StandardFrontierStation
Expand Down
14 changes: 10 additions & 4 deletions Resources/Prototypes/Corvax/PointsOflnterest/Charlie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@
name: 'Синдикатовcкий аванпост Чарли'
rangeMin: 8150
rangeMax: 13550
IFFColor: "#C83737" #red the color of ebil
IFFFlags: [HideLabel, Hide] # Invisible
allowIFFChanges: true
spawnGroup: SyndicateFOB
hideWarp: true
gridPath: /Maps/Corvax/POI/charlie.yml
addComponents:
- type: IFF
color: "#C83737"
flags: [HideLabel, Hide]
- type: Shuttle
angularDamping: 999999
linearDamping: 999999
- type: SyndicateFOB # For pinpointer


- type: gameMap
id: Charlie
Expand Down
8 changes: 7 additions & 1 deletion Resources/Prototypes/Corvax/PointsOflnterest/Hospital.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
rangeMin: 1000
rangeMax: 1800
gridPath: /Maps/Corvax/POI/Hospital.yml
IFFColor: "#1895a3"
addComponents:
- type: IFF
color: "#1895a3"
readOnly: true
- type: Shuttle
angularDamping: 999999
linearDamping: 999999

- type: gameMap
id: Hospital
Expand Down

0 comments on commit de77595

Please sign in to comment.