Difference between revisions of "Talk:Racial score"
Jump to navigation
Jump to search
Crazymoniker (talk | contribs) |
|||
Line 1: | Line 1: | ||
So, after decompiling the swf and combing through through the scripts trying to find the function that returned race, I found it, and in order to be an Amazon, the base race must be human, and the Amazon score greater than or equal to 4; what this means is that in order to be an "Amazon," you need to reduce your Racial Score for other races below the minimum score, which changes your race to the default human, which allows the the if statement to be true, setting your PC's race to "Amazon." If you want, I can copy the relevant script to a pastebin for perusal. [[User:Crazymoniker|Crazymoniker]] ([[User talk:Crazymoniker|talk]]) 04:02, 5 July 2018 (UTC) | So, after decompiling the swf and combing through through the scripts trying to find the function that returned race, I found it, and in order to be an Amazon, the base race must be human, and the Amazon score greater than or equal to 4; what this means is that in order to be an "Amazon," you need to reduce your Racial Score for other races below the minimum score, which changes your race to the default human, which allows the the if statement to be true, setting your PC's race to "Amazon." If you want, I can copy the relevant script to a pastebin for perusal. [[User:Crazymoniker|Crazymoniker]] ([[User talk:Crazymoniker|talk]]) 04:02, 5 July 2018 (UTC) | ||
+ | |||
+ | |||
+ | Below is an example for a new race table i made | ||
+ | {|class= "wikitable mw-collapsible mw-collapsed" style="text-align:left" | ||
+ | |+ class="nowrap" | Click expand to see table | ||
+ | | | ||
+ | {| class="wikitable" | ||
+ | |+ List of all races | ||
+ | ! Core Race | ||
+ | ! Sub-Race | ||
+ | ! Race-Short* | ||
+ | ! Score Requirement | ||
+ | ! Notes | ||
+ | |- | ||
+ | | rowspan="8" | Human | ||
+ | | human | ||
+ | | human | ||
+ | | Human 3+ | ||
+ | | (default) | ||
+ | |- | ||
+ | | half-ovir | ||
+ | | human/ovir | ||
+ | | Ovir 3-4 | ||
+ | | | ||
+ | |- | ||
+ | | half-ausar | ||
+ | | human/ausar | ||
+ | | Ausar 2 | ||
+ | | | ||
+ | |- | ||
+ | | half-huskar | ||
+ | | human/huskar | ||
+ | | Huskar 3 | ||
+ | | | ||
+ | |- | ||
+ | | half-kaithrit | ||
+ | | human/kaithrit | ||
+ | | Kaithrit 3 | ||
+ | | | ||
+ | |- | ||
+ | | half kui-tan | ||
+ | | human/kui-tan | ||
+ | | Nuki 2 | ||
+ | | | ||
+ | |- | ||
+ | | half gryvain | ||
+ | | human/gryvain | ||
+ | | Gryvain 4 | ||
+ | | | ||
+ | |- | ||
+ | | alien hybrid | ||
+ | | alien | ||
+ | | Human 0-3 | ||
+ | | | ||
+ | |- | ||
+ | | rowspan="6" | Equine | ||
+ | | part horse-morph | ||
+ | | horse | ||
+ | | Horse 3-4 | ||
+ | | | ||
+ | |- | ||
+ | | horse-morph | ||
+ | | Horse | ||
+ | | Horse 5+ | ||
+ | | Requires | ||
+ | * No [[wings]] | ||
+ | * [[Horn]] count not 1 | ||
+ | |- | ||
+ | | horse-taur | ||
+ | | Horse | ||
+ | | Horse 3+ | ||
+ | | Requires | ||
+ | * [[Leg]] type is Equine | ||
+ | * [[Leg]] count is 4 | ||
+ | |- | ||
+ | | alicorn-morph | ||
+ | | Horse | ||
+ | | Horse 5+ | ||
+ | | Requires | ||
+ | * Has [[Horn|Horn(s)]] | ||
+ | * Has [[Wings]] | ||
+ | |- | ||
+ | | unicorn-morph | ||
+ | | Horse | ||
+ | | Horse 5+ | ||
+ | | Requires | ||
+ | * [[Horn]] count of 1 | ||
+ | * No [[Wings]] | ||
+ | |- | ||
+ | | pegasus-morph | ||
+ | | Horse | ||
+ | | Horse 5+ | ||
+ | | Requires | ||
+ | * Has [[Wings]] | ||
+ | * [[Horn]] count not 1 | ||
+ | |} | ||
+ | |||
+ | * Race short will return human for "half-" races if used strictly | ||
+ | |} | ||
+ | --[[User:SeriousBlueJewel|SeriousBlueJewel]] ([[User talk:SeriousBlueJewel|talk]]) 19:29, 26 May 2019 (UTC) |
Revision as of 19:29, 26 May 2019
So, after decompiling the swf and combing through through the scripts trying to find the function that returned race, I found it, and in order to be an Amazon, the base race must be human, and the Amazon score greater than or equal to 4; what this means is that in order to be an "Amazon," you need to reduce your Racial Score for other races below the minimum score, which changes your race to the default human, which allows the the if statement to be true, setting your PC's race to "Amazon." If you want, I can copy the relevant script to a pastebin for perusal. Crazymoniker (talk) 04:02, 5 July 2018 (UTC)
Below is an example for a new race table i made
|
--SeriousBlueJewel (talk) 19:29, 26 May 2019 (UTC)