From 147f04d2ff5bfa6f9f686efd45f798569cb7de1b Mon Sep 17 00:00:00 2001 From: Zenny Date: Thu, 5 Feb 2026 10:52:13 -0800 Subject: [PATCH] Modify palm of heaven, remove random box item in altar --- .../src/items/weapons/resources/Palm of Heaven.tres | 6 ++---- .../src/map/dungeon/floors/Special Floors/00. Altar.tscn | 5 +---- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Palm of Heaven.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Palm of Heaven.tres index 92c9b62ca..cfb4f748a 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Palm of Heaven.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Palm of Heaven.tres @@ -10,11 +10,9 @@ WeaponElement = 7 WeaponTag = 0 SoundEffect = 22 Name = "Palm of Heaven" -Description = "+10 ATK -Very Powerful. - Breaks upon leaving the floor." +Description = "+8 ATK" SpawnRate = 0.01 -BonusAttack = 10 +BonusAttack = 8 BonusDefense = 0 BonusLuck = 0.05 BonusHP = 0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/00. Altar.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/00. Altar.tscn index 4c95facd4..5904cff57 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/00. Altar.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/00. Altar.tscn @@ -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="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://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="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"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 72.5243, -2.06593, -2.02953) shape = SubResource("BoxShape3D_tp2pi") - -[node name="Box Item" parent="." instance=ExtResource("6_rrmfo")]