You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			28 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
		
		
			
		
	
	
			28 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
| 
											2 years ago
										 | [gd_resource type="Resource" script_class="UpgradeData" load_steps=4 format=3 uid="uid://60buw33oe30f"] | ||
|  | 
 | ||
|  | [ext_resource type="PackedScene" uid="uid://b4cix5ebtpdbf" path="res://example/Random Upgrades/new scene.tscn" id="1_wk78o"] | ||
|  | [ext_resource type="Texture2D" uid="uid://cluvoehgeqmcu" path="res://example/Random Upgrades/icons/all_icons/all_icons_4.tres" id="2_yni6v"] | ||
|  | [ext_resource type="Script" path="res://example/Random Upgrades/upgrade_data.gd" id="3_lwnh6"] | ||
|  | 
 | ||
|  | [resource] | ||
|  | resource_name = "Weapon: Chaos Blast" | ||
|  | script = ExtResource("3_lwnh6") | ||
|  | color1 = Color(0.635294, 0.760784, 1, 1) | ||
|  | max_duplicates = 1 | ||
|  | tags = Array[String](["weapon", "magic", "projectile", "legendary"]) | ||
|  | type = 0 | ||
|  | attributes = Array[int]([1, 1, 1, 3]) | ||
|  | icon = ExtResource("2_yni6v") | ||
|  | custom_scene = ExtResource("1_wk78o") | ||
|  | prerequisites = Array[ExtResource("3_lwnh6")]([]) | ||
|  | color2 = Color(0.407843, 0.192157, 0.827451, 1) | ||
|  | base_weight = 1.0 | ||
|  | is_notable = true | ||
|  | multiplier_per_tag = "magic 2.0" | ||
|  | multiplier_if_tag_present = "" | ||
|  | multiplier_if_tag_not_present = "" | ||
|  | max_tags_present = "weapon 4" | ||
|  | list_item_delimeter = " " | ||
|  | list_row_delimeter = " | ||
|  | " |