Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27

Thread: Need help adding a ne talent to custom template

  1. #16
    Join Date
    Feb 2003
    Location
    Gainesville/Jacksonville, FL
    Posts
    630
    Rep Power
    656781

    Re: Need help adding a ne talent to custom template

    There are two, Simulate Death and Universal Translator... both are coded with their name (see below) instead of as talent with an xmlid... I think both of these are special in that they have hard coded effects that cannot be reproduced by adding a new talent with the talent with an xmlid code...

    Code:
    <SIMULATE_DEATH SHOWDIALOG="No" DISPLAY="Simulate Death" BASECOST="3" LVLCOST="1" LVLVAL="1" EXCLUSIVE="Yes">
    <UNIVERSAL_TRANSLATOR DISPLAY="Universal Translator" SHOWDIALOG="No" STOPSIGN="Yes" BASECOST="20" LVLCOST="1" LVLVAL="1" EXCLUSIVE="Yes">
    
    <TALENT XMLID="PERFECT_PITCH" SHOWDIALOG="No" DISPLAY="Perfect Pitch" BASECOST="3" EXCLUSIVE="Yes">
    Last edited by concord; Dec 19th, '11 at 03:12 PM.
    Bill Beane
    Wardens Chronicles - Champions Campaign - http://wardens.angeva.com
    Foundation Chronicles - The World of the Wardens - http://foundation.angeva.com
    Foundation Redbook - Campaign Rules and Characters - http://redbook.angeva.com
    Wardens and Foundation Chronicles Updates - http://www.herogames.com/forums/showthread.php?t=29207
    Wardens Chronicles Characters - http://www.herogames.com/forums/showthread.php?t=30260

  2. #17
    Join Date
    Feb 2003
    Location
    Topeka, KS
    Age
    49
    Posts
    640
    Rep Power
    150906

    Re: Need help adding a ne talent to custom template

    Nope just custom talent entry..You have to figure up the roll..You simple add in the cost to character and then the roll as well..It will work..Just thought about making it easier on players..not a huge deal

  3. #18
    Join Date
    Feb 2003
    Location
    Topeka, KS
    Age
    49
    Posts
    640
    Rep Power
    150906

    Re: Need help adding a ne talent to custom template

    Yes. Combat Sense

  4. #19
    Join Date
    Apr 2004
    Location
    Houston, TX
    Age
    41
    Posts
    3,163
    Rep Power
    749732

    Re: Need help adding a ne talent to custom template

    Quote Originally Posted by tiger View Post
    Yes. Combat Sense
    Have you tried copying the code for this and renaming it appropriately to display as a new Talent?
    D3 Adventures
    Building better worlds for better games.

    Join D3 Adventures on Facebook
    Follow us on Twitter: @D3Adventures

    "Man will never be free until the last king is strangled with the entrails of the last priest."
    - Denis Diderot

  5. #20
    Join Date
    Feb 2003
    Location
    Topeka, KS
    Age
    49
    Posts
    640
    Rep Power
    150906

    Re: Need help adding a ne talent to custom template

    yea..when I do it gives me the needs < or/> error. Even though they are there.

  6. #21
    Join Date
    Apr 2004
    Location
    Houston, TX
    Age
    41
    Posts
    3,163
    Rep Power
    749732

    Re: Need help adding a ne talent to custom template

    ok, that I can work with. Can you post the code for Combat Sense?
    D3 Adventures
    Building better worlds for better games.

    Join D3 Adventures on Facebook
    Follow us on Twitter: @D3Adventures

    "Man will never be free until the last king is strangled with the entrails of the last priest."
    - Denis Diderot

  7. #22
    Join Date
    Feb 2003
    Location
    Topeka, KS
    Age
    49
    Posts
    640
    Rep Power
    150906

    Re: Need help adding a ne talent to custom template

    Try this one..no adders..Roll based on INT..actually prefer flat roll of 11-less..but can live with it

    <UNIVERSAL_TRANSLATOR DISPLAY="Universal Translator" SHOWDIALOG="No" STOPSIGN="Yes"
    BASECOST="20" LVLCOST="1" LVLVAL="1" EXCLUSIVE="Yes">
    <CHARACTERISTIC_CHOICE>
    <ITEM CHARACTERISTIC="INT" BASECOST="20" LVLCOST="1" LVLVAL="1" />
    </CHARACTERISTIC_CHOICE>
    <DEFINITION>A character with this Talent
    can understand any form of communication - from verbal speech, to obscure body
    language, to written text.</DEFINITION>
    </UNIVERSAL_TRANSLATOR>

  8. #23
    Join Date
    Apr 2004
    Location
    Houston, TX
    Age
    41
    Posts
    3,163
    Rep Power
    749732

    Re: Need help adding a ne talent to custom template

    Next question:

    Are you working in 5E or 6E?
    D3 Adventures
    Building better worlds for better games.

    Join D3 Adventures on Facebook
    Follow us on Twitter: @D3Adventures

    "Man will never be free until the last king is strangled with the entrails of the last priest."
    - Denis Diderot

  9. #24
    Join Date
    Feb 2003
    Location
    Topeka, KS
    Age
    49
    Posts
    640
    Rep Power
    150906

    Re: Need help adding a ne talent to custom template

    6e

  10. #25
    Join Date
    Feb 2003
    Location
    Topeka, KS
    Age
    49
    Posts
    640
    Rep Power
    150906

    Re: Need help adding a ne talent to custom template

    Well I have this working..However, the roll doesn't show. Should say GEN 11-less..but alas nothing

    <TALENT XMLID="Magic Resistance" DISPLAY="Magic Resistance" SHOWDIALOG="No" STOPSIGN="Yes"
    BASECOST="20" LVLCOST="1" LVLVAL="1" EXCLUSIVE="Yes">
    <CHARACTERISTIC_CHOICE>
    <ITEM CHARACTERISTIC="GENERAL" BASECOST="15" LVLCOST="3" LVLVAL="1" />
    </CHARACTERISTIC_CHOICE>
    <DEFINITION>A character with this Talent
    can understand any form of communication - from verbal speech, to obscure body
    language, to written text.</DEFINITION>
    </TALENT>

  11. #26
    Join Date
    Apr 2004
    Location
    Houston, TX
    Age
    41
    Posts
    3,163
    Rep Power
    749732

    Re: Need help adding a ne talent to custom template

    Yeah, I don't think it's possible to integrate a custom Talent that does what you want.
    D3 Adventures
    Building better worlds for better games.

    Join D3 Adventures on Facebook
    Follow us on Twitter: @D3Adventures

    "Man will never be free until the last king is strangled with the entrails of the last priest."
    - Denis Diderot

  12. #27
    Join Date
    Feb 2003
    Location
    Topeka, KS
    Age
    49
    Posts
    640
    Rep Power
    150906

    Re: Need help adding a ne talent to custom template

    yea can get everything but the roll.. figures..just have to use custom talent instead..was just trying for an easier way..no a huge problem

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to Build: new talent based on custom characteristic
    By grayematter in forum HERO Designer Discussion
    Replies: 0
    Last Post: Feb 3rd, '08, 11:56 AM
  2. Adding new powers and skills to custom template
    By mudpyr8 in forum HERO Designer Discussion
    Replies: 2
    Last Post: Jul 27th, '06, 10:33 AM
  3. Custom Talent help
    By Sentry in forum HERO Designer Discussion
    Replies: 3
    Last Post: Jul 24th, '05, 03:09 PM
  4. Question on how much to charge for a custom talent...
    By Kraven Kor in forum Fantasy Hero
    Replies: 5
    Last Post: Jul 2nd, '04, 10:10 AM
  5. Custom Talent w/ Skill Not Exporting
    By Killer Shrike in forum HERO Designer Discussion
    Replies: 3
    Last Post: Oct 25th, '03, 11:16 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •