forked from Nekojimi/JackIt
25 lines
977 B
Plaintext
25 lines
977 B
Plaintext
|
[gd_resource type="Resource" script_class="Role" load_steps=5 format=3 uid="uid://c28tw4sxvn4tn"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://scripts/werewolf/role.gd" id="1_iap5f"]
|
||
|
[ext_resource type="Texture2D" uid="uid://o6w4s6p2a4jl" path="res://icon.svg" id="1_p77ts"]
|
||
|
[ext_resource type="Script" path="res://scripts/werewolf/team.gd" id="2_jo7w2"]
|
||
|
[ext_resource type="Resource" uid="uid://xsmxg7eedjkr" path="res://teams/werewolves.tres" id="3_ksexf"]
|
||
|
|
||
|
[resource]
|
||
|
script = ExtResource("1_iap5f")
|
||
|
global_enable = true
|
||
|
name = "Elder Wolf"
|
||
|
description = "If you are searched by the Investigator, they will see you as a [color=blue]human[/color]."
|
||
|
flavour_text = "\"This dog's learned a few tricks in his time...\""
|
||
|
postit = ""
|
||
|
teams = Array[ExtResource("2_jo7w2")]([ExtResource("3_ksexf")])
|
||
|
able_to_kill = true
|
||
|
special_investigation_results = {
|
||
|
"Investigator": "Town"
|
||
|
}
|
||
|
icon = ExtResource("1_p77ts")
|
||
|
max_count = 1
|
||
|
balance = 1.5
|
||
|
chaos = 0.5
|
||
|
pointless_without = ["Investigator"]
|