forked from Nekojimi/JackIt
64 lines
2.3 KiB
Plaintext
64 lines
2.3 KiB
Plaintext
|
[gd_resource type="Resource" script_class="Role" load_steps=11 format=3 uid="uid://b18de805njuht"]
|
||
|
|
||
|
[ext_resource type="Texture2D" uid="uid://o6w4s6p2a4jl" path="res://icon.svg" id="1_d8ao7"]
|
||
|
[ext_resource type="Script" path="res://scripts/werewolf/role.gd" id="2_0thti"]
|
||
|
[ext_resource type="Script" path="res://scripts/werewolf/night_actions/desperado_night_action.gd" id="2_nig81"]
|
||
|
[ext_resource type="Script" path="res://scripts/prompt.gd" id="2_qhy0v"]
|
||
|
[ext_resource type="Script" path="res://scripts/werewolf/team.gd" id="3_damjr"]
|
||
|
[ext_resource type="Resource" uid="uid://i30w138q5a0m" path="res://teams/town.tres" id="5_ccci5"]
|
||
|
|
||
|
[sub_resource type="Resource" id="Resource_77cbm"]
|
||
|
script = ExtResource("2_qhy0v")
|
||
|
text = "Choose a player to attack:"
|
||
|
explaination = "If they are a werewolf, they will die. Otherwise, you will die."
|
||
|
type = 5
|
||
|
options = Array[String]([])
|
||
|
interruptable = false
|
||
|
|
||
|
[sub_resource type="Resource" id="Resource_wv8k8"]
|
||
|
script = ExtResource("2_qhy0v")
|
||
|
text = "You chose right! {target_name} is a werewolf no longer!"
|
||
|
explaination = ""
|
||
|
type = 6
|
||
|
options = Array[String](["Yay!"])
|
||
|
interruptable = false
|
||
|
|
||
|
[sub_resource type="Resource" id="Resource_4j56c"]
|
||
|
script = ExtResource("2_qhy0v")
|
||
|
text = "Looks like {target_name} isn't a werewolf after all..."
|
||
|
explaination = ""
|
||
|
type = 6
|
||
|
options = Array[String](["Oops..."])
|
||
|
interruptable = false
|
||
|
|
||
|
[sub_resource type="Resource" id="Resource_undx2"]
|
||
|
script = ExtResource("2_nig81")
|
||
|
prompt_guessed_correct = SubResource("Resource_wv8k8")
|
||
|
prompt_guessed_wrong = SubResource("Resource_4j56c")
|
||
|
player_must_be_alive = true
|
||
|
player_must_be_enemy = false
|
||
|
can_self_target = false
|
||
|
initial_prompt = SubResource("Resource_77cbm")
|
||
|
message_success = "Your action succeeded."
|
||
|
message_failure = "Your action failed."
|
||
|
night_action_priority = 70
|
||
|
team_nightly_action = false
|
||
|
able_to_kill = false
|
||
|
|
||
|
[resource]
|
||
|
script = ExtResource("2_0thti")
|
||
|
global_enable = true
|
||
|
name = "Desperado"
|
||
|
description = "During the night, you can attack a player. If they are a werewolf, they will die; otherwise, you will die."
|
||
|
flavour_text = "\"I'll get those werewolves if it's the last thing I do!\""
|
||
|
postit = ""
|
||
|
teams = Array[ExtResource("3_damjr")]([ExtResource("5_ccci5")])
|
||
|
night_action = SubResource("Resource_undx2")
|
||
|
able_to_kill = true
|
||
|
special_investigation_results = {}
|
||
|
icon = ExtResource("1_d8ao7")
|
||
|
max_count = 1
|
||
|
balance = 1.0
|
||
|
chaos = 0.7
|
||
|
pointless_without = []
|