Skip to content

Commit

Permalink
k rool nerf for adaptive armor + fix
Browse files Browse the repository at this point in the history
  • Loading branch information
InQuognito committed Feb 3, 2025
1 parent 41dd7ec commit 1a91288
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
tag @s add adaptive_armor

effect clear @s minecraft:absorption
effect give @s minecraft:absorption infinite 2 true
attribute @s minecraft:armor modifier remove ssbrc:adaptive_armor
attribute @s minecraft:knockback_resistance modifier add ssbrc:adaptive_armor 0.5 add_value

effect clear @s minecraft:absorption
execute if score @s charge.1 matches 1 run return run effect give @s minecraft:absorption infinite 1 true
execute if score @s charge.1 matches 2.. run return run effect give @s minecraft:absorption infinite 0 true
effect give @s minecraft:absorption infinite 2 true
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
scoreboard players set @s charge.1 0

scoreboard players set @s duration.1 2
2 changes: 1 addition & 1 deletion data/ssbrc/function/stage/pac_maze/load.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ execute store result score random.output temp run random value 0..1
execute if score random.output temp matches 0 run function ssbrc:stage/pac_maze/load/pac_maze
execute if score random.output temp matches 1 run function ssbrc:stage/pac_maze/load/mrs_pac_maze

scoreboard objectives setdisplay list pac_maze.scoreboard
execute if score hazards options matches 1 run scoreboard objectives setdisplay list pac_maze.scoreboard

function ssbrc:stage/pac_maze/logic/ghosts/animation/schedule

0 comments on commit 1a91288

Please sign in to comment.