-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helping Add Default Values #6
Comments
Yeah man that would be sick! The default config files are loaded from resources/data/idf/default/ |
so why not split the mods into there own separate config files so they aren't all in the same file which could possibly speed it up |
Could you implement a fallback for weapons that gives them Force values based on their vanilla damage stat? Along with maybe some kind of guess at their damage type, based on the item's name--i.e., a Copper Sword is probably going to do slashing damage because it has 'sword' in the name. |
Actually, the damage class is already guessed based on the name of the item:
But yes, adding some kind of algorithm to guess a viable force stat based on the weapon damage and attack speed would be a good idea. I'll look into it. |
Hey, I see you're starting to add compatibilities for several mods already, and while I'm not knowledgeable enough to help with the codebase, I'd love to help by adding default values to each of the mod's weapons/armor/entities. If there's a correct format/folder to place them in or if its just using datapacks let me know!
The text was updated successfully, but these errors were encountered: