forked from Nekojimi/JackIt
47 lines
1.9 KiB
Plaintext
47 lines
1.9 KiB
Plaintext
[gd_resource type="Resource" script_class="Role" load_steps=10 format=3 uid="uid://dgru8inxcnnom"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/werewolf/team.gd" id="1_7mbi2"]
|
|
[ext_resource type="Texture2D" uid="uid://o6w4s6p2a4jl" path="res://icon.svg" id="1_u6x0w"]
|
|
[ext_resource type="Script" path="res://scripts/prompt.gd" id="2_55g76"]
|
|
[ext_resource type="Script" path="res://scripts/werewolf/night_actions/roleblock_night_action.gd" id="2_fyas7"]
|
|
[ext_resource type="Script" path="res://scripts/werewolf/role.gd" id="3_pw365"]
|
|
[ext_resource type="Resource" uid="uid://xsmxg7eedjkr" path="res://teams/werewolves.tres" id="4_q0nbl"]
|
|
[ext_resource type="Resource" uid="uid://i30w138q5a0m" path="res://teams/town.tres" id="5_sanht"]
|
|
|
|
[sub_resource type="Resource" id="Resource_qneid"]
|
|
script = ExtResource("2_55g76")
|
|
text = "Choose a player to distract:"
|
|
explaination = "If your target has a night action, it will fail tonight."
|
|
type = 0
|
|
options = Array[String]([])
|
|
interruptable = false
|
|
|
|
[sub_resource type="Resource" id="Resource_3dn46"]
|
|
script = ExtResource("2_fyas7")
|
|
player_must_be_alive = true
|
|
player_must_be_enemy = false
|
|
can_self_target = false
|
|
initial_prompt = SubResource("Resource_qneid")
|
|
message_success = "You successfully distracted {target_name} during the night."
|
|
message_failure = "Your action failed..."
|
|
night_action_priority = 40
|
|
team_nightly_action = false
|
|
able_to_kill = false
|
|
|
|
[resource]
|
|
script = ExtResource("3_pw365")
|
|
global_enable = true
|
|
name = "Dancer"
|
|
description = "You can visit players at night to [i]\"distract\"[/i] them. They will be unable to use their night action, if they have one."
|
|
flavour_text = ""
|
|
postit = ""
|
|
teams = Array[ExtResource("1_7mbi2")]([ExtResource("4_q0nbl"), ExtResource("5_sanht")])
|
|
night_action = SubResource("Resource_3dn46")
|
|
able_to_kill = false
|
|
special_investigation_results = {}
|
|
icon = ExtResource("1_u6x0w")
|
|
max_count = 1
|
|
balance = 1.5
|
|
chaos = 0.0
|
|
pointless_without = []
|