forked from 2009Scape/Server
Changed Construction Workbenches to no longer require upgrading
Since hotspot upgrading is not in, they were requiring an unobtainable item in order to craft. They now only require oak planks and steel bars. The ammounts have been increased to compensate for the lack of upgrade mechanic.
This commit is contained in:
parent
67990205b4
commit
af446a4c27
1 changed files with 2 additions and 2 deletions
|
|
@ -214,8 +214,8 @@ public enum Decoration {
|
|||
WORKBENCH_WOODEN (13704, 8375, 17, 143, new Item[] { new Item(Items.PLANK_960, 5) }),
|
||||
WORKBENCH_OAK (13705, 8376, 32, 300, new Item[] { new Item(Items.OAK_PLANK_8778, 5) }),
|
||||
WORKBENCH_STEEL_FRAME(13706, 8377, 46, 440, new Item[] { new Item(Items.OAK_PLANK_8778, 6), new Item(Items.STEEL_BAR_2353, 4) }),
|
||||
WORKBENCH_WITH_VICE (13707, 8378, 62, 750, new Item[] { new Item(Items.STEEL_FRAMED_BENCH_8377), new Item(Items.OAK_PLANK_8778, 2), new Item(Items.STEEL_BAR_2353) }),
|
||||
WORKBENCH_WITH_LATHE (13708, 8379, 77, 1000, new Item[] { new Item(Items.OAK_WORKBENCH_8376), new Item(Items.OAK_PLANK_8778, 2), new Item(Items.STEEL_BAR_2353) }),
|
||||
WORKBENCH_WITH_VICE (13707, 8378, 62, 750, new Item[] { new Item(Items.OAK_PLANK_8778, 8), new Item(Items.STEEL_BAR_2353, 5) }),
|
||||
WORKBENCH_WITH_LATHE (13708, 8379, 77, 1000, new Item[] { new Item(Items.OAK_PLANK_8778, 8), new Item(Items.STEEL_BAR_2353, 6) }),
|
||||
|
||||
/**
|
||||
* Workshop repair benches/stands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue