Commit graph

25 commits

Author SHA1 Message Date
aa229036ad Version 1.7
Can now add/edit "custom-name" entries to the config via
"/tbm-edit custom". These entries only apply to mobs with a matching
custom name.
2018-10-26 13:36:35 +09:00
05b3dc90b0 Use .toml instead of .xml for config 2018-10-25 14:31:06 +09:00
d67fef2842 Fixes, add maximum-distance to aggro-start-battle
Ugly fix for still not found freeze bug in BattleUpdater.
Added maximum-distance for monsters initiating battle when targeting a
player or entity in battle.
Updated config version to 6.
2018-10-18 16:26:09 +09:00
f55b2e89ab Add battle cooldown
Cooldown (default 5 seconds) prevents an entity that left battle from
attacking or being-attacked for the duration of the cooldown.
2018-10-17 18:28:47 +09:00
115fa02753 Version 1.3, Fixes, improvements
Changed turn-based-battle start behavior to also start when a hostile
mob targets a player or entity in battle.
Added config option to revert to old-style battle starting behavior.
(Since config version updated, older config will be moved and the new
config will take its place.)
Changed mob attack target in Battle to whatever they were targeting (via
a call to "getAttackTarget()").
2018-10-17 17:15:23 +09:00
761ab5a5f0 Add commands/config to disable turnbased on demand 2018-10-16 14:42:24 +09:00
bb8ebf561b Change how silly music is triggered
Can now specify in config what minimum percentage of silly entities
trigger silly music in battle.
2018-09-28 12:02:39 +09:00
c2c19f6af2 Fix passive-type battle music occurrences, fixes 2018-09-27 18:09:40 +09:00
a4c3a28028 Minor fixes/changes
Added option in config to change battle timer time
2018-09-25 14:55:24 +09:00
8c3bdc0ad1 Change TBM_Config.xml format for entities 2018-09-20 15:36:31 +09:00
efa65da721 Fix bow attack, config, add freeze enemies option
Fix bug where bow attack hit announcement was made multiple times.
Fix config format for Entities.
Add feature to freeze combatants when battle starts, option to enable in
config.
2018-09-18 15:56:06 +09:00
b1a3eb9880 Implement battle music
Can play mid and wav files in the generated config directory
2018-09-14 14:14:10 +09:00
5f70253955 Fixes, improvements
BattleGui now displays health of all combatants.
Players can leave battle by entering creative mode (set by server).
Added battle size limit (default 8) can be set in config.
2018-09-14 12:44:45 +09:00
6a97a90d68 Remove "Conflicts", prevent creative mode battles 2018-09-13 15:50:34 +09:00
d70d0c2d38 bug fixes and add MinimumHitPercentage to config 2018-09-13 14:52:48 +09:00
0ea3dfd98a Minor fixes/changes 2018-09-13 14:12:04 +09:00
97cfdaf0f7 WIP backend logic impl, fixes to config gen/parse 2018-09-07 16:41:22 +09:00
0520e163f8 WIP more backend work on battle logic 2018-09-06 17:08:36 +09:00
2aec173e80 WIP Some battle logic has been implemented 2018-09-05 15:54:06 +09:00
c8ce401e4d WIP more work on setup and Battle logic 2018-09-04 15:21:49 +09:00
26c3356147 WIP Add Config.java for setup/loading config 2018-09-03 15:19:33 +09:00
0ab0312e84 Work In Progress - TBM_Config.xml updated
The config file should hold info on all vanilla mobs by now
2018-08-31 13:28:13 +09:00
784cff7914 Work In Progress - Begin adding config
src/main/resources/TBM_Config.xml will be copied to this mod's config
directory. If a config file already exists and the version number is the
same, it won't be overridded. If the version number is less than the
mod's internal config file, then the old one will be renamed and the new
one will take its place. At least this is how it is planned.
2018-08-30 16:15:20 +09:00
c3c228fefa Minor fixes 2018-08-28 11:51:26 +09:00
721af3f1d0 Init commit with skeleton project of rewrite 2018-08-28 11:26:34 +09:00