devolution

Author Topic: Adding items  (Read 2501 times)

0 Members and 1 Guest are viewing this topic.

Offline Anon21

  • Full Member
  • ***
  • Posts: 244
Adding items
« on: July 13, 2011, 04:46:08 PM »
Would adding the following to the Items.itemsx do what I think it would?

Code: [Select]
    <Item
        Name="Pagan Fertility Idol"
        Desc="From some distant jungle, this fertility idol will bring fecundity to one barren woman."
        Type="Misc"
        Badness="0"
        Special="None"
        Cost="10000"
        Rarity="Shop05"
        Infinite="false">
        <Effect
            What="Trait"
            Name="Sterile"
            Amount="0" />
    </Item>       

Offline fires_flair

  • Sr. Member
  • ****
  • Posts: 411
Re: Adding items
« Reply #1 on: July 13, 2011, 05:20:33 PM »
yes, the sterile trait will be removed.