1. I have corrected the e-mail settings so that outgoing e-mails from these forums should be sent now. If you tried to Register or Reset your Password, please try again!
    Dismiss Notice

API Changes - Modifiers Block

Discussion in 'Census: General Discussion' started by Dethdlr, Jan 4, 2012.

  1. Dethdlr

    Dethdlr Guest

    While you're at it making them consistant, are you going to have both the displayname and the name attributes on the modifiers?  You're missing it on two of them in the example.

    Thanks,

    Dethdlr

     
  2. DanKinney

    DanKinney Guest

    Sorry folks, this one is going to be going back to its original format.  The element name will be what is currently the "name" attribute (never localized). 

    So...

    Code:
    <modifier displayname="Crit Bonus" name="critbonus" type="modifyproperty" value="5.100000"/>
    ...will go back to being...

    Code:
    <critbonus displayname="Crit Bonus" type="modifyproperty" value="5.100000"/>
    All props go to Dethdlr which tested this change and found that the new format, while clean and easy to parse, made it impossible to search modifiers (and related elements in <skills&gt;) across multiple classes.

    This change will occur next Tuesday morning, January 24th.

    -dan

     

Share This Page