branches and one texture

This commit is contained in:
Altaezio
2026-02-13 11:18:34 +01:00
parent ab5089ad6c
commit e6d34a50a5
76 changed files with 359 additions and 1386 deletions

View File

@@ -9,6 +9,9 @@ func get_icon() -> Texture:
func get_base_rarity() -> int:
return 0
func get_mutation_id() -> String:
return "ANCIENT"
func get_mutation_name() -> String:
return tr("ANCIENT")

View File

@@ -7,6 +7,9 @@ func get_icon() -> Texture:
func get_base_rarity() -> int:
return 0
func get_mutation_id() -> String:
return "PRECOCIOUS"
func get_mutation_name() -> String:
return tr("PRECOCIOUS")

View File

@@ -7,6 +7,9 @@ func get_icon() -> Texture:
func get_base_rarity() -> int:
return 0
func get_mutation_id() -> String:
return "QUALITY"
func get_mutation_name() -> String:
return tr("QUALITY")

View File

@@ -7,6 +7,9 @@ func get_icon() -> Texture:
func get_base_rarity() -> int:
return 0
func get_mutation_id() -> String:
return "QUICK"
func get_mutation_name() -> String:
return tr("QUICK")