Starbound

Starbound

RPG Growth
This topic has been locked
Spec unlock eligibility check?
What does this mod use to check to see if a weapon is eligible for being used to unlock a specialization? Like, how does this mod know what a spear is, what a sniper is, what a dagger is, stuff like that? Currently working on weapons for a mod, and I want to make sure they're RPG Growth-compatible.
< >
Showing 1-1 of 1 comments
Generally speaking, the scaling is working off item tags,
Ex:
"itemTags" : ["weapon","melee","whip"],

and some specializations are looking at projectile types ('bullet').

I'd look through the Git to understand things more explicitly if you're looking to ensure compatibility, but you generally can't go wrong if you make sure your weapons follow the same format at the ones included in the mod.

RPG Growth currently works with *almost* every weapon in my combined Shellguard/FU/Elithian modset, and the ones it doesn't work with are just issues with tagging differences between mods.

< >
Showing 1-1 of 1 comments
Per page: 1530 50