-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
You can now deliver the Essence of Fungus to lunar bodies Expanded the statue room to include trophys for new achievements Greatly increased time between Psychic Bat's delusion attempts, it should now take 5 seconds between each attempt instead of 2, this should hopefully make them less frustrating enemies to fight against and make trying to avoid the attack feel more worth it instead of giving the feeling that you'll just be hit again anyways Drastically reduced lifetime of Mass Status spells, this is not the actual effect duration but the projectile lifetime, previously if you gave a mass status spell a modifier like water trail for example, it would linger a very long time and create a lot of water Fixed Colossal Blob boss not dropping loot Added modded powders to Dissolve Powder's list Reworked Masters of Immortality, they now no longer provide an unconcditional 20 seconds of Ambrosia, but rather cover their target with an Ambrosia stain, this should introduce the option of counterplay by using stain inflicting spells, such as Mass Wet, Water Trail or other means. Modified Hideous Mass ragdolls to now include their limbs Decreased spawnrate of Holy Orb Barrage, it should now be slightly rare overall, previously I felt like I could consistently find it every run down the main path and it felt excessively present for how good it is Reduced Delusion's duration to 45 seconds, previously it felt too long but putting it down to 30 seconds felt like the effect would expire before it had a chance to trick you, hopefully 45 seconds will strike a balance between lasting long enough to trick you and being short enough to go away once the effect has done it's business. New Creep: Reflective Weirdo
- Loading branch information
Showing
100 changed files
with
1,473 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
91 changes: 47 additions & 44 deletions
91
data/entities/animals/gold_bosses/boss_blob/ai/boss_blob_death.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<Entity name="Suur Stendari" tags="firemage,touchmagic_immunity,ui_use_raw_name" > | ||
<Base file="data/entities/animals/wraith_returner_mocreep.xml" include_children="1" > | ||
<DamageModelComponent | ||
hp="67" | ||
max_hp="67" | ||
></DamageModelComponent > | ||
</Base> | ||
</Entity> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,158 @@ | ||
<Entity name="$animal_wraith_glowing"> | ||
|
||
<Base file="data/entities/base_enemy_flying.xml" > | ||
<ItemChestComponent level="1" > </ItemChestComponent> | ||
|
||
<AnimalAIComponent | ||
attack_ranged_enabled="0" | ||
attack_dash_enabled="0" | ||
needs_food="0" | ||
can_fly="1"> | ||
</AnimalAIComponent> | ||
|
||
<DamageModelComponent | ||
hp="14.75" | ||
fire_probability_of_ignition="0" | ||
ragdoll_fx_forced="DISINTEGRATED" | ||
ragdoll_material="rock_static_glow" | ||
blood_material="mocreeps_spark_orange" | ||
blood_spray_material="mocreeps_spark_orange" | ||
ragdoll_material="mocreeps_spark_orange" | ||
blood_sprite_directional="" | ||
blood_sprite_large="" | ||
minimum_knockback_force="100000" | ||
> | ||
<damage_multipliers | ||
projectile="0.1" | ||
explosion="0.1" | ||
electricity="0.5" | ||
fire="0.5" | ||
slice="0.1" | ||
ice="0.1" | ||
> | ||
</damage_multipliers> | ||
</DamageModelComponent> | ||
|
||
<PathFindingComponent | ||
can_fly="1" | ||
can_walk="0" | ||
> | ||
</PathFindingComponent> | ||
|
||
<SpriteComponent | ||
image_file="mods/mo_creeps/files/enemies_gfx/wraith_returner.xml" | ||
offset_x="0" | ||
offset_y="0"> | ||
</SpriteComponent> | ||
|
||
<GenomeDataComponent | ||
herd_id="mage" | ||
food_chain_rank="15" | ||
is_predator="1" > | ||
</GenomeDataComponent> | ||
|
||
<HitboxComponent | ||
_enabled="1" | ||
aabb_min_x="-7.0" | ||
aabb_max_x="7.0" | ||
aabb_min_y="-7" | ||
aabb_max_y="7" | ||
is_enemy="1" | ||
is_item="0" | ||
is_player="0" > | ||
</HitboxComponent> | ||
|
||
<CharacterDataComponent | ||
_enabled="1" | ||
climb_over_y="4" | ||
collision_aabb_min_x="-2.0" | ||
collision_aabb_max_x="2.0" | ||
collision_aabb_min_y="-6" | ||
collision_aabb_max_y="4" | ||
mass="0.9" | ||
> | ||
</CharacterDataComponent> | ||
|
||
<AudioComponent | ||
file="data/audio/Desktop/animals.bank" | ||
event_root="animals/wraith_glowing" > | ||
</AudioComponent> | ||
|
||
</Base> | ||
|
||
<LightComponent | ||
_enabled="1" | ||
radius="30" | ||
r="255" | ||
g="255" | ||
b="255" | ||
> | ||
</LightComponent> | ||
|
||
<AudioLoopComponent | ||
file="data/audio/Desktop/animals.bank" | ||
event_name="animals/wraith_glowing/movement_loop" | ||
set_speed_parameter="1" | ||
auto_play="1"> | ||
</AudioLoopComponent> | ||
|
||
<Entity> <Base file="mods/mo_creeps/files/entities/verlets/wraith_returner/wraith_cape.xml"> <InheritTransformComponent><Transform position.x="0" position.y="2" ></Transform></InheritTransformComponent> </Base> </Entity> | ||
|
||
<LuaComponent | ||
execute_every_n_frame="-1" | ||
script_damage_received="mods/mo_creeps/files/scripts/animals/wraith_returner_damage.lua" | ||
> | ||
</LuaComponent> | ||
|
||
<LuaComponent | ||
script_source_file="mods/mo_creeps/files/scripts/animals/wraith_returner_memory.lua" | ||
execute_every_n_frame="3" | ||
> | ||
</LuaComponent> | ||
|
||
<SpriteParticleEmitterComponent | ||
sprite_file="data/particles/shine_blue.xml" | ||
delay="0" | ||
lifetime="2" | ||
color.r="1" color.g="1" color.b="1" color.a="1" | ||
color_change.r="0" color_change.g="0" color_change.b="0" color_change.a="-1" | ||
velocity.x="0" velocity.y="0" | ||
gravity.x="0" gravity.y="30" | ||
velocity_slowdown="0" | ||
rotation="0" | ||
angular_velocity="0" | ||
use_velocity_as_rotation="0" | ||
scale.x="1" scale.y="1" | ||
scale_velocity.x="0" scale_velocity.y="0" | ||
emission_interval_min_frames="10" | ||
emission_interval_max_frames="20" | ||
count_min="1" count_max="1" | ||
randomize_rotation.min="-3.1415" | ||
randomize_rotation.max="3.1415" | ||
randomize_angular_velocity.min="-15" | ||
randomize_angular_velocity.max="15" | ||
randomize_velocity.min_x="-5" | ||
randomize_velocity.max_x="5" | ||
randomize_velocity.min_y="-5" | ||
randomize_velocity.max_y="5" | ||
randomize_position.min_x="-5" | ||
randomize_position.max_x="5" | ||
randomize_position.min_y="-5" | ||
randomize_position.max_y="5" | ||
> | ||
</SpriteParticleEmitterComponent> | ||
|
||
<SpriteComponent | ||
alpha="0.55" | ||
image_file="data/particles/fog_of_war_hole.xml" | ||
smooth_filtering="1" | ||
fog_of_war_hole="1" > | ||
</SpriteComponent> | ||
|
||
<VariableStorageComponent | ||
name="proj_file" | ||
value_string="data/entities/projectiles/wraith_glowing_laser.xml" | ||
> | ||
</VariableStorageComponent> | ||
</Entity> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.