neowarsaw/assets/scripts/player.gd

18 lines
177 B
GDScript3
Raw Normal View History

2026-01-26 11:39:17 +01:00
extends Node
var stats: Dictionary = {
"INT": 0,
"REF": 0,
"ZW": 0,
"TECH": 0,
"CHA": 0,
"SW": 0,
"RUCH": 0,
"BC": 0,
"EMP": 0,
"PW": 0,
"CZL": 0,
}
var roll : int