mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Lower Badlands spawn weight of some CoC ships (#19103)
Lower Badlands spawn weight of some CoC ships  lowered to 0.5 --------- Co-authored-by: DreamySkrell <>
This commit is contained in:
co-authored by
DreamySkrell <>
parent
d913844b7d
commit
90a5c33f77
@@ -0,0 +1,7 @@
|
||||
|
||||
author: DreamySkrell
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- balance: "Lower Badlands spawn weight of some CoC ships."
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user