4
0
Fork 0
WolfBox/roles/apothecary.tres

29 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2025-06-21 14:36:09 +01:00
[gd_resource type="Resource" script_class="Role" load_steps=6 format=3 uid="uid://evubylsrcpjf"]
[ext_resource type="Texture2D" uid="uid://o6w4s6p2a4jl" path="res://icon.svg" id="1_2vs4l"]
[ext_resource type="Script" path="res://scripts/werewolf/role.gd" id="2_4orkl"]
[ext_resource type="Script" path="res://scripts/werewolf/team.gd" id="3_nv0n0"]
[ext_resource type="Resource" uid="uid://i30w138q5a0m" path="res://teams/town.tres" id="4_84dfd"]
[ext_resource type="Resource" uid="uid://xsmxg7eedjkr" path="res://teams/werewolves.tres" id="5_wf6ee"]
[resource]
script = ExtResource("2_4orkl")
global_enable = false
name = "Apothecary"
description = "Each night, you can brew a potion and give it to another player. They may drink it or save it for later. Potions can have various effects that only you know; most are beneficial."
flavour_text = "\"You think I'm dumb enough to try these myself?\""
postit = "Your potions are:
Red: user dies after 1 day;
Black: user may investigate (as Investigator) once;
Blue: user may attack (as Desperado) once;
Orange: makes user invincible for 1 day & night."
teams = Array[ExtResource("3_nv0n0")]([ExtResource("4_84dfd"), ExtResource("5_wf6ee")])
able_to_kill = true
special_investigation_results = {}
icon = ExtResource("1_2vs4l")
max_count = 1
balance = 1.0
chaos = 0.0
pointless_without = []