forums | blogs | polls | tutorials | downloads | rules | help

Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in remember_me_form_alter() (line 78 of /var/www/siegetheday.org/sites/all/modules/contrib/remember_me/remember_me.module).

Dee Worf in Ehb

Dee Worf was kind of bored with Talon's World because there are no Dwarves. So she has decided to visit Kingdom of Ehb. We have made it to Glitterdelve so there are now two dwarves in the party one female and one male. Never heard a dwarf giggle before but Dee Worf did when she met someone of her own race. We are playing using the LoA Start so that I could employ some more of my mods. I have also installed your robe mod Kathy because Zed was just a little pissed off having to wear the girl armor. He kept yelling at everyone in site I am not gay really I'm not!!! Kathy you might wish to consider making some of the robes progressive such that they grow with the character.

[magic]
  {
    [enchantments]
    {
      [*]
      {
      alteration = alter_ARMOR;
      description = "Adds Armor Based on Strength";
      duration = #infinite;
      is_permanent = true;
      is_single_instance = false;
      value = ((#str)*(#str)/6);
      }
      [*]
      {
      alteration = alter_strength;
      description = "Adds to Strength Based on Intelligence";
      duration = #infinite;
      is_permanent = true;
      is_single_instance = false;
      value = ((#int)/7);
      }
    }
  }
}

You could also add these for robes used by mages
[*]
      {
      alteration = alter_combat_magic;
      description = "Adds to Combat Magic Based on Intelligence";
      duration = #infinite;
      is_permanent = true;
      is_single_instance = false;
      value = (#int/10);
      }
      [*]
      {
      alteration = alter_nature_magic;
      description = "Adds to Nature Magic Based on Intelligence";
      duration = #infinite;
      is_permanent = true;
      is_single_instance = false;
      value = (#int/10);
      }
      [*]

It is just a thought. Not really necessary but might make things a bit more interesting. I can always change things for my own use.
Elf

blogs: 

Comments

I could try that and see what happens. One robe has some enchantments on it, "Ruby Melt". I have found when I fiddle around too much with pcontent bad things happen with other mods or the game. But enchantments are different, so yeah. I'll give it a shot.

We wouldn't want folks to think Zed is gay, even though he totally is. Wink

(on a serious note, I'm just joking about the gay thing, no offense intended).