Pink Petal Games

Game Editing And Additions => User Mods => Topic started by: Anon21 on July 13, 2011, 04:46:08 PM

Title: Adding items
Post by: Anon21 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>       
Title: Re: Adding items
Post by: fires_flair on July 13, 2011, 05:20:33 PM
yes, the sterile trait will be removed.