Fix research xp generation

This commit is contained in:
2026-04-18 00:56:44 +02:00
parent 2bc81a73fd
commit dfb1161854
29 changed files with 485 additions and 47 deletions

View File

@@ -0,0 +1,13 @@
[gd_resource type="Resource" script_class="ResearchData" format=3 uid="uid://cvow4sj6a5h23"]
[ext_resource type="Texture2D" uid="uid://bgtt3wu43tajh" path="res://icon.svg" id="1_qvnpw"]
[ext_resource type="Script" uid="uid://m7baywrfnpn0" path="res://core/research/research_data.gd" id="2_6lndp"]
[resource]
script = ExtResource("2_6lndp")
id = &"forestry_research"
generator_id = &"forestry"
name = "Forestry Research"
description = "Research that improves forestry production"
icon = ExtResource("1_qvnpw")
metadata/_custom_type_script = "uid://m7baywrfnpn0"