Skip to content

Commit

Permalink
EE config
Browse files Browse the repository at this point in the history
  • Loading branch information
SHXRKIEgg committed Nov 30, 2023
1 parent 32ff786 commit 9160d63
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"enabled": true,
"biome_weight": 3.0,
"biome_temperature": 5.0,
"enable_spike_generation": true,
"spike_generation_chance": 100,
"etyr_spawn_chance_per_block": 2,
"enable_grass_generation": true,
"grass_generation_chance": 10
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"enabled": true,
"spawn_endermen": false,
"spawn_aberrations": true,
"biome_weight": 1.5,
"biome_temperature": 1.0,
"enable_tendril_patches": true,
"tendril_patch_chance": 10,
"enable_roots_generation": true,
"roots_generation_chance": 10,
"enable_leaves_generation": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"HEALTH_ATTRIBUTE": 2500.0,
"MINION_SPAWN_AMOUNT": 3.0,
"HASTUR_OMNIVAMPIRISM_AMOUNT": 0.1,
"TENTACLE_CHANCE_PERSEC": 5.0,
"ENCARNATION_LIGHTNING_DAMAGE": 100.0,
"PLAYER_DYING_KILLS_OTHER_PLAYERS": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"enable_fog": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"HEALTH_ATTRIBUTE": 20.0,
"MOVEMENT_SPEED_ATTRIBUTE": 0.3,
"ATTACK_DAMAGE_ATTRIBUTE": 4.0,
"ATTACK_SPEED_ATTRIBUTE": 1.0,
"CHASE_SPEED": 1.2,
"WANDER_SPEED": 1.0,
"initital_corruption_duration_ticks": 200
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"HEALTH_ATTRIBUTE": 20.0,
"ATTACK_DAMAGE_ATTRIBUTE": 6.0,
"ATTACK_SPEED_ATTRIBUTE": 1.0
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"show_icon_only_when_corrupted": true,
"temporary_corruption_amount_per_stack": 10,
"maximum_corruption": 200,
"maximum_etyr_resistance": 100,
"e_damageTaken_startingLevel": 10,
"e_tentacles_startingLevel": 25,
"e_vision_startingLevel": 40,
"e_damageDealt_startingLevel": 50,
"e_eyes_startingLevel": 70,
"e_lethal_startingLevel": 100
}

0 comments on commit 9160d63

Please sign in to comment.