Commit Graph

66 Commits

Author SHA1 Message Date
GreenComfyTea e51185892a Change Anomaly Core break hook 2023-06-07 19:44:01 +03:00
GreenComfyTea 59f11c4933 Add Anomaly Core Break Damage to Total Damage 2023-06-05 19:36:55 +03:00
GreenComfyTea 8e77df6fed More caching 2023-05-28 13:53:34 +03:00
GreenComfyTea d68aacc5bf Cache methods and fields 2023-05-28 13:26:13 +03:00
GreenComfyTea 4f34f76ad7 Add Anomaly Core Health Bars to Parts UI 2023-05-28 12:48:46 +03:00
GreenComfyTea 20dfde17d4 Fix part names not changing localization 2023-05-26 12:15:19 +03:00
GreenComfyTea 9b1ff5b264 Utilize this keyword everywhere 2023-04-21 10:19:12 +03:00
GreenComfyTea f627a0b19b Merge table_helpers and unicode_helpers into utils 2023-04-21 10:08:07 +03:00
GreenComfyTea ba3ec120b2 ; 2023-04-19 11:35:08 +03:00
GreenComfyTea 0a9c8488d6 Add wall hit damage (only host/local) 2023-03-07 11:55:30 +02:00
GreenComfyTea c2531b77a2 Add option to filter parts based on current state 2023-03-06 13:48:55 +02:00
GreenComfyTea 7158c0d367 Uncomment Poison and Stun Ailment Buildup UIs 2023-03-01 16:59:24 +02:00
GreenComfyTea c1464dcc12 Fix poison damage not being accounted due to buildup_share being deep-copied 2023-03-01 16:46:11 +02:00
GreenComfyTea ccd64f534c Cache some methods 2023-02-06 16:43:00 +02:00
GreenComfyTea 60bcd5770d Cache all global variables 2023-02-06 16:31:59 +02:00
GreenComfyTea 3513d77714 Added Support for multiple configs
1) Implemented ailment damage for buddies;
2) Bugfixes;
2023-01-14 13:30:09 +02:00
GreenComfyTea 9a3cb399e2 Damage Meter UI customization refactoring 2023-01-05 18:15:18 +02:00
GreenComfyTea a8ec321dae Refactor Damage Meter UI config; 2023-01-02 14:18:32 +02:00
GreenComfyTea 673bf28451 Fix Ailment Buildup UI 2022-11-23 13:35:16 +02:00
GreenComfyTea 2dde202501 Hide Large Monster Dynamic UI when in stealth 2022-11-23 12:06:00 +02:00
GreenComfyTea ed6f59655c Implement proper tracking of monster capturability 2022-11-23 11:29:16 +02:00
GreenComfyTea abec9a5c27 Replace SystemArray wrapper methods with actual System.Array methods 2022-08-13 17:00:55 +03:00
GreenComfyTea acd7486b16 Functions that have SystemArray are now pcalled
+ Fix singletons.game_keyboard;
+ Changed monster data initialization order.
2022-08-13 13:51:17 +03:00
GreenComfyTea cad4e653fd Map Narwa's parts 2022-08-02 07:48:18 +03:00
GreenComfyTea 7bb1339796 Remove distance from monster name 2022-07-29 09:35:36 +03:00
GreenComfyTea a66ff49c49 Add Auto-Highlight Option to Large Monster UI 2022-07-28 16:27:58 +03:00
GreenComfyTea 90fba51cd5 More refactoring 2022-07-28 15:00:22 +03:00
GreenComfyTea 2f9a8ac6a3 Refactoring 2022-07-26 19:27:37 +03:00
GreenComfyTea a2e7c6b78d Fix first poison activation not counting damage. 2022-07-25 15:58:36 +03:00
GreenComfyTea 7a89f66d23 Update large_monster.lua 2022-07-25 12:47:56 +03:00
GreenComfyTea c5c7f4bf38 Merge pull request #52 from GreenComfyTea/main 2022-07-25 11:14:03 +03:00
GreenComfyTea 6392fa3db2 Add Filters to Parts. 2022-07-25 11:12:32 +03:00
GreenComfyTea f38e5b685f Add Filters to Ailments. 2022-07-25 10:14:21 +03:00
GreenComfyTea 9821db9f36 Merge pull request #47 from GreenComfyTea/main 2022-07-19 17:33:06 +03:00
GreenComfyTea 65c4438ce6 Fix Capture Line showing when health is hidden 2022-07-19 17:31:21 +03:00
GreenComfyTea e090320ae4 Update monster_hook.lua 2022-07-19 17:22:02 +03:00
GreenComfyTea e0f46cf825 Revert event-based monster hook commit. 2022-07-19 17:16:28 +03:00
GreenComfyTea 0d6aed0216 Make some monster info retrieving event-based 2022-07-13 18:18:02 +03:00
GreenComfyTea 37aebf8ca7 Reorganize monster hook 2022-07-13 18:11:18 +03:00
GreenComfyTea cfeeab9ec8 Reorganize monster updates. 2022-07-13 18:00:43 +03:00
GreenComfyTea 48205368e2 Revert back to update() hook. 2022-07-12 08:29:12 +03:00
GreenComfyTea 072f13007d Fix HP not updating in online when not hosting. 2022-07-11 12:31:10 +03:00
GreenComfyTea 8da36a275c Add Cart Count, fix Script Time; 2022-07-11 11:55:31 +03:00
GreenComfyTea a5283b07b0 Clean up. 2022-07-11 08:54:05 +03:00
GreenComfyTea d8a6e8c578 Migrate to os.clock() for time-based functionality
- Fixed is_enable typo for ailments.
- Make small monster updates 1/s.
2022-07-11 08:51:52 +03:00
GreenComfyTea 06a29637bd Big commit
- Add missing Tired Timer to Stamina UI;
- Replace per-tick updates of HP, Stamina and Rage to per-event;
-- Stamina UI on Small Monsters is now deprecated;
-
2022-07-10 20:00:56 +03:00
GreenComfyTea 798fe55b82 Update and fix Damage Types; 2022-07-10 11:38:35 +03:00
GreenComfyTea 9a5e05d229 Initial Sunbreak update.
- Added Monster Rank.
- Fixed Poison and Blast Damage.
2022-07-02 14:16:58 +03:00
GreenComfyTea f64d6c84d3 Release v1.11
1) Cache config access function-wide where possible;
2) Break and Sever values added to parts;
3) Hooks are now applied in init_module instead of global space;
4) Added checks for submodule (health, stamina, etc) visibility. If not visible, do not pull data.
2022-06-20 13:01:10 +03:00
GreenComfyTea 91dc3a493f Fix Parts config incompatibility. 2022-06-17 14:38:12 +03:00