Re: about this RPG
Posted: Sat Mar 22, 2014 6:37 pm
It was even worse with the PC versionjack1974 wrote:Recently I'm playing Diablo3 on the PS3, and I find a lot of items that aren't worth it. I guess in this case is different since you have a party, so an item that is weak for one could be useful for another.
Depending on what you wish, you could also include these. Note these are also done as adjectives, but some may work better as nouns (say Wispy to Wisp) or Cyclone, Conflagration, etc.Having a bit of trouble finding words to combine them for the elemental weapons. Currently I have as prefixes:so the result could be: Fire Dagger, Frozen Axe, etc. As you see have troubles for the Earth elementCode: Select all
if i=="Fire": nameE=renpy.random.choice(["Fire","Fiery","Flame","Burning","Incandescent"]) if i=="Water": nameE=renpy.random.choice(["Water","Icy","Freezing","Frozen","Cold"]) if i=="Air": nameE=renpy.random.choice(["Air","Flying","Wind","Quick","Ethereal"]) if i=="Earth": nameE=renpy.random.choice(["Earth","Nature","?","?","?"]) if i=="Dark": nameE=renpy.random.choice(["Dark","Poison","Venomous","Obscure","Black"])
Fire -- Glowing (maybe for the weakest), Flickering, Flaming (in place of Flame), Blazing, Conflagrant
Water -- If you go the ice route: Brisk, Icy, Frosty, Arctic, Glacial (maybe the highest rank?)
If you go for a flood route: Watery, Flowing, Surging, Torrential, Deluge
Air -- Wispy (for a light amount), Breezy, Blowing, Howling (like a howling wind), Tempestuous, Cyclonic (or a Cyclone)
Earth -- Thinking of avalanches, and earthquakes hear: Quavering, Shaking, Rumbling (think of earth tremors), Trembling, Engulfing
If of a Nature bent, admittedly, thinking of plants here like vines: Entangling, Enmeshed, Fettered
Dark -- If you are just going with the color, maybe: Faint, Nebulous, Murky, Shadowed, Stygian
For Poison: You already have Venomous and Poisonous. One can include Plague (as a noun), Toxic, Miasmic, Blight

