22 lines
528 B
Plaintext
22 lines
528 B
Plaintext
[gd_resource type="Resource" load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://Assets/CardDB/CardBD.gd" type="Script" id=1]
|
|
|
|
[resource]
|
|
script = ExtResource( 1 )
|
|
name = "Poisonous apple"
|
|
type = 3
|
|
effect_damage_range = 3
|
|
move_amount_addition = 0
|
|
move_dice_multiplyer = 0
|
|
damage_amount_addition = 0
|
|
damage_dice_multiplyer = 0
|
|
effects = [ 0, 9 ]
|
|
accepted_dice = [ 0, 1 ]
|
|
number_of_dice = 1
|
|
same_dice_requirement = false
|
|
addition_dice = false
|
|
addition_amount = -1
|
|
description = "Poison enemies and reroll your dice
|
|
Range: 3 spaces"
|