diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-16 12:46:21 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-16 12:46:21 +0000 |
commit | d704f26907c104336bc47fde4e27448dcfa38444 (patch) | |
tree | cda6f3758af8c7ba80d0c125039f89a8eae87d17 /Changelog-SVN.txt | |
parent | 4431323e09b1ab9875ea8ac67f0ecd1b36420559 (diff) | |
download | hercules-d704f26907c104336bc47fde4e27448dcfa38444.tar.gz hercules-d704f26907c104336bc47fde4e27448dcfa38444.tar.bz2 hercules-d704f26907c104336bc47fde4e27448dcfa38444.tar.xz hercules-d704f26907c104336bc47fde4e27448dcfa38444.zip |
Added 3 more of the new card effects
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1117 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-SVN.txt')
-rw-r--r-- | Changelog-SVN.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt index bbbe894e7..8b48759d4 100644 --- a/Changelog-SVN.txt +++ b/Changelog-SVN.txt @@ -1,6 +1,10 @@ Date Added
02/16
+ * Added 3 more of the new card effects -- check item_bonus.txt [celest]
+
+ * Added 'bonus4' to support the new card effects that might need up to 4
+ parameters [celest]
* Set 'killerrid' and do PCKillEvent before calling PCDieEvent, thanks to
mrmagoo for pointing it out [celest]
@@ -11,12 +15,12 @@ Date Added - event_requires_trigger: whether or not a 'set [EventName],1;' has to be
defined first for the event to be activated
- * Added 10 of the new card effects on the 2/15's patch (still untested and
+ * Added 8 of the new card effects on the 2/15's patch (still untested and
not yet added to the item_db)
- Refer to doc/item_bonus.txt for description
* Minor rewrites on self and enemy weapon/armor breaking during battle [celest]
- * Added missing code for 'bBreakWeaponRate' and 'bBreakWeaponRate' effects
+ * Added missing code for 'bBreakWeaponRate' and 'bBreakArmorRate' effects
[celest]
* Added missing code for 'bAddStealRate' effect [celest]
* Removed redundant 'infinite_autospell' in map_session_data [celest]
|