summaryrefslogtreecommitdiff
path: root/db/re
AgeCommit message (Collapse)AuthorFilesLines
2020-07-29Remove unused dirsAndrei Karas27-425519/+0
2020-07-04Minor item DB fixKenpachi Developer1-26/+24
2020-07-03Add combos which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-0/+134
2020-07-03Add missing shoes for combos which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-0/+144
2020-07-03Update shadow shields which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-41/+61
2020-07-03Update cards which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-14/+14
2020-07-03Update accessories which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-4/+4
2020-07-03Update/add garments which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-1/+125
2020-07-03Update/add shields which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-6/+77
2020-07-03Update armors which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-2/+3
2020-07-03Update headgears which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-38/+46
2020-06-28Merge pull request #2785 from hemagx/fas_fixHaru1-1/+1
Fixed Focused Arrow Strike having a wrong width previously it was 2 c…
2020-06-28Fixed Focused Arrow Strike having a wrong width previously it was 2 columns ↵Ibrahim Zidan1-1/+1
on each side of the attacker including the attacker column while it should be a single column on each side including attacker column Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2020-06-07Fix wrong comment in db/re/attr_fix.txtJesusaves1-2/+2
The description of rows and columns was swapped.
2020-06-02Make DamageType defaults to NK_NONEKenpachi Developer1-1/+1
2020-06-01Merge pull request #2758 from Kenpachi2k13/loudhailerHaru1-1/+1
Add loudhailer() script command
2020-06-01Update entry structure in skill DBsKenpachi Developer1-11/+25
2020-06-01Remove hard-coded required equipment and update skill DBs accordinglyKenpachi Developer1-6/+9
2020-06-01Remove hard-coded required item amounts and update skill DBs accordinglyKenpachi Developer1-55/+123
2020-06-01Cap SkillInstances to 25 (MAX_SKILLUNITGROUP) in (pre-)RE skill DBKenpachi Developer1-2/+2
2020-05-31Update script of Megaphone_ item to use loudhailer() script commandKenpachi Developer1-1/+1
2020-05-24Update drop chances of Black and White Wing SuitsKenpachi Developer1-2/+2
2020-05-10Merge pull request #2708 from Kenpachi2k13/sc_resist_property_Haru1-12/+5
Implement SC_RESIST_PROPERTY_* and icon display for SC_ARMOR_RESIST
2020-05-03Merge pull request #2691 from Kenpachi2k13/mob_skill_dbHaru1-4/+4
Extend and clean up monster skill DB code
2020-05-02Update item scripts of Resist_* potions and Undead_Element_ScrollKenpachi Developer1-12/+5
2020-04-14Update mob skill DB file headers (entry structure)Kenpachi Developer1-4/+4
2020-04-11Add jRO exclusive petsKenpachi Developer1-0/+88
2020-04-11Add jRO exclusive pet monstersKenpachi Developer1-7/+35
2020-04-11Add jRO exclusive pet itemsKenpachi Developer1-0/+49
2020-04-11Update monster DB file headers (entry structure)Kenpachi Developer1-2/+2
2020-04-11Add new petsKenpachi Developer1-18/+339
2020-04-11Update commented out petsKenpachi Developer1-34/+129
2020-04-11Update all usable petsKenpachi Developer1-226/+770
2020-04-11Add skills for new monstersKenpachi Developer1-0/+65
2020-04-11Add new monsters for pet DB updateKenpachi Developer1-3/+853
2020-04-11Add new items for pet DB updateKenpachi Developer2-0/+298
2020-04-05Add intimacy validation to pet DB EquipScript fieldsKenpachi Developer1-111/+209
2020-04-05Remove fields from pet DB where default values can be usedKenpachi Developer1-559/+0
2020-04-05Update pet DB file headers (entry structure)Kenpachi Developer1-12/+12
* Changed the field order. to be more logical. * Changed the description of *Item fields to use the item constants, since they are string fields. * Fixed indentation.
2020-04-05Add new field Intimacy.StarvingDecrement to pet DBKenpachi Developer1-0/+1
2020-04-05Add new field Intimacy.StarvingDelay to pet DBKenpachi Developer1-0/+1
2020-04-05Add new field HungerDecrement to pet DBKenpachi Developer1-0/+1
2020-04-05Add default values and limits to pet DB fieldsKenpachi Developer1-12/+12
2020-04-05Change EggItem field in pet DB to be mandatoryKenpachi Developer1-1/+1
2020-04-05Remove SpriteName field from pet DBKenpachi Developer1-90/+0
Since it was never used for anything, the SpriteName field is removed from the pet DB. Internally it's kept and set to the sprite name corresponding to the defined monster ID, to not break plug-ins which may use it.
2020-04-05Merge pull request #2660 from Kenpachi2k13/skill_check_ammo_typeHaru1-0/+1
Make skills check if equipped ammunition type is appropriate for equipped weapon
2020-04-05Merge pull request #2658 from Kenpachi2k13/new_status_changesHaru1-4/+118
Add new status changes and update related items
2020-03-17Add Grenades requirement to Spread Attack in RE mode to make Grenade ↵Kenpachi Developer1-0/+1
Launchers usable
2020-03-14Update items which use new status changesKenpachi Developer1-4/+118
2020-03-09Merge pull request #2648 from Kenpachi2k13/itemskill_fixHaru2-11/+39
Fix itemskill() script command