15 lines
499 B
Plaintext
15 lines
499 B
Plaintext
[gd_resource type="Resource" script_class="Modifier" load_steps=3 format=3]
|
|
|
|
[ext_resource type="Script" path="res://core/modding/modifier.gd" id="1"]
|
|
[ext_resource type="Texture2D" path="res://content/official/skins/sectors/neon_hiero_black.png" id="2"]
|
|
|
|
[resource]
|
|
script = ExtResource("1")
|
|
id = "test_pink"
|
|
title = "Test Marker"
|
|
description = "Drops onto any sector and replaces its texture. Proves face-index lookup works."
|
|
texture = ExtResource("2")
|
|
score_mult = 1.0
|
|
score_add = 0
|
|
weight = 1.0
|