forked from Nekojimi/JackIt
26 lines
1.2 KiB
Plaintext
26 lines
1.2 KiB
Plaintext
|
[gd_scene load_steps=4 format=3 uid="uid://bqx674xqyfnsu"]
|
||
|
|
||
|
[ext_resource type="PackedScene" uid="uid://cp7nniki0rfjb" path="res://objects/card.tscn" id="1_e4qra"]
|
||
|
[ext_resource type="Script" path="res://scripts/team_card.gd" id="2_h6dlp"]
|
||
|
[ext_resource type="Resource" uid="uid://xsmxg7eedjkr" path="res://teams/werewolves.tres" id="3_tbsfb"]
|
||
|
|
||
|
[node name="TeamCard" instance=ExtResource("1_e4qra")]
|
||
|
script = ExtResource("2_h6dlp")
|
||
|
team = ExtResource("3_tbsfb")
|
||
|
|
||
|
[node name="RoleName" parent="RootMover/Card Front/VBoxContainer" index="1"]
|
||
|
text = "Werewolves"
|
||
|
|
||
|
[node name="RoleDescription" parent="RootMover/Card Front/VBoxContainer" index="3"]
|
||
|
size_flags_vertical = 3
|
||
|
text = "[center]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.[/center]"
|
||
|
|
||
|
[node name="Label" parent="RootMover/Card Front/PostIt" index="0"]
|
||
|
text = "The Werewolves are:
|
||
|
|
||
|
{team_members}"
|
||
|
autowrap_mode = 3
|