PoisonResist
Returns the character’s poison resistance value.
Returns 0 if the character is not connected.
Возвращает значение сопротивления яду персонажа.
Возвращает 0, если персонаж не подключён.
function PoisonResist: Word;
def PoisonResist() -> int: ...
begin
AddToSystemJournal('Poison Resist: ' + IntToStr(PoisonResist));
end.
AddToSystemJournal(f'Poison Resist: {PoisonResist()}')