storytelling-assistant/psychotype/psychotype.gd

13 lines
307 B
GDScript3
Raw Normal View History

2024-11-25 17:16:38 +00:00
extends Resource
class_name psychotype
@export var name: String
@export var slogan: String
@export var motivation: String
@export var goal: String
@export var fear: String
@export var strategy: String
@export var weakness: String
@export var problem_handling: String
@export var other_names: Array[String]