Starbound
RPG Growth
Chủ đề này đã bị khoá
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.
< >
Đang hiển thị 1-1 trong 1 bình luận
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.

< >
Đang hiển thị 1-1 trong 1 bình luận
Mỗi trang: 1530 50