4
0
Fork 0
WolfBox/teams/werewolves.tres

41 lines
1.6 KiB
Plaintext
Raw Normal View History

2025-06-21 14:36:09 +01:00
[gd_resource type="Resource" script_class="Team" load_steps=6 format=3 uid="uid://xsmxg7eedjkr"]
[ext_resource type="Script" path="res://scripts/werewolf/night_actions/murder_night_action.gd" id="1_2ewey"]
[ext_resource type="Script" path="res://scripts/prompt.gd" id="1_cp8id"]
[ext_resource type="Script" path="res://scripts/werewolf/team.gd" id="1_wr71i"]
[sub_resource type="Resource" id="Resource_pqln3"]
script = ExtResource("1_cp8id")
text = "Choose a player to murder:"
explaination = "Assuming no interference, your target will die. Their death will be revealed next morning. "
type = 5
options = Array[String]([])
interruptable = false
[sub_resource type="Resource" id="Resource_2wf0p"]
script = ExtResource("1_2ewey")
player_must_be_alive = true
player_must_be_enemy = false
can_self_target = true
initial_prompt = SubResource("Resource_pqln3")
message_success = "Your action succeeded."
message_failure = "Your action failed."
night_action_priority = 80
team_nightly_action = true
able_to_kill = true
[resource]
script = ExtResource("1_wr71i")
name = "Werewolves"
description = "You are a member of the [color=red][b]werewolves[/b][/color]. Attached are the names of your fellow werewolves.
You [b]win[/b] if the werewolves outnumber or equal the town. You will receive a [b]bonus[/b] if you survive the game.
Each night, one werewolf can choose to [b]murder[/b] a player.
Your team has access to [b]WolfChat[/b], which you can use to secretly coordinate your actions."
postit = "The Werewolves are:
{team_members}"
secret_chat_name = "WolfChat"
night_action = SubResource("Resource_2wf0p")
know_each_other = true
win_percentage = 0.5