mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Corrected fletching arrow xp
This commit is contained in:
parent
4156f28b93
commit
5c027e2649
1 changed files with 7 additions and 7 deletions
|
|
@ -190,13 +190,13 @@ public class Fletching {
|
|||
|
||||
}
|
||||
public enum ArrowHeads {
|
||||
BRONZE_ARROW(39, 882, 1, 2.6),
|
||||
IRON_ARROW(40, 884, 15, 3.8),
|
||||
STEEL_ARROW(41, 886, 30, 6.3),
|
||||
MITHRIL_ARROW(42, 888, 45, 8.8),
|
||||
ADAMANT_ARROW(43, 890, 60, 11.3),
|
||||
RUNE_ARROW(44, 892, 75, 13.8),
|
||||
DRAGON_ARROW(11237, 11212, 90, 16.3),
|
||||
BRONZE_ARROW(39, 882, 1, 1.3),
|
||||
IRON_ARROW(40, 884, 15, 2.5),
|
||||
STEEL_ARROW(41, 886, 30, 5),
|
||||
MITHRIL_ARROW(42, 888, 45, 7.5),
|
||||
ADAMANT_ARROW(43, 890, 60, 10),
|
||||
RUNE_ARROW(44, 892, 75, 12.5),
|
||||
DRAGON_ARROW(11237, 11212, 90, 15),
|
||||
BROAD_ARROW(13278, 4160, 52, 15);
|
||||
|
||||
public int unfinished,finished,level;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue