Skip to content

Commit

Permalink
Lower Badlands spawn weight of some CoC ships (#19103)
Browse files Browse the repository at this point in the history
Lower Badlands spawn weight of some CoC ships


![image](https://github.com/Aurorastation/Aurora.3/assets/107256943/8245bb7c-9a4f-4990-b782-934a249c19ac)

lowered to 0.5

---------

Co-authored-by: DreamySkrell <>
  • Loading branch information
DreamySkrell authored May 12, 2024
1 parent d913844 commit 90a5c33
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions html/changelogs/DreamySkrell-coc-badlands-weight.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

author: DreamySkrell

delete-after: True

changes:
- balance: "Lower Badlands spawn weight of some CoC ships."
1 change: 1 addition & 0 deletions maps/away/ships/coc/coc_ranger/coc_ship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
suffixes = list("coc_ship.dmm")

sectors = list(SECTOR_BADLANDS, ALL_COALITION_SECTORS)
spawn_weight_sector_dependent = list(ALL_BADLAND_SECTORS = 0.5)
sectors_blacklist = list(SECTOR_HANEUNIM, SECTOR_BURZSIA)
spawn_weight = 1
ship_cost = 1
Expand Down
1 change: 1 addition & 0 deletions maps/away/ships/coc/coc_surveyor/coc_surveyor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
suffixes = list("coc_surveyor.dmm")

sectors = list(SECTOR_BADLANDS, ALL_COALITION_SECTORS, ALL_VOID_SECTORS)
spawn_weight_sector_dependent = list(ALL_BADLAND_SECTORS = 0.5)
sectors_blacklist = list(SECTOR_HANEUNIM, SECTOR_BURZSIA)
spawn_weight = 1
ship_cost = 1
Expand Down
2 changes: 1 addition & 1 deletion maps/away/ships/xanu/xanu_frigate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
suffixes = list("xanu_frigate.dmm")

sectors = list(ALL_COALITION_SECTORS, SECTOR_BADLANDS)
spawn_weight_sector_dependent = list(SECTOR_LIBERTYS_CRADLE = 3)
spawn_weight_sector_dependent = list(SECTOR_LIBERTYS_CRADLE = 3, ALL_BADLAND_SECTORS = 0.5)
spawn_weight = 1
ship_cost = 1
id = "xanu_frigate"
Expand Down

0 comments on commit 90a5c33

Please sign in to comment.