4
0
Fork 0
WolfBox/roles/paranoid.tres

29 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2025-06-21 14:36:09 +01:00
[gd_resource type="Resource" script_class="Role" load_steps=7 format=3 uid="uid://1n2vm6omwwxl"]
[ext_resource type="Script" path="res://scripts/werewolf/role.gd" id="1_3uubv"]
[ext_resource type="Texture2D" uid="uid://o6w4s6p2a4jl" path="res://icon.svg" id="1_fywgm"]
[ext_resource type="Script" path="res://scripts/werewolf/team.gd" id="2_bm3xf"]
[ext_resource type="Script" path="res://scripts/werewolf/passives/paranoid_passive.gd" id="2_srofy"]
[ext_resource type="Resource" uid="uid://i30w138q5a0m" path="res://teams/town.tres" id="3_xttvl"]
[sub_resource type="Resource" id="Resource_m0sri"]
script = ExtResource("2_srofy")
able_to_kill = true
[resource]
script = ExtResource("1_3uubv")
global_enable = true
name = "Paranoid Gun Owner"
description = "If anyone, friend or foe, visits you during the night, you will [b]automatically kill them[/b]. This [b]won't spare you[/b] from whatever they were trying to do."
flavour_text = ""
postit = ""
teams = Array[ExtResource("2_bm3xf")]([ExtResource("3_xttvl")])
passive_action = SubResource("Resource_m0sri")
able_to_kill = true
special_investigation_results = {}
icon = ExtResource("1_fywgm")
max_count = 1
balance = 0.8
chaos = 1.0
pointless_without = []