Commit graph

17 commits

Author SHA1 Message Date
Stephen Seo 9ccc692d2c Change namespace to com.burnedkirby.* 2019-11-25 15:29:25 +09:00
Stephen Seo d2f668187e WIP porting to forge 1.14.4 2019-10-21 16:13:11 +09:00
Stephen Seo 39257cee55 Minor fixes 2018-10-26 14:18:48 +09:00
Stephen Seo 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
Stephen Seo 9e15f845c5 Add command "/tbm-edit"
Can now add/edit entity entries in config. Now possible to add entries
for unknown mobs in-game.
2018-10-25 14:31:27 +09:00
Stephen Seo faf7a02619 Fix bug where player can enter battle with self 2018-10-20 20:06:32 +09:00
Stephen Seo 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
Stephen Seo 0a26eee53a Fixes and Refactorings, no major changes 2018-10-18 13:34:57 +09:00
Stephen Seo 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
Stephen Seo 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
Stephen Seo 761ab5a5f0 Add commands/config to disable turnbased on demand 2018-10-16 14:42:24 +09:00
Stephen Seo 857ff2539b Cleanup of code, move BattleGui main menu 2018-09-28 17:46:48 +09:00
Stephen Seo bdb090f74b Fixes, change how BattleManager is initialized 2018-09-20 15:15:34 +09:00
Stephen Seo 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
Stephen Seo 9778c6a7d5 Implement use of vanilla bow/arrows in battle 2018-09-17 15:49:10 +09:00
Stephen Seo 0ea3dfd98a Minor fixes/changes 2018-09-13 14:12:04 +09:00
Stephen Seo 5999808859 crash bug fixes, mod is playable at this point
Missing some features from the pre-rewrite version such as playing
battle music, using bow/arrows, limiting number of combatants in
battle...
2018-09-12 14:43:59 +09:00