mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 13:25:54 +00:00
16 lines
662 B
Text
16 lines
662 B
Text
[gd_resource type="Resource" script_class="FuncGodotFGDBaseClass" load_steps=2 format=3 uid="uid://bpdbncl6tswbj"]
|
|
|
|
[ext_resource type="Script" uid="uid://ck575aqs1sbrb" path="res://addons/func_godot/src/fgd/func_godot_fgd_base_class.gd" id="1_2os3e"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_2os3e")
|
|
classname = "ActivationCounts"
|
|
description = "Activation min and max"
|
|
class_properties = {
|
|
"maxactivations": 1,
|
|
"minactivations": 0
|
|
}
|
|
class_property_descriptions = {
|
|
"maxactivations": "Max amount of times it needs to be activated to trigger an efffect (-1 means no limit)",
|
|
"minactivations": "Minimum amount of times it needs to be activated to trigger an effect"
|
|
}
|