34 lines
792 B
Plaintext
34 lines
792 B
Plaintext
|
;This file is for outfit sections not specified in another file in this folder.
|
||
|
;do not edit this file to add support for new outfits or outfit kinds.
|
||
|
;create a new file in this folder, file name(s) should include an addon identifier such as bas_
|
||
|
|
||
|
|
||
|
|
||
|
[o_none] ;ultimate fall back, no armor or unsupported armor with unrecognized kind
|
||
|
mag_limit_small = 2
|
||
|
mag_limit_medium = 0
|
||
|
mag_limit_large = 0
|
||
|
|
||
|
;the rest are fallbacks to the base anomaly kind values for outfits
|
||
|
|
||
|
|
||
|
[o_light]
|
||
|
mag_limit_small = 3
|
||
|
mag_limit_medium = 3
|
||
|
mag_limit_large = 0
|
||
|
|
||
|
[o_medium]
|
||
|
mag_limit_small = 4
|
||
|
mag_limit_medium = 4
|
||
|
mag_limit_large = 1
|
||
|
|
||
|
[o_heavy]
|
||
|
mag_limit_small = 6
|
||
|
mag_limit_medium = 6
|
||
|
mag_limit_large = 2
|
||
|
|
||
|
[o_sci]
|
||
|
mag_limit_small = 2
|
||
|
mag_limit_medium = 2
|
||
|
mag_limit_large = 0
|