Skip to content
Snippets Groups Projects
  1. Jan 13, 2017
  2. Jan 04, 2017
  3. Nov 12, 2016
  4. Jun 13, 2016
  5. Jan 07, 2016
  6. Jul 03, 2015
    • Hachem_Muche's avatar
      Updated remaining World Artifacts, Quest Artifacts, and Special Artifacts to use the new interface. · 4285b05f
      Hachem_Muche authored
      Artifact changes:
      Terrasca (which works the same) uses a new "absolute" resistance that is updated as needed by callbacks.
      Added new callbacks: callbackOnTemporaryEffectRemove and callbackOnTemporaryEffectAdd to supplement callbackOnTemporaryEffect
      Buffed Exiler to have a chance to affect non-summons.
      Modified Spellhunt remnants: They gain a maximum of 1 material level per artifact crushed, but can spawn at any level in the game (adjusting
      
      their material level to the zone).  Made more rare to compensate.
      Cuirass of the Dark Lord slightly buffed bleed damage based on Physical Power.
      Awakened staff of absorption, slightly buffed to bypass most defenses.
      
      Object use tactical tables can be an explicit function in the object definition.  This makes complex AI tactical tables simpler to code and
      
      more efficient to run.
      Objects that have an instant talent as their activatable ability use no energy by default.
      
      NPCs:
      
      Will try to equip their drops if possible (cannot replace normal equipment unless the replacement is the same type and is unique).
      Updated GameState:checkPowers with an "antimagic_only" mode that is used for test actor-equipment compatibility.
      Updated some boss definitions to be able to equip their unique drops.
      
      Moved after object use checks for breakStepUp, breakStealth, breakLightningSpeed, breakReloading, and breakSpacetimeTuning() from mod.Player to
      
      mod.Object.
      
      Added the Staff Mastery talent to many casters (including bosses) that primarily equip staves.
      
      Adjusted talents for some bosses to compensate for the abilities of the equipment they can use.
      
      AI:
      Updated the tactical tables of several talents (that were used by various activatable items).
      Updated tactical and talented AI's to allow NPC's to act again immediately after using an instant talent.
      flee_dmap_keep_los AI will allow the ai to run farther if it has sufficient moves.
      The tactical AI writes the selected tactic to the ai_state table as a parameter for talent.action functions.  This fixes a bug where NPCs that
      
      were activating tageted abilities to flee were moving closer to their target instead.  So an NPC using phase door, for example, will try to
      
      teleport closer when the "closein" tactic is active and farther from its target when the "escape" tactic is active.
      4285b05f
  7. Feb 28, 2015
    • Hachem_Muche's avatar
      Update power use descriptions for zone specific world-artifacts, boss, quest,... · b1e607e7
      Hachem_Muche authored
      Update power use descriptions for zone specific world-artifacts, boss, quest, and special artifacts.
      
      Updated handling of weapon special effects to pass the special effect field to the object code (facilitates handling multiple effects within object definitions).
      
      Blighted Maul's on hit shockwave will not hit the primary target.
      
      Wintertide's winter storm effect will expand in size to match its effect.
      Updated the icestorm particles effect to accept radius and density parameters (this might benefit from some more tweaking).
      
      Reduced the number of mental effects the Wintertide Phial will remove.
      
      The Crystal Focus can now be applied to shields (updates the special_combat fields appropriately).
      
      Prox's Lucky Halfling Foot benefits from Charm Mastery.
      
      Penitence cures a more reasonable (few) number of diseases.
      
      Updated the DAMAGE_SHIELD definition to note damage reflection in its tooltip and show shield strength in it's icon.
      
      Awakened Staff of Absorption gets a special damage message and death message for the player if he manages to kill himself with it.
      b1e607e7
  8. Jan 01, 2015
  9. Dec 31, 2014
  10. Sep 15, 2014
  11. Sep 05, 2014
    • Amagad's avatar
      Daggers added · 9cba26ae
      Amagad authored
      Dawn's Blade glow fixed
      Blood-edge bad pixels fixed
      9cba26ae
  12. Jul 01, 2014
  13. Jun 06, 2014
  14. May 05, 2014
  15. May 01, 2014
  16. Apr 23, 2014
    • DarkGod's avatar
      True Grit banned from NPCs · 26919676
      DarkGod authored
      More brawlers and Sun Paladin updates
      Reduced the critical damage power on egos
      Buffed many charms
      Colored temporary effects by type in Actor tooltips
      Added Actor:checkClassification which checks if an actor is in an arbitrary set of classifications
      Changed die_at to show actual negative HP
      Minimalist UI now shows a timer left for summons
      26919676
  17. Feb 19, 2014
  18. Feb 09, 2014
  19. Jan 26, 2014
  20. Jan 16, 2014
  21. Feb 20, 2013
  22. Nov 17, 2012
  23. Jul 23, 2012
  24. Jul 10, 2012
  25. Mar 06, 2012
  26. Feb 14, 2012
  27. Feb 12, 2012
    • dg's avatar
      Weapons now (mostly) have three stats: damage, maximum accuracy (used in... · cd08e807
      dg authored
      Weapons now (mostly) have three stats: damage, maximum accuracy (used in checkHit()), and critical power (replaces the default 1.5x crit multiplier).
      Item tooltips much easier to read
      Weapon tooltips display useful information, such as how much damage the weapon will actually do. (This needs further improvement, as it doesn't account for percentage damage increases and decreases, such as those imposed by shield wall or offhand penalties)
      Quivers and shot pouches are now non-consumable items, but require reloading using the new 'Reload' talent.
      Shields are much more active and focus on damage mitigation.
      Riposte now works with a Shield's Block talent
      Staff, shield, bow, sling, and ammo egos mostly rewritten.
      Resolver for egos has been changed to centralize default ego value information for ease of balancing.
      Items can now grant talents (passive or active)
      Use talents dialog now displays passive talents, so that item-granted passives show up someplace.
      
      
      
      git-svn-id: http://svn.net-core.org/repos/t-engine4@4842 51575b47-30f0-44d4-a5cc-537603b46e54
      cd08e807
  28. Sep 06, 2011
Loading