Skip to content

Commit

Permalink
Nerf stop hitting yourself, hide screenshots (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisinajar authored May 20, 2017
1 parent f75e505 commit dc82832
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ rich_presence_persistent_data.txt
cache_*.soc
.luacheckcache
here/

game/screenshots/
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

// Armor
//----------------------------------------------------------------
"ArmorPhysical" "250" // Physical protection.
"MagicalResistance" "200" // Magical protection (percentage).
"ArmorPhysical" "75" // Physical protection.
"MagicalResistance" "20" // Magical protection (percentage).

// Attack
//----------------------------------------------------------------
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit dc82832

Please sign in to comment.