mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
21 lines
659 B
XML
21 lines
659 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<template>
|
|
<tileset firstgid="1" source="../tileset/main.tsx"/>
|
|
<object name="Shards" class="reward" gid="3139" width="16" height="16">
|
|
<properties>
|
|
<property name="reward">[
|
|
{
|
|
"type": "shards",
|
|
"count": 2,
|
|
"addMaxCount": 5
|
|
}
|
|
]</property>
|
|
<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/manashards.atlas"/>
|
|
<property name="type" value="reward"/>
|
|
</properties>
|
|
</object>
|
|
</template>
|