forked from Nekojimi/JackIt
23 lines
846 B
Plaintext
23 lines
846 B
Plaintext
[gd_resource type="Resource" script_class="Role" load_steps=5 format=3 uid="uid://6n2jan7ye2th"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://o6w4s6p2a4jl" path="res://icon.svg" id="1_6p1wn"]
|
|
[ext_resource type="Script" path="res://scripts/werewolf/role.gd" id="1_ti8eu"]
|
|
[ext_resource type="Script" path="res://scripts/werewolf/team.gd" id="2_vnc2w"]
|
|
[ext_resource type="Resource" uid="uid://i30w138q5a0m" path="res://teams/town.tres" id="3_6adea"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_ti8eu")
|
|
global_enable = true
|
|
name = "Townie"
|
|
description = "You have no special abilities, beyond those of your team."
|
|
flavour_text = ""
|
|
postit = ""
|
|
teams = Array[ExtResource("2_vnc2w")]([ExtResource("3_6adea")])
|
|
able_to_kill = false
|
|
special_investigation_results = {}
|
|
icon = ExtResource("1_6p1wn")
|
|
max_count = 0
|
|
balance = 1.0
|
|
chaos = 0.0
|
|
pointless_without = []
|