From dc82832304e25de8e58451f2b7d389eaabf6e680 Mon Sep 17 00:00:00 2001 From: Chris Vickery Date: Sat, 20 May 2017 10:55:02 -0700 Subject: [PATCH] Nerf stop hitting yourself, hide screenshots (#810) --- .gitignore | 2 ++ .../npc/units/stopfightingyourself/stopfightingyourself.txt | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) 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.