From 2012b41e77df873af62d2f3b1220332e5ff4f849 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 3 Oct 2023 02:42:58 +0200 Subject: [PATCH] Reduce artifact values --- entity/item/item_chalice.tscn | 2 +- entity/item/item_crown.tscn | 8 ++------ entity/item/item_ring.tscn | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/entity/item/item_chalice.tscn b/entity/item/item_chalice.tscn index 1922003..cb9ecce 100644 --- a/entity/item/item_chalice.tscn +++ b/entity/item/item_chalice.tscn @@ -38,7 +38,7 @@ shader = ExtResource("5_bkxhb") type = &"Chalice" [node name="Valuable" parent="." instance=ExtResource("7_0qpb5")] -value = 7500 +value = 5000 [node name="SoundWorking" type="AudioStreamPlayer" parent="."] stream = ExtResource("9_v6jws") diff --git a/entity/item/item_crown.tscn b/entity/item/item_crown.tscn index 648727b..8e0f67c 100644 --- a/entity/item/item_crown.tscn +++ b/entity/item/item_crown.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=11 format=3 uid="uid://d32fgw4klo4x3"] +[gd_scene load_steps=10 format=3 uid="uid://d32fgw4klo4x3"] [ext_resource type="PhysicsMaterial" uid="uid://c6kn1an85lccr" path="res://entity/coin_physics_material.tres" id="1_j1ug7"] [ext_resource type="Texture2D" uid="uid://brlo5pqo0x86l" path="res://entity/item/item_crown.png" id="2_4mgp8"] @@ -7,7 +7,6 @@ [ext_resource type="Shader" path="res://entity/gem/gem_shading_material.gdshader" id="5_c6qlx"] [ext_resource type="PackedScene" uid="uid://bk1vvq5rug01m" path="res://collector/collectible.tscn" id="6_5xyts"] [ext_resource type="PackedScene" uid="uid://ujpra0s1kpqi" path="res://value/valuable.tscn" id="7_7rpe6"] -[ext_resource type="Script" path="res://entity/gem/RandomValue.gd" id="8_utkrs"] [ext_resource type="AudioStream" uid="uid://br25ip30mu174" path="res://audio/conversione/mechanic_sound.wav" id="9_6xmfi"] [sub_resource type="CircleShape2D" id="CircleShape2D_058rf"] @@ -42,10 +41,7 @@ shader = ExtResource("5_c6qlx") type = &"Crown" [node name="Valuable" parent="." instance=ExtResource("7_7rpe6")] -value = 10000 - -[node name="RandomValue" type="Node" parent="Valuable"] -script = ExtResource("8_utkrs") +value = 7500 [node name="SoundWorking" type="AudioStreamPlayer" parent="."] stream = ExtResource("9_6xmfi") diff --git a/entity/item/item_ring.tscn b/entity/item/item_ring.tscn index 3dffd81..ae25cd1 100644 --- a/entity/item/item_ring.tscn +++ b/entity/item/item_ring.tscn @@ -42,7 +42,7 @@ shader = ExtResource("5_pu8lc") type = &"Ring" [node name="Valuable" parent="." instance=ExtResource("7_37tvl")] -value = 5000 +value = 3500 [node name="SoundWorking" type="AudioStreamPlayer" parent="."] stream = ExtResource("9_0enei")