Added missing sounds
Added equipping sounds to all Kitesheilds & sq shields that are currently available Added equipping sounds to combat Melee Boots that are currently available Added equipping sounds to combat Melee Gloves that are currently available Added equipping sounds to all Coifs that are currently available Added equipping sounds to all D'hide bodies that are currently available Added equipping sounds to all D'hide chaps that are currently available Added equipping sounds to all D'hide vambracers that are currently available Added equipping sounds to all Bows that are currently available Added equipping sounds to all Cross bows that are currently available Added equipping sounds to all Javelins that are currently available Added equipping sounds to all Knifes that are currently available Added equipping sounds to all Darts that are currently available Added equipping sounds to all Throwing axes that are currently available Added equipping sounds to all Arrows that are currently available Added equipping sounds to all Claws that are currently available Added equipping sounds to all Halbergs that are currently available Added equipping sounds to all Hastae that are currently available Added equiping sounds to all Daggers that are currently available Added equipping sounds to all Swords that are currently available Added equipping sounds to all Longswords that are currently available Added equipping sounds to all Scimitars that are currently available Added equipping sounds to all 2H swords that are currently available Added equipping sounds to all War-hammers that are currently available Corrected the incorrect equipping sounds to all staves to the correct sound Added equipping sound to the Easter ring Added equipping sound to the Jack lantern mask Added the correct red nose light animation to the Reindeer hat Corrected the Chocatrice cape to be the real one in game with the logo in the back and also added the emote to it Added sounds to the Scythe and corrected its combat animations Added the Rubber chicken emote "dance" with its music jingle and the chicken "bawk" sound Added the Ice amulet and the Wintumber tree to Diangos item return since they were missing Added the correct jingle to the Air guitar emote
This commit is contained in:
@@ -27,7 +27,7 @@ import static core.api.ContentAPIKt.inInventory;
|
||||
public class DiangoReclaimInterface extends ComponentPlugin {
|
||||
private static final int COMPONENT_ID = 468;
|
||||
public static final List<Item> ITEMS = new ArrayList<>(20);
|
||||
public static final Item[] HOLIDAY_ITEMS = {new Item(Items.YO_YO_4079), new Item(Items.REINDEER_HAT_10507), new Item(Items.RUBBER_CHICKEN_4566),new Item(Items.ZOMBIE_HEAD_6722), new Item(6857), new Item(6856), new Item(6858), new Item(6859), new Item(6860), new Item(6861), new Item(6862), new Item(6863), new Item(9920), new Item(9921),new Item(9922), new Item(9923), new Item(9924), new Item(9925), new Item(11019), new Item(11020), new Item(11021), new Item(11022), new Item(11789), new Item(11949), new Item(12634), new Item(14076), new Item(14077), new Item(14081),new Item(14595), new Item(14602), new Item(14603), new Item(14605), new Item(14654), new Item(Items.RED_MARIONETTE_6867), new Item(Items.GREEN_MARIONETTE_6866), new Item(Items.BLUE_MARIONETTE_6865)};
|
||||
public static final Item[] HOLIDAY_ITEMS = {new Item(Items.YO_YO_4079), new Item(Items.REINDEER_HAT_10507), new Item(Items.WINTUMBER_TREE_10508), new Item(Items.RUBBER_CHICKEN_4566),new Item(Items.ZOMBIE_HEAD_6722), new Item(6857), new Item(6856), new Item(6858), new Item(6859), new Item(6860), new Item(6861), new Item(6862), new Item(6863), new Item(9920), new Item(9921),new Item(9922), new Item(9923), new Item(9924), new Item(9925), new Item(11019), new Item(11020), new Item(11021), new Item(11022), new Item(11789), new Item(11949), new Item(12645), new Item(14076), new Item(14077), new Item(14081),new Item(14595), new Item(14602), new Item(14603), new Item(14605), new Item(14654), new Item(Items.ICE_AMULET_14596), new Item(Items.RED_MARIONETTE_6867), new Item(Items.GREEN_MARIONETTE_6866), new Item(Items.BLUE_MARIONETTE_6865)};
|
||||
|
||||
//initialize the plugin, add lists of items to the ITEMS list...
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user