Commit 82b5b37
authored
Make Monsters Unbound Standalone (#1154)
* make Monsters Unbound standalone
* heal mobs after init
* add phantom drowning to MU
* add more SR scoreboards for compat
* fix100% resistance
Fixes a bug where a resistance level over 4 might not be counted
* add function tags for armor and health regen timers
* that should be @s (oops)
* various small changes
- slowed health regeneration
- armor now regenerates even if health is not full
- fixed up the arrow damage function tag
* fix shields blocking everything
* Balance changes
- Volatile Elite needs to be within 22 blocks of its target to shoot
- Breach enchantment increases damage to armor by 15% per level (calculated from post-mitigation damage)
- Piglin Brutes added to modified entities
- armor toughness reworked to give more defense against low damage attacks
- parry deals 100% of player attack_damage attribute
- damage to armor can only happen every 10 ticks
- protection damage reduction per level 1% -> 2%
- armor reaching 0 from an attack triggers an armor break, doubling recharge cooldown but reducing damage taken by max armor
* update protection levels
* balance updates
- Health regeneration timer reduced from 30 > 10 seconds, time between hearts reduced from 10 > 2 seconds
- Armor Toughness damage reduction has been improved by ~50%
- Mobs from spawners now get updated by Survival Refightalized, except for health and gear changes
- Trident drowned damage reduced from 12 > 4.5 - 9.0
- Most mobs have slightly increased stats
* whoops forgor
* fix player trident damage bug
* balance update
- mobs from spawners can't be elites anymore
- killing a mob resets regen timer
- increased mob damage a small amount
- decreased armor toughness effect a small amount, no longer works against armor piercing effects1 parent fe890ad commit 82b5b37
File tree
103 files changed
+532
-185
lines changed- gm4_monsters_unbound
- data
- gm4_monsters_unbound
- function
- clocks/elite
- debug/spawn_elite
- blazing
- gargantuan
- glacial
- mending
- pearlescent
- splitting
- volatile
- vorpal
- zephyr
- mob
- init
- elite/type
- mob_type
- creeper
- enderman
- skeleton
- spider
- zombie
- underground
- process
- elite
- blazing
- gargantuan
- splitting
- volatile
- zephyr
- skeleton
- spore
- guidebook
- predicate
- biome
- technical
- tags/entity_type
- gm4/advancement
- gm4_survival_refightalized
- data
- gm4_survival_refightalized
- advancement
- enchantment
- function
- mob
- init
- mob_type
- process/arrow
- player
- armor
- damage
- reduction
- enchantments
- shield
- health/regeneration
- tags
- entity_type
- function
- minecraft/enchantment
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
103 files changed
+532
-185
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
0 commit comments