Skip to content

Commit 374ef52

Browse files
committed
docs(wiki): update mob entries
1 parent c9ff3d6 commit 374ef52

15 files changed

Lines changed: 132 additions & 20 deletions

docs/.assets/biomancy/essence.png

3.02 KB
Loading
39.3 KB
Loading
42.5 KB
Loading
999 Bytes
Loading
3.46 KB
Loading

docs/.content/ecosystem/primordial_cradle.mdx

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Sacrifice **raw meat** together with items rich in life energy.
1717
- Fill up the cradle with roughly 5 raw meat items (some items are worth more or less biomass)
1818
- Fill up the cradle with life energy such as **food** and **potions** that have *instant health* or *regeneration* effects
1919
- The sacrifice starts automatically when both biomass and life energy are full
20-
- While the cradle is not full its possible to add an arbitrary amount of items that modify the success chance of the sacrifice, the chance to spawn a [](@biomancy:hungry_flesh_blob) or the tumor amount of the spawned [](@biomancy:flesh_blob).
20+
- While the cradle is not full its possible to add an arbitrary amount of items that modify the success chance of the sacrifice, the chance to spawn a [](@biomancy:hungry_flesh_blob) or the tumor amount of the spawned [](@biomancy:flesh_blob).
2121

2222
When the eye is full the cradle will spawn potion particles and summon a [](@biomancy:flesh_blob) on success.
2323

@@ -27,22 +27,25 @@ We try to prevent the insertion of most tools and equipment but some items may g
2727
</Callout>
2828

