19 lines
439 B
Plaintext
19 lines
439 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 )
|
||
|
type = 3
|
||
|
move_amount_addition = 0
|
||
|
move_dice_multiplyer = 1
|
||
|
damage_amount_addition = 0
|
||
|
damage_dice_multiplyer = 0
|
||
|
effects = [ 4 ]
|
||
|
accepted_dice = [ ]
|
||
|
number_of_dice = 1
|
||
|
same_dice_requirement = false
|
||
|
addition_dice = false
|
||
|
addition_amount = -1
|
||
|
description = "Move Dice Roll + 1"
|