An item I hacked together

Oct 11, 2016, 12:57 am
#1
Ex-Tyrant of the IVANers


Joined: Dec 8, 2007
Occupation: Junior Scientist
Location: Not California
Interests: Physics and Astronomy, Exoplanets, Singing praise to Valpurus while smashing skulls with a bloody warhammer, Jogging
Posts: 2,920
I don't recall if there is any code-side work to be done implementing new items. (I also don't know if adding new items is a great idea in general. Mucks with balance.) But, I'm half asleep and apparently I just pieced together some script:

Config SWIFT_MAIL;
  {
    Possibility = 10;
    StrengthModifier = 100;
    DefaultSize = 75;
    DefaultMainVolume = 2000;
    BitmapPos = 16, 96;
    Adjective = "lightweight";
    NameSingular = "chain mail";
    MainMaterialConfig = { 9, TIN, BRONZE, IRON, STEEL, METEORIC_STEEL, ARCANITE, MITHRIL, OMMEL_BONE, OMMEL_TOOTH; }
    MaterialConfigChances = { 9, 150, 450, 300, 150, 25, 20, 25, 10, 5; }
    InElasticityPenaltyModifier = 5;
    TorsoArmorBitmapPos = 32, 432;
    ArmArmorBitmapPos = 64, 432;
    AthleteArmArmorBitmapPos = 64, 464;
    LegArmorBitmapPos = 0, 432;
    EnchantmentPlusChance = 5;
  }

It's a lightweight chain mail. 80% of the armor rating with half the penalties. Substantially more rare, however, and less likely to be enchanted. Also, it sometimes spawns made of tin...

Now, I'm going to stop making contributions and go to bed.
"Put more stuff in the... thing where... more stuff goes in."
Jump to