forked from Nekojimi/JackIt
23 lines
860 B
Plaintext
23 lines
860 B
Plaintext
|
[gd_resource type="Resource" script_class="Role" load_steps=5 format=3 uid="uid://dfo5ny3hiyevj"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://scripts/werewolf/role.gd" id="1_mfn4r"]
|
||
|
[ext_resource type="Texture2D" uid="uid://o6w4s6p2a4jl" path="res://icon.svg" id="1_of3qn"]
|
||
|
[ext_resource type="Script" path="res://scripts/werewolf/team.gd" id="2_78oqs"]
|
||
|
[ext_resource type="Resource" uid="uid://xsmxg7eedjkr" path="res://teams/werewolves.tres" id="3_1mxdq"]
|
||
|
|
||
|
[resource]
|
||
|
script = ExtResource("1_mfn4r")
|
||
|
global_enable = true
|
||
|
name = "Werewolf"
|
||
|
description = "You are a normal werewolf, with no special powers."
|
||
|
flavour_text = "\"Awoooooo!\""
|
||
|
postit = ""
|
||
|
teams = Array[ExtResource("2_78oqs")]([ExtResource("3_1mxdq")])
|
||
|
able_to_kill = true
|
||
|
special_investigation_results = {}
|
||
|
icon = ExtResource("1_of3qn")
|
||
|
max_count = 0
|
||
|
balance = 1.0
|
||
|
chaos = 0.0
|
||
|
pointless_without = []
|