mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
* Improved the display of the car fuel gauge on the world map interface. * Expanded set_critter_stat function to allow changing STAT_unused and STAT_dmg_* stats for the player, and STAT_unused for other critters. * Changed AllowUnsafeScripting to not require sfall debugging mode. * Changed NPCStage6Fix to be enabled by default. * Added a new value to AIBestWeaponFix to change the priority multiplier for having weapon perk to 3x. * Added RP's extra weapon anim codes to vanilla PMs in npcarmor.ini. Updated version number.
92 lines
1.4 KiB
INI
92 lines
1.4 KiB
INI
;WeaponAnims codes
|
|
; 1 - Knife (D)
|
|
; 2 - Club (E)
|
|
; 3 - Sledgehammer (F)
|
|
; 4 - Spear (G)
|
|
; 5 - Pistol (H)
|
|
; 6 - SMG (I)
|
|
; 7 - Rifle (J)
|
|
; 8 - Big Gun (K)
|
|
; 9 - Minigun (L)
|
|
; 10 - Rocket Launcher (M)
|
|
; 11-15 - sfall additional weapon animation codes
|
|
|
|
; This section maps 7 armor types to corresponding armor item PIDs
|
|
[ArmorTypes]
|
|
Jacket = 74,265
|
|
Leather = 1,379
|
|
Metal = 2,240,380
|
|
Power = 3,232
|
|
AdvPower = 348,349
|
|
Combat = 17,239,381
|
|
Robe = 113,524
|
|
|
|
; Default armor FIDs (the same for all NPCs)
|
|
[Default]
|
|
Power=16777217
|
|
AdvPower=16777287
|
|
Robe=16777218
|
|
|
|
|
|
; Sulik
|
|
[1]
|
|
PID=16777313
|
|
WeaponAnims=1,3,4,6,14
|
|
Default=16777280
|
|
Leather=16777325
|
|
Power=16777324
|
|
Metal=16777323
|
|
Jacket=16777321
|
|
Combat=16777322
|
|
|
|
; Vic
|
|
[2]
|
|
PID=16777278
|
|
WeaponAnims=1,5,7,13,14
|
|
Default=16777307
|
|
Jacket=16777329
|
|
Combat=16777330
|
|
Metal=16777331
|
|
Power=16777332
|
|
Leather=16777333
|
|
|
|
; Cassidy
|
|
[3]
|
|
PID=16777305
|
|
WeaponAnims=4,5,7,13
|
|
Default=16777354
|
|
Leather=16777260
|
|
Power=16777328
|
|
Metal=16777327
|
|
Jacket=16777351
|
|
Combat=16777326
|
|
|
|
; Myron
|
|
[4]
|
|
PID=16777376
|
|
WeaponAnims=1,5,14
|
|
Default=16777304
|
|
Leather=
|
|
Power=16777349
|
|
Combat=16777350
|
|
|
|
; Cat Jules
|
|
[5]
|
|
PID=16777734
|
|
WeaponAnims=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
|
|
Default=16777353
|
|
Leather=16777347
|
|
Metal=16777348
|
|
Jacket=16777346
|
|
Combat=16777226
|
|
|
|
; Kitsune
|
|
[6]
|
|
PID=16777724
|
|
WeaponAnims=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
|
|
Default=16777222
|
|
Leather=16777221
|
|
Metal=16777223
|
|
Jacket=16777222
|
|
Combat=16777219
|