Jump to content

TAGs for some things in Character file


HeroGM

Recommended Posts

Can you access the Rules section in the .hdc files? I've seen them in there at the end.

 

Where is the Notes for the characteristics and how do you access that and some of the other things in the file? (i.e. color burst, etc)

Link to comment
Share on other sites

For Rules, there are no current export tags. Probably the closest I'd be willing to go would be to give a Rules container (e.g. <!--RULES--> ... <!--/RULES-->) that would allow you to use ATTRIBUTE_VALUE tags to go through the various getter methods in the Rules object. You'd need to run through the javadoc for the actual method names.

 

Notes (the last column on the characteristics table) are accessed via the appropriate _NOTES tag  e.g. <!--STR_NOTES-->

 

The color/color burst was never intended for use in HD -- it was part of a brief integration with the ill-fated HeroSphere. You can get at the value by using ATTRIBUTE_VALUE, but it's pointless as there's no place that it is set within HD.

Link to comment
Share on other sites

  • 4 weeks later...
  • 1 year later...

the contents of the container should be the name of a getter method on the current object (one which does not require any parameters).  The javadoc will have the full reference for methods...you'll want to start with GenericObject and move to the more specific subclasses from there.

 

<!--ATTRIBUTE_VALUE-->APPerEND<!--/ATTRIBUTE_VALUE-->

or

<!--ATTRIBUTE_VALUE-->getAPPerEND<!--/ATTRIBUTE_VALUE-->

either format will do the same thing (the app will add the leading "get" in if needed)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...