mirror of
https://github.com/afritz1/OpenTESArena.git
synced 2026-09-11 12:56:41 +02:00
2
Diseases
Allofich edited this page 2020-04-27 01:47:30 +09:00
Disease names: strings @3AB08.
Disease chances: signed byte array @42212. Negative values have special meaning.
Diseases with 3-to-18 day durations (rather than infinite): byte array @47F47
Disease damage min-maxes: byte-pairs (max, min) @47F48
Disease damaged attributes: byte arrays, starting @3DB62 in the order of the disease IDs. Each list is terminated by FF.
Monsters with diseases (rat, ghoul, zombie, vampire): byte array @47647
Rat diseases: byte array @47653
Ghoul diseases: byte array @4765C
Zombie diseases: byte array @47666
Vampire diseases: byte array @4766F