diff --git a/.gitignore b/.gitignore index 7150ea21c4..b5f48ee499 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,5 @@ rich_presence_persistent_data.txt cache_*.soc .luacheckcache here/ + +game/screenshots/ diff --git a/game/scripts/npc/units/stopfightingyourself/stopfightingyourself.txt b/game/scripts/npc/units/stopfightingyourself/stopfightingyourself.txt index 52d2a48922..d0eb20a9c5 100644 --- a/game/scripts/npc/units/stopfightingyourself/stopfightingyourself.txt +++ b/game/scripts/npc/units/stopfightingyourself/stopfightingyourself.txt @@ -22,8 +22,8 @@ // Armor //---------------------------------------------------------------- - "ArmorPhysical" "250" // Physical protection. - "MagicalResistance" "200" // Magical protection (percentage). + "ArmorPhysical" "75" // Physical protection. + "MagicalResistance" "20" // Magical protection (percentage). // Attack //---------------------------------------------------------------- @@ -59,7 +59,7 @@ // Status //---------------------------------------------------------------- "StatusHealth" "10000" // Base health - "StatusHealthRegen" "10" // Health regeneration rate. + "StatusHealthRegen" "10" // Health regeneration rate. -- effectively 100 because boss resists "StatusMana" "500" // Base mana. "StatusManaRegen" "10" // Mana regeneration rate.