Mods / TraitLearner
Category:
#Utility
Author: P3t3rix
Side: Both
Created: Aug 7th 2021 at 10:05 PM
Last modified: Aug 8th 2021 at 9:09 PM
Downloads: 969
Follow Unfollow 3
Author: P3t3rix
Side: Both
Created: Aug 7th 2021 at 10:05 PM
Last modified: Aug 8th 2021 at 9:09 PM
Downloads: 969
Follow Unfollow 3
Latest file for v1.15.3:
TraitLearner_v1.0.3.zip
1-click install
TraitLearner
NO LONGER MAINTAINED
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.
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.).
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.
For more information or to report issues please visit the project page.
Commands
The following Commands are added [] are needed, () are optional, everything except the status command needs admin permission:
- show all traits of your player:
/traitlearner status
- add a trait
/traitlearner add [TraitName] (playerName)
- remove a trait
/traitlearner remove [TraitName] (playerName)
- reset traits so only character traits remain
/traitlearner reset (playerName)
Behaviors
{
"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)
}
}
Version | For Game version | Downloads | Release date | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
v1.0.3 | 570 | Aug 8th 2021 at 9:09 PM | Show | TraitLearner_v1.0.3.zip | Install now | |
v1.0.2 | 399 | Aug 7th 2021 at 11:23 PM | Show | TraitLearner_v1.0.2.zip | Install now |
No longer functions, guys. Oh well.
For anyone curious if it works with 1.15.6. The wife and I downloaded and I added the clothier trait for both of us. I went into character and clicked on traits and it immediatly crashed the game to desktop with a crash report. Tried twice more and it would crash each time. We unticked it in the mod manager in game and reloaded the save and can now click on traits though we dont have the trait we do have a running game. So thats our run in with it. Have a good one.
can we get a update on this mod to 1.15.5 if there is a chance.
all traits work that are registred in the CharacterSystem. This should include traits added by mods and vanilla traits. So for vanilla these are at the moment:
focused, resourceful, fleetfooted, bowyer, forager, pilferer, furtive, precise, technical, soldier, hardy, farsighted, frail, nervous, ravenous, nearsighted, heavyhanded.
can you possibly provide a list of known traits that wse can add and remove currently?