Suggestion: More RPG Feeling!
Guarana opened this issue ยท 6 comments
Suggestion.
- use the prefix, suffix.txt for specific material like: wood_sword_prefix.txt
- add a name.txt beside prfix and suffix.txt. item example: (Broken) (Sword) (of Notch)
- add the possibility to mark Colors to specific materials
What happen if you put in these things?
We can controll the randomness of the geneartion a bit more. For example i want that all common tiers are Wood and Stone material Tools, and the Rare ones to Iron or Diamond i simply mark my Tiers to the specific material, and the prefix, name and suffix so we dont get a wooden sword namend: "Demon Spade of the Nether"
Config Example:
Diamond_Sword_prefix.txt
- Mighty
- Epic
- Demon
- Aether
- Unfair
- Legendary
Diamond_Sword_name.txt
- Spade
- Sword
- Thunder
- Stick
- Weapon
Diamond_Sword_suffix.txt
- of Doom
- of Notch
- from the Nether
Some Armor
Leather_Chest_prefix.txt
- Dark
- Rouge
- Sneaky
- Leather
Gold_Chest_prefix.txt
- Holy
- Mighty
- Paladin
- Juggment
I hope you got the idea of the whole thing and would add this to it to make the plugin more Epic than it already is!
The way we would do this is not how you have it represented here, but we will implement something of this nature soon. It should be available in a development build either tonight or tomorrow.
I looked at it and it looks good, but I just pushed a Auto loader that generates two folders /NamesPrefix /NamesSuffix
Where the users can put a file like Diamond_Sword.txt,Wooden_Axe,Stone_Pickaxe.txt,ect and all the prefixes/suffix's for that item will come from the folder if it exists if not just use the default. I left all the old code in there, Its a suggestion.