- Nov 15, 2016
-
-
DarkGod authored
-
- Nov 13, 2016
-
-
DarkGod authored
RogueReworkFixes - Reworked Parry - Marauder now gets Dual Weapons category rather than Duelist - Fixed a few bugs in new talents - Added Grappling Hook tool to Artifice See merge request !356
-
DarkGod authored
-
DarkGod authored
New cosmetic donator feature: Shimmering! In the Fortress you can now unlock the Mirror of Reflections to alter the doll image of any worn items to any other item's you wore on any characters (on the same computer) that have the same type/subtype! Look amazing, awesome, plain, strange, your choice now!
-
razakai authored
- Reworked Parry - Marauder now gets Dual Weapons category rather than Duelist - Fixed a few bugs in new talents
-
DarkGod authored
converted shertul fortress map to a tmx
-
DarkGod authored
-
DarkGod authored
-
DarkGod authored
-
- Nov 12, 2016
- Nov 10, 2016
- Nov 09, 2016
- Oct 25, 2016
- Oct 20, 2016
-
-
DarkGod authored
Conflicts: game/engines/default/engine/interface/ActorTalents.lua
-
DarkGod authored
Rogue rework update * Rogue's Artfice tools update: Significant rewrite of artifice talents, eliminating parallel code. Adding new tools is now much simpler. Talent descriptions are more complete and clear. NPC's can use all tools, including Master Artificer, and will automatically select what to prepare at random the first time they try to use talents. Tools automatically use and benefit from the mastery level for the "cunning/artifice" tree. Added some missing stamina costs. Chat dialogs display the changes in the associated talents in their tooltips, and allow the player to cancel the action with no penalty. Rogue's Brew scaling corrected (does not depend on maximum life). Assassinate grants only physical resistance penetration (slight nerf), errors are trapped to prevent any possible permanent buffs. Only actors can get Backstab damage bonuses. Updated some new DamageTypes to display in the combat log as appropriate. See merge request !354
-
- Oct 17, 2016
-
-
Hachem_Muche authored
Dart Launcher poison only works on living creatures.
-
DarkGod authored
-
DarkGod authored
-
- Oct 16, 2016
-
-
Hachem_Muche authored
Significant rewrite of artifice talents, eliminating parallel code. Adding new tools is now much simpler. Talent descriptions are more complete and clear. NPC's can use all tools, including Master Artificer, and will automatically select what to prepare at random the first time they try to use talents. Tools automatically use and benefit from the mastery level for the "cunning/artifice" tree. Added some missing stamina costs. Chat dialogs display the changes in the associated talents in their tooltips, and allow the player to cancel the action with no penalty, Rogue's Brew scaling corrected (does not depend on maximum life). Assassinate grants only physical resistance penetration (nerf), errors are trapped to prevent any possible permanent buffs. Only actors can get Backstab damage bonuses. Updated some new DamageTypes to display in the combat log as appropriate.
-
Hachem_Muche authored
-
Hachem_Muche authored
-
- Oct 08, 2016
-
-
DarkGod authored
-
- Oct 07, 2016
- Oct 05, 2016
-
-
DarkGod authored
-
DarkGod authored
-
DarkGod authored
Artifact buffs and tweaks! A lot of much-needed artifact love! Probably more after DG is back from vacation :) See merge request !346
-
DarkGod authored
Improved rng.rarityTable function More robust and efficient rng.rarityTable function that handles floating point rarity values properly and handles 0 or empty rarity values gracefully. See merge request !347
-
DarkGod authored
Building map generator update * The Building map generator can now accommodate rooms. Rooms are (depending on their design) seamlessly integrated with the BSP-based automatic buildings. The data.margin_w, data.margin_h parameters are correctly respected, and grids outside of the building area can be specified. Fixed a bug in RoomsLoader that was incorrectly applying the results of room.prefer_location functions and added some informative print statements when loading room files. See merge request !348
-
DarkGod authored
More ID enhancements * The size of each I.D. level will gradually increase with depth, and random layout parameters, including number of enemies etc., are adjusted in order to balance difficulty across different layouts. * The I.D. will use a different layout/grid set for each level after the first: Two exits will be generated per level (extra one separated from the start and the normal exit), each leading to a different layout/grid scheme, which will be reflected in the tile used for the exit. These are randomly determined using a normal probability distribution that tends to rotate through all possibilities as depth increases. More layouts can have random rooms, and additional door grids have been added to the I.D. variable grids lists. Stair guards (for both exits) are now generated randomly, making their presence more unpredictable (and slightly more common). The probability is a periodic function of depth (levels 5+, automatic at level 30+). These changes let players choose/avoid certain level themes according their preferences and provide some insurance against any discrepancies in difficulty between layouts. * The I.D. challenge quests have been adjusted: The I.D. challenge award probabilities for a prodigy (more than 1 is very rare) or a category point (tends towards 1 per 30 character levels) have been adjusted based on how many have already been awarded and the number of character levels the player has gained in the I.D. Quest text has been expanded and clarified in a few places. * Some grid definitions have been updated to work better with the Nice Tiler. * Fixed a bug with the "treasure1" vault that could allow its entrances to be blocked. See merge request !349
-