• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Data Model for SR5E for editing files

DigitalPigeon

New member
Hey all

Pretty new to editing - been implementing some house rules and different interpretations for our group.

While copying what is already there works pretty good, is there a better way to explore the entire data model used?

Here is an example. My group believes Progeria trait should apply to (among other differences) the Lift / Carry pool. I found this eval that works for memory tests

perform #dicepool[aoMemory,-,2,""]

And so, there should be some dice pool name for Lift Carry to use instead of aoMemory. I'm going to try every combination I can thing of, of ao, Lift, and Carry... but there must be a better way :)


Also, as a second side note - is there a setting to be able to clone items from supplements, or do those need to be created by hand every single time?

Thanks!

Chris
 
Develop menu...Enable Data File Debugging - once that's checked, you can right-click "Lifting & Carrying" and see several debug menus - choose "Copy Unique Id (aoLifting) to clipboard".


In the editor, choose the "New (Copy)" button to copy an existing item. On the right-hand side, around the middle is a setting called "Replaces thing Id" - fill in the Id of what you want to replace in order to make your new creation a replacement for it.
 
Back
Top