About FrankiesWeapon
Simple plugin that makes your Frankenstein pet wield a random melee weapon each time he is awoken
Features
- Will Get glowing eyes once wielding another weapon
- Each time he will wield a different melee weapon. selected from a list
- Support for random skins or preset through cfg.
Configuration :
{ "Main config": { "Debug": false, "Use Random Skins": true, "Melee weapons": [ { "shortname": "machete", "skin": 0 }, { "shortname": "pitchfork", "skin": 0 }, { "shortname": "knife.bone", "skin": 0 }, { "shortname": "knife.butcher", "skin": 0 }, { "shortname": "longsword", "skin": 0 }, { "shortname": "mace", "skin": 0 }, { "shortname": "salvaged.cleaver", "skin": 0 }, { "shortname": "salvaged.sword", "skin": 0 }, { "shortname": "knife.combat", "skin": 0 }, { "shortname": "bone.club", "skin": 0 }, { "shortname": "spear.wooden", "skin": 0 }, { "shortname": "spear.stone", "skin": 0 } ] } }