summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2020-08-14add the EvocatorRobe recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the GoldenWarlordPlate recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the BlackArmor recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the AssassinChest recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the TerraniteArmor recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14don't hardcode the recipe ingredients and return codegumi1-135/+63
2020-08-13add the WizardRobe recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the WarlordArmor recipegumi1-6/+11
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13simplify showRecipe parametersgumi1-9/+33
2020-08-13add the LegionIronArmor recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the SorcererRobe recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the JustifierChest recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the LightPlatemail recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add SnakeScale and the Snakeplate recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the Chainmail recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add SquirrelPelt and the PeltJacket recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the ApprenticeRobe recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the LegionCopperArmor recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the ForestArmor recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the LegionTrainingShirt recipegumi1-0/+10
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the SilkRobe recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the FineDress recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add LeatherPatch and the SailorShirt recipegumi1-0/+5
Christopher Chay <2@hisfootsteps.net>
2020-08-13add the VneckJumper recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the ArtisTankTop recipegumi1-0/+7
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the CreasedShirt recipegumi1-2/+9
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-10add debug commands to call the crafting menusgumi1-0/+23
2020-08-10add crafting to the skill debug menugumi1-9/+22
2020-08-10add a tailoring section to the recipesgumi1-10/+15
2020-08-10allow to omit the shift parameter for bitwise operationsgumi1-2/+25
2020-08-06add referral rewardsJesusaves4-0/+81
Co-authored-by: gumi <git@gumi.ca>
2020-08-06partly rewrite the intro to add a referral systemJesusaves6-33/+180
Co-authored-by: gumi <git@gumi.ca>
2020-08-06add a debug option to set a fake Legacy stateJesusaves1-2/+4
2020-08-06fix issues with General StoreJesusaves1-3/+3
2020-08-06refactor the narrator function and add S_LAST_CLOSEgumi1-19/+27
2020-08-05remove the all mentions of sex or gender from scriptsgumi210-368/+358
2020-08-05show what the current body type is when changing itgumi1-5/+12
2020-08-05remove the notion of sex and gendergumi4-23/+47
2020-08-06Update game rules, provide linking, update links, add Vault rules and ToS.Jesusaves1-7/+12
Declare priority for conflicting rules.
2020-07-29extend the player cache systemgumi2-42/+212
2020-07-27add a reusable event dispatching systems20200729gumi3-24/+174
2020-07-27add the player cache systemgumi3-0/+376
2020-07-20add functions to get legacy storage and inventory itemsgumi1-0/+76
2020-07-20add functions to get Legacy and Vault account datagumi4-1/+241
2020-07-20add a function shorthand to convert a char name to idgumi1-0/+19
2020-07-20add bitwise abstraction functionsgumi2-0/+24
2020-07-18Drop support for all languages below 70% translationJesusaves3-29/+6
Need to modify client-data/languages.xml as well
2020-07-18Fix bugs reported during @SpeedDuck 's testingJesusaves1-1/+2
2020-07-17Rubber Bat - Correctly duplicates Legacy functionality.Quillia Aeuda2-0/+19
2020-07-10Implements Crafting Core systemJesusaves8-57/+360
Recipes etc. not included