

TraitLearner
TraitLearner NO LONGER MAINTAINED This mod is no longer maintained. If you have interest on takin...
Description
<h1><span style="color: #800080; font-weight: bold;">TraitLearner</span></h1> <h1><br /><span style="color: #e74c3c;">NO LONGER MAINTAINED</span></h1> <h2>This mod is no longer maintained. If you have interest on taking it over reach out to me on github or via the vintage story discord. </h2> <p> </p> <div><span style="color: #2e2e2e;">A utility mod for VintageStory that allows learning new Traits. No Recipes get added because i can't judge how your server wants to balance this out (only dungeon loot, craftable, etc.).</span></div> <div><span style="color: #2e2e2e;">It adds Commands and a CollectibleBehavior to add/remove Traits (and apply stat bonus/malus) and adds an overview of extra Traits to the character-tab.</span></div> <div>For more information or to report issues please visit the project <a href="https://github.com/p3t3rix-vsmods/VsTraitLearner">page</a>.</div> <h2><span style="color: #800080; font-weight: bold;">Commands</span></h2> <div> <p><span style="color: #2e2e2e;">The following Commands are added </span><span style="color: #aa0000;">[]</span><span style="color: #2e2e2e;"> are needed, () are optional, everything except the status command needs admin permission:</span></p> </div> <div> <p><span style="color: #800080; font-weight: bold;">- </span><span style="color: #2e2e2e;">show all traits of your player:</span></p> </div> <div> <p><span style="color: #2e2e2e;"> </span><span style="color: #dd1144;">/traitlearner status</span></p> </div> <div> <p><span style="color: #800080; font-weight: bold;">- </span><span style="color: #2e2e2e;">add a trait</span></p> </div> <div> <p><span style="color: #2e2e2e;"> </span><span style="color: #dd1144;">/traitlearner add [TraitName] (playerName)</span></p> </div> <div> <p><span style="color: #800080; font-weight: bold;">- </span><span style="color: #2e2e2e;">remove a trait</span></p> </div> <div> <p><span style="color: #2e2e2e;"> </span><span style="color: #dd1144;">/traitlearner remove [TraitName] (playerName)</span></p> </div> <div> <p><span style="color: #800080; font-weight: bold;">- </span><span style="color: #2e2e2e;">reset traits so only character traits remain</span></p> </div> <div> <p><span style="color: #2e2e2e;"> </span><span style="color: #dd1144;">/traitlearner reset (playerName)</span></p> </div> <h2><span style="color: #800080; font-weight: bold;">Behaviors</span></h2> <pre class="language-javascript"><code>{ "name": "ManageTrait", "properties": { "traits_add": [ "XXX", "YYY" ], //traits to add when using the item "traits_remove": [ "ZZZ", "AAA" ], //traits to remove when using the item "usage_duration_in_seconds" : 4, //how long do i have to use the item before it is used "reset" : false, //if the item should reset the traits (will ignore traits_add, traits_remove) } }</code></pre>
Download
No download link is available for this entry right now.
Ratings & reviews
Sign in to leave a rating or comment.

