I created and am adapting a new system from the skeleton files. I'm working on the thing_abilities.dat file, and I'd like to add line breaks to the description. The sample abilities in the skeleton file gives me enough to do this:
What I want to do with the description is something like this:
But I haven't been able to figure out how to add line breaks. Can anyone help?
Thank you.
Code:
<thing
id="abAnFr"
name="Animal Friendship"
compset="GoodTrait"
isunique="yes"
description="How do I break this into multiple lines?">
</thing>
What I want to do with the description is something like this:
Code:
Type: Minor Trait
Cost: 1 character point
Description: This trait allows you to more easily make friends with animals.
Effect: Presence +2 when dealing with animals.
But I haven't been able to figure out how to add line breaks. Can anyone help?
Thank you.