mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
14 lines
618 B
XML
14 lines
618 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<template>
|
|
<tileset firstgid="1" source="../tileset/buildings.tsx"/>
|
|
<object name="Scroll" type="reward" gid="1363" width="16" height="16">
|
|
<properties>
|
|
<property name="reward" value="[ { "type": "card", "cardName": "Black Lotus", "count": 1 } ]"/>
|
|
<property name="spawn.Easy" type="bool" value="true"/>
|
|
<property name="spawn.Hard" type="bool" value="true"/>
|
|
<property name="spawn.Normal" type="bool" value="true"/>
|
|
<property name="sprite" value="sprites/scroll.atlas"/>
|
|
</properties>
|
|
</object>
|
|
</template>
|