deathmarine / DiabloDrops

Bukkit plugin that adjusts the mob dropping mechanics to include regularly dropped enchanted items that could be commonly found in Diablo.
http://dev.bukkit.org/bukkit-plugins/diablodrops/
GNU General Public License v3.0
17 stars 19 forks source link

Suggestion: More RPG Feeling! #34

Closed ghost closed 11 years ago

ghost commented 11 years ago

Suggestion.

  1. use the prefix, suffix.txt for specific material like: wood_sword_prefix.txt
  2. add a name.txt beside prfix and suffix.txt. item example: (Broken) (Sword) (of Notch)
  3. 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

Diamond_Sword_name.txt

Diamond_Sword_suffix.txt

Some Armor

Leather_Chest_prefix.txt

Gold_Chest_prefix.txt

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!

ToppleTheNun commented 11 years ago

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.

ToppleTheNun commented 11 years ago

If it is implemented, it will be done by the weekend.

deathmarine commented 11 years ago

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.

ToppleTheNun commented 11 years ago

Alright. I'll keep looking at it.

deathmarine commented 11 years ago

https://github.com/deathmarine/DiabloDrops/wiki/Custom-Naming-Update

deathmarine commented 11 years ago

I think that it is safe to say that this is done.