forked from Nekojimi/JackIt
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
|
[gd_resource type="Resource" script_class="Role" load_steps=6 format=3 uid="uid://dpkej6t0m376u"]
|
||
|
|
||
|
[ext_resource type="Texture2D" uid="uid://o6w4s6p2a4jl" path="res://icon.svg" id="1_ivblp"]
|
||
|
[ext_resource type="Script" path="res://scripts/werewolf/role.gd" id="2_c24yo"]
|
||
|
[ext_resource type="Script" path="res://scripts/werewolf/team.gd" id="3_2ti8y"]
|
||
|
[ext_resource type="Resource" uid="uid://i30w138q5a0m" path="res://teams/town.tres" id="4_mlw0t"]
|
||
|
[ext_resource type="Resource" uid="uid://xsmxg7eedjkr" path="res://teams/werewolves.tres" id="5_g356o"]
|
||
|
|
||
|
[resource]
|
||
|
script = ExtResource("2_c24yo")
|
||
|
global_enable = false
|
||
|
name = "Witch"
|
||
|
description = "You have a number of spells (see attached) that you can use during the night, only once per game each."
|
||
|
flavour_text = ""
|
||
|
postit = "Your spells are:
|
||
|
- Investigate (as Investigator)
|
||
|
- Poison (as Poisoner)
|
||
|
- Roleblock (as Dancer)
|
||
|
- Protect (as Physician)"
|
||
|
teams = Array[ExtResource("3_2ti8y")]([ExtResource("4_mlw0t"), ExtResource("5_g356o")])
|
||
|
able_to_kill = true
|
||
|
special_investigation_results = {}
|
||
|
icon = ExtResource("1_ivblp")
|
||
|
max_count = 1
|
||
|
balance = 1.0
|
||
|
chaos = 0.0
|
||
|
pointless_without = []
|