forked from Nekojimi/JackIt
25 lines
929 B
Plaintext
25 lines
929 B
Plaintext
[gd_resource type="Resource" script_class="Role" load_steps=5 format=3 uid="uid://d1ndf2ofhof02"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://o6w4s6p2a4jl" path="res://icon.svg" id="1_u8eld"]
|
|
[ext_resource type="Script" path="res://scripts/werewolf/role.gd" id="1_x81r2"]
|
|
[ext_resource type="Script" path="res://scripts/werewolf/team.gd" id="2_46cme"]
|
|
[ext_resource type="Resource" uid="uid://i30w138q5a0m" path="res://teams/town.tres" id="3_d88cd"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_x81r2")
|
|
global_enable = false
|
|
name = "Teenager"
|
|
description = "If you are searched by the Investigator, they will see you as a [color=red]werewolf[/color]."
|
|
flavour_text = ""
|
|
postit = ""
|
|
teams = Array[ExtResource("2_46cme")]([ExtResource("3_d88cd")])
|
|
able_to_kill = false
|
|
special_investigation_results = {
|
|
"Investigator": "Werewolves"
|
|
}
|
|
icon = ExtResource("1_u8eld")
|
|
max_count = 1
|
|
balance = 0.8
|
|
chaos = 0.5
|
|
pointless_without = ["Investigator"]
|