This repository was archived by the owner on Jun 29, 2024. It is now read-only.
given_skills added to classes (attempt 2)#929
Open
ShadowLeaderJordanzo wants to merge 19 commits intoBlackstone-SS13:mainfrom
Open
given_skills added to classes (attempt 2)#929ShadowLeaderJordanzo wants to merge 19 commits intoBlackstone-SS13:mainfrom
ShadowLeaderJordanzo wants to merge 19 commits intoBlackstone-SS13:mainfrom
Conversation
an attempt to be able to find a class's skills tested and it works w/ rouge, kinda new to code base but im assuming we can tell what job/class somebody is? given thats the case, /type:: can call given_skills or stats_given if not i can try and add a text ref to the class they are
also added warrior, ig im making a faux const, but i don't think theres massive instances of these classes(?) so having them shouldn't be a big deal?
tested the job, after_spawn() does take care of it. didnt test adjust_experience() i assume from looking it works the same as adjust_skillrank() idk
also warrior and rouge have both the stat and skills. amazon is there. I DID NOT TEST change_stat!!! COMPILE->TEST pipeline is like 3 mins for me
Contributor
Author
|
all other jobs/classes have to b updated. ill prob get around to it this weekend if this all checks |
Contributor
Author
|
should b good |
…ordanzo/BLACKSTONE into tempnametestbranch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
About The Pull Request
an attempt to be able to find a class's skills
tested and it works w/ rouge, kinda new to code base but im assuming we can tell what job/class somebody is? given thats the case, /type:: can call given_skills or stats_given if not i can try and add a text ref to the class they are
the idea: add given_skills and stats_given to the advclass datum / perhaps to job as well, not sure how jobs tie into this codebase yet
use these lists as both a ref and a way to apply stats/skills
the dream: easier to adjust skills/stats
capable of finding skills/stats of a class
Why It's Good For The Game
makes code life easier ig, i seen this and decided to take a shot at it.
in the long run it'll b a lot of replacing chunks of code which may b easy with a regex or something