Menu
News
All News
Dungeons & Dragons
Level Up: Advanced 5th Edition
Pathfinder
Starfinder
Warhammer
2d20 System
Year Zero Engine
Industry News
Reviews
Dragon Reflections
White Dwarf Reflections
Columns
Weekly Digests
Weekly News Digest
Freebies, Sales & Bundles
RPG Print News
RPG Crowdfunding News
Game Content
ENterplanetary DimENsions
Mythological Figures
Opinion
Worlds of Design
Peregrine's Nest
RPG Evolution
Other Columns
From the Freelancing Frontline
Monster ENcyclopedia
WotC/TSR Alumni Look Back
4 Hours w/RSD (Ryan Dancey)
The Road to 3E (Jonathan Tweet)
Greenwood's Realms (Ed Greenwood)
Drawmij's TSR (Jim Ward)
Community
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Resources
Wiki
Pages
Latest activity
Media
New media
New comments
Search media
Downloads
Latest reviews
Search resources
EN Publishing
Store
EN5ider
Adventures in ZEITGEIST
Awfully Cheerful Engine
What's OLD is NEW
Judge Dredd & The Worlds Of 2000AD
War of the Burning Sky
Level Up: Advanced 5E
Events & Releases
Upcoming Events
Private Events
Featured Events
Socials!
EN Publishing
Twitter
BlueSky
Facebook
Instagram
EN World
BlueSky
YouTube
Facebook
Twitter
Twitch
Podcast
Features
Top 5 RPGs Compiled Charts 2004-Present
Adventure Game Industry Market Research Summary (RPGs) V1.0
Ryan Dancey: Acquiring TSR
Q&A With Gary Gygax
D&D Rules FAQs
TSR, WotC, & Paizo: A Comparative History
D&D Pronunciation Guide
Million Dollar TTRPG Kickstarters
Tabletop RPG Podcast Hall of Fame
Eric Noah's Unofficial D&D 3rd Edition News
D&D in the Mainstream
D&D & RPG History
About Morrus
Log in
Register
What's new
Search
Search
Search titles only
By:
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Menu
Log in
Register
Install the app
Install
Upgrade your account to a Community Supporter account and remove most of the site ads.
Community
General Tabletop Discussion
*Geek Talk & Media
Open Source d20 API/Engine
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="reanjr" data-source="post: 2145436" data-attributes="member: 20740"><p>OK, in that case, we're on the same page. I have no problem supporting a history in the design spec. I just wanted to make sure it was built from current -> back rather than from starting -> forward so "dumb" clients could still use the character. I'm sold on that idea.</p><p></p><p>Good idea about the history tag. That would actually work well for one of the design issues I was trying to come up with a solution for - how to separate temporary modifiers from permanent ones (by temporary, I mean ones that are not saved to the character but are added from, for instance, a temporary spell effect or something like that). My initial thought was to go through the various "source" attributes checking to see if the source attribute was a permanent one or not, but it seemed clunky, which, of course, it was.</p><p></p><p>So you could have something like:</p><p></p><p>[CODE]</p><p><strength>17</p><p> <history mod="2" source="race" /></p><p> <history mod="1" source="level" meta="4" /></p><p> <modifier mod="4" source="spell" meta="1" /></p><p></strength></p><p>[/CODE]</p><p></p><p>Notes:</p><p> - There's a good reason I used meta instead of level that I needn't go into now.</p><p> - The meta for spell is sort of an id for the spell that an event can be attached to so that, when the spell runs out, it can be removed.</p><p></p><p>Then when saving the character, any application that supported temporary modifiers could remove all modifier tags (and reduce the value accordingly) before saving. Unless you wanted to have an option to save exact state (if you leave off gaming in the middle of a battle or you are playing a PbP type game).</p><p></p><p>I think that would work pretty well.</p><p></p><p>[edit] Maybe even a third tag for non-permanent, but long term modifiers (such as a continuous magic item). I'll think more on that idea after I get the first two or three chapters of the PHB translated to markup.</p></blockquote><p></p>
[QUOTE="reanjr, post: 2145436, member: 20740"] OK, in that case, we're on the same page. I have no problem supporting a history in the design spec. I just wanted to make sure it was built from current -> back rather than from starting -> forward so "dumb" clients could still use the character. I'm sold on that idea. Good idea about the history tag. That would actually work well for one of the design issues I was trying to come up with a solution for - how to separate temporary modifiers from permanent ones (by temporary, I mean ones that are not saved to the character but are added from, for instance, a temporary spell effect or something like that). My initial thought was to go through the various "source" attributes checking to see if the source attribute was a permanent one or not, but it seemed clunky, which, of course, it was. So you could have something like: [CODE] <strength>17 <history mod="2" source="race" /> <history mod="1" source="level" meta="4" /> <modifier mod="4" source="spell" meta="1" /> </strength> [/CODE] Notes: - There's a good reason I used meta instead of level that I needn't go into now. - The meta for spell is sort of an id for the spell that an event can be attached to so that, when the spell runs out, it can be removed. Then when saving the character, any application that supported temporary modifiers could remove all modifier tags (and reduce the value accordingly) before saving. Unless you wanted to have an option to save exact state (if you leave off gaming in the middle of a battle or you are playing a PbP type game). I think that would work pretty well. [edit] Maybe even a third tag for non-permanent, but long term modifiers (such as a continuous magic item). I'll think more on that idea after I get the first two or three chapters of the PHB translated to markup. [/QUOTE]
Insert quotes…
Verification
Post reply
Community
General Tabletop Discussion
*Geek Talk & Media
Open Source d20 API/Engine
Top