Modify palm of heaven, remove random box item in altar

This commit is contained in:
2026-02-05 10:52:13 -08:00
parent 8ea881edb3
commit 147f04d2ff
2 changed files with 3 additions and 8 deletions

View File

@@ -10,11 +10,9 @@ WeaponElement = 7
WeaponTag = 0 WeaponTag = 0
SoundEffect = 22 SoundEffect = 22
Name = "Palm of Heaven" Name = "Palm of Heaven"
Description = "+10 ATK Description = "+8 ATK"
Very Powerful.
Breaks upon leaving the floor."
SpawnRate = 0.01 SpawnRate = 0.01
BonusAttack = 10 BonusAttack = 8
BonusDefense = 0 BonusDefense = 0
BonusLuck = 0.05 BonusLuck = 0.05
BonusHP = 0 BonusHP = 0

View File

@@ -1,9 +1,8 @@
[gd_scene load_steps=19 format=3 uid="uid://dl6h1djc27ddl"] [gd_scene load_steps=18 format=3 uid="uid://dl6h1djc27ddl"]
[ext_resource type="Script" uid="uid://c1nhqlem1ew3m" path="res://src/map/dungeon/code/Altar.cs" id="1_5jip8"] [ext_resource type="Script" uid="uid://c1nhqlem1ew3m" path="res://src/map/dungeon/code/Altar.cs" id="1_5jip8"]
[ext_resource type="Resource" uid="uid://bqnfw6r4085yv" path="res://src/dialog/Altar.dialogue" id="2_7xfp0"] [ext_resource type="Resource" uid="uid://bqnfw6r4085yv" path="res://src/dialog/Altar.dialogue" id="2_7xfp0"]
[ext_resource type="PackedScene" uid="uid://co0fmuno2pjc7" path="res://src/map/dungeon/models/Special Floors & Rooms/Altar/02_ALTAR_FLOOR_ZER0_VER.1.glb" id="2_xpi6o"] [ext_resource type="PackedScene" uid="uid://co0fmuno2pjc7" path="res://src/map/dungeon/models/Special Floors & Rooms/Altar/02_ALTAR_FLOOR_ZER0_VER.1.glb" id="2_xpi6o"]
[ext_resource type="PackedScene" uid="uid://bdygmhgk4k0qh" path="res://src/items/box/BoxItem.tscn" id="6_rrmfo"]
[ext_resource type="Shader" uid="uid://c4a68uhm5o2h4" path="res://src/map/map shaders/Altar Sky Environment.gdshader" id="27_lb4gb"] [ext_resource type="Shader" uid="uid://c4a68uhm5o2h4" path="res://src/map/map shaders/Altar Sky Environment.gdshader" id="27_lb4gb"]
[ext_resource type="AudioStream" uid="uid://c4ud110da8efp" path="res://src/audio/AMB/amb_wind_loop_altar.wav" id="28_je2oh"] [ext_resource type="AudioStream" uid="uid://c4ud110da8efp" path="res://src/audio/AMB/amb_wind_loop_altar.wav" id="28_je2oh"]
@@ -213,5 +212,3 @@ collision_mask = 64
[node name="CollisionShape3D" type="CollisionShape3D" parent="NoExitArea"] [node name="CollisionShape3D" type="CollisionShape3D" parent="NoExitArea"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 72.5243, -2.06593, -2.02953) transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 72.5243, -2.06593, -2.02953)
shape = SubResource("BoxShape3D_tp2pi") shape = SubResource("BoxShape3D_tp2pi")
[node name="Box Item" parent="." instance=ExtResource("6_rrmfo")]