Difference between revisions of "Items"

From The Lost City Shard Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
Bandages purified in the waters of the Fountain of Life, have increased healing potential.
 
Bandages purified in the waters of the Fountain of Life, have increased healing potential.
  
'''Bandage healing rates:'''
 
  
 +
----
 +
 +
'''Normal Bandage healing rate :'''
  
Normal Bandages :
 
 
min = (anatomy / 8.0) + (healing / 5.0) + 4.0;
 
min = (anatomy / 8.0) + (healing / 5.0) + 4.0;
 +
 
max = (anatomy / 6.0) + (healing / 2.5) + 4.0;
 
max = (anatomy / 6.0) + (healing / 2.5) + 4.0;
  
Enhanced bandages :
+
'''Enhanced bandage healing rate :'''
 +
 
 
min = (anatomy / 6.0) + (healing / 3.5) + 4.0;
 
min = (anatomy / 6.0) + (healing / 3.5) + 4.0;
 +
 
max = (anatomy / 4.0) + (healing / 1.5) + 4.0;
 
max = (anatomy / 4.0) + (healing / 1.5) + 4.0;

Revision as of 17:41, 18 June 2015

Fountain of Life

Purifies up to 10 bandages per day increasing their healing potential, can be bought from the vending stone on top of The Lost City Bank.

Enhanced Bandages

Bandages purified in the waters of the Fountain of Life, have increased healing potential.



Normal Bandage healing rate :

min = (anatomy / 8.0) + (healing / 5.0) + 4.0;

max = (anatomy / 6.0) + (healing / 2.5) + 4.0;

Enhanced bandage healing rate :

min = (anatomy / 6.0) + (healing / 3.5) + 4.0;

max = (anatomy / 4.0) + (healing / 1.5) + 4.0;