mirror of
https://github.com/BC46/freelancer-hd-edition
synced 2024-08-30 18:32:47 +00:00
Iw01 sun death zone fixes (#200)
* Iw01 sun death zone fixes Added atmosphere range with death zone radius +1000 (consistent with most stars) and 6000 is a death zone radius for 1000-radius star models elsewhere, which works in the geometry of Iw01 just fine, so I'm leaving that unchanged. Only increased the death zone's damage to the normal amount for sun death zones
This commit is contained in:
parent
45691d6428
commit
5264a1ae45
@ -160,6 +160,7 @@ pos = 0, 0, 0
|
||||
ambient_color = 255, 255, 255
|
||||
archetype = sun_1000
|
||||
star = med_yellow_sun
|
||||
atmosphere_range = 7000
|
||||
ids_info = 66163
|
||||
|
||||
[Object]
|
||||
@ -2160,7 +2161,7 @@ nickname = ZONE_Iw01_sun_death
|
||||
pos = 9, 0, 28
|
||||
shape = SPHERE
|
||||
size = 6000
|
||||
damage = 100
|
||||
damage = 10000
|
||||
sort = 99.5
|
||||
population_additive = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user