2929
## Items with Life Energy
30-
Nether Star: 30,000
31-
Totem of Undying: 2,500
32-
Enchanted Golden Apple: ~250
33-
Golden apple: ~250
34-
potion of healing: ~60 per level
35-
Potion of Regeneration: 60 for base potion, 120 for increased duration, or power
36-
Rejuvenation Serum: 60
37-
Absorption Stimulant: 60
38-
Healing additive: 55
39-
Regenerative suspicious stew: 40 (Made with oxeye daisies)
40-
Exotic Flesh Mix: 20
41-
Bloomberry: 20
42-
Living Flesh: 10
43-
Regenerative fluid: 5
44-
Cleansing Serum: -20
30+
31+
| Item | Life Energy Amount |
32+
|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------|
33+
| [](@minecraft:nether_star) | 30,000 |
34+
| [](@minecraft:totem_of_undying) | 2,500 |
35+
| [](@minecraft:enchanted_golden_apple) | ~250 |
36+
| [](@minecraft:golden_apple) | ~250 |
37+
| [](@minecraft:potion_of_healing) | ~60 per potion level + bonus for increased duration |
38+
| [](@minecraft:potion_of_regeneration) | ~60 per potion level + bonus for increased duration |
39+
| [](@biomancy:rejuvenation_serum) | 60 |
40+
| [](@biomancy:absorption_boost) | 60 |
41+
| [](@biomancy:healing_additive) | 55 |
42+
| Regenerative [minecraft:suspicious_stew](minecraft:suspicious_stew#Usage) (Made with oxeye daisies) | 40 |
43+
| [](@biomancy:creator_mix) | 20 |
44+
| [](@biomancy:bloomberry) | 20 |
45+
| [](@biomancy:living_flesh) | 10 |
46+
| [](@biomancy:regenerative_fluid) | 5 |
47+
| [](@biomancy:cleansing_serum) | -20 |
4548

4649
## Primal Energy
4750
All life energy from any sacrifice (regardless of success or failure) is stored as primal energy
48-
which is consumed as fuel for the growth of the []($gettings_started/mound).
51+
which is consumed as fuel for the growth of the []($getting_started/mound).

docs/.content/mobs/flesh_blobs/flesh_blob.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
id: biomancy:flesh_blob
33
type: mob
44
icon: biomancy:mob/flesh_blob
5+
custom:
6+
Min Size: 1.0 (1x1x1)
7+
Max Size: 10.0 (3x3x3)
8+
Base Health: 10.0
9+
Max Health: Size * Base Health
10+
Base Armor: 0.5
11+
Max Armor: Size * Base Armor
12+
Movement Speed: 0.2 + 0.01 * Size
13+
Base Attack Damage: 1.0
14+
Max Attack Damage: (size * 0.5) * Base Attack Damage
515
---
616

717
# Flesh Blob
18+
- avoids players, villagers and primordial flesh blobs
19+
- seeks out food items on the ground and eats them to grow up in size
20+
- panics when burning or freezing
21+
- attracted to active jukeboxes
22+
23+
## Usage
24+
- when killed drops x amount of [](@biomancy:living_flesh) based on the size of the blob

docs/.content/mobs/flesh_blobs/hungry_flesh_blob.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
id: biomancy:hungry_flesh_blob
33
type: mob
44
icon: biomancy:mob/hungry_flesh_blob
5+
custom:
6+
Min Size: 1.0 (1x1x1)
7+
Max Size: 10.0 (3x3x3)
8+
Base Health: 10.0
9+
Max Health: Size * Base Health
10+
Base Armor: 1.25
11+
Max Armor: Size * Base Armor
12+
Movement Speed: 0.2 + 0.01 * Size
13+
Base Attack Damage: 2.0
14+
Max Attack Damage: (size * 0.5) * Base Attack Damage
515
---
616

717
# Hungry Flesh Blob
18+
- hostile version of the [](@biomancy:flesh_blob)
19+
- hostile towards primordial flesh blobs, players, animals and villagers
20+
- avoids golems
21+
- seeks out food items on the ground and eats them to grow up in size
22+
- panics when burning or freezing
23+
- attracted to active jukeboxes
24+
25+
## Usage
26+
- when killed drops x amount of [](@biomancy:living_flesh) based on the size of the blob

docs/.content/mobs/flesh_blobs/primordial_flesh_blob.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22
id: biomancy:primordial_flesh_blob
33
type: mob
44
icon: biomancy:mob/primordial_flesh_blob
5+
custom:
6+
Min Size: 1.0 (1x1x1)
7+
Max Size: 10.0 (3x3x3)
8+
Base Health: 15.0
9+
Max Health: Size * Base Health
10+
Base Armor: 1.0
11+
Max Armor: Size * Base Armor
12+
Movement Speed: 0.2 + 0.01 * Size
13+
Base Attack Damage: 2.0
14+
Max Attack Damage: (size * 0.5) * Base Attack Damage
515
---
616

717
# Primordial Flesh Blob
18+
- hostile version of the [](@biomancy:primordial_flesh_blob)
19+
- avoids golems
20+
- seeks out food items on the ground and eats them to grow up in size
21+
- seeks out [](@biomancy:living_flesh), [](@biomancy:creator_mix), [](@minecraft:rotten_flesh), [](@minecraft:spider_eye) items on the ground
22+
- provides collected items as sacrifices to the cradle (max distance: 6)
23+
- panics when burning or freezing
24+
- attracted to active jukeboxes
25+
- on death (not caused by fire/freezing) spreads malignant flesh veins
26+
- immune to [](@biomancy:primordial_infestation) and []($getting_started/gastric_acid)
27+
28+
## Usage
29+
- when killed drops x amount of [](@biomancy:living_flesh) based on the size of the blob

docs/.content/mobs/flesh_blobs/primordial_hungry_flesh_blob.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22
id: biomancy:primordial_hungry_flesh_blob
33
type: mob
44
icon: biomancy:mob/primordial_hungry_flesh_blob
5+
custom:
6+
Min Size: 1.0 (1x1x1)
7+
Max Size: 10.0 (3x3x3)
8+
Base Health: 20.0
9+
Max Health: Size * Base Health
10+
Base Armor: 2.0
11+
Max Armor: Size * Base Armor
12+
Movement Speed: 0.2 + 0.01 * Size
13+
Base Attack Damage: 4.0
14+
Max Attack Damage: (size * 0.5) * Base Attack Damage
515
---
616

717
# Primordial Hungry Flesh Blob
18+
- hostile version of the [](@biomancy:primordial_flesh_blob)
19+
- hostile towards normal flesh blobs, players any non-primordial mobs
20+
- avoids golems
21+
- seeks out food items on the ground and eats them to grow up in size
22+
- seeks out [](@biomancy:living_flesh), [](@biomancy:creator_mix), [](@minecraft:rotten_flesh), [](@minecraft:spider_eye) items on the ground
23+
- provides collected items as sacrifices to the cradle (max distance: 1.5)
24+
- panics when burning or freezing
25+
- attracted to active jukeboxes
26+
- on death (not caused by fire/freezing) spreads malignant flesh veins
27+
- immune to [](@biomancy:primordial_infestation) and []($getting_started/gastric_acid)
28+
29+
## Usage
30+
- when killed drops x amount of [](@biomancy:living_flesh) based on the size of the blob

0 commit comments

Comments
 (0)