Created
November 9, 2017 14:17
-
-
Save tenpn/01c139492c5e96aad0600621f157d55b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tree: | |
model: special_treasure | |
harvestable: | |
for: players | |
reward: coins | |
canBeDepletedPerPlayer: | |
health: 1 | |
coins: 10 | |
interactionVisuals: | |
animSwing: HarvestApplePick | |
depletedMessage: L10n.ResourceHarvested_treasure | |
fxConsume: AppleTreeFX_Consume | |
fxRegenerate: AppleTreeFX_Regeneration | |
audio: harvest_apple_tree_1 | |
strikes: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tree: | |
type: Treasure | |
totalReward: 10 | |
health: 10 | |
harvestAnimSwing: HarvestApplePick | |
harvestedMessage: L10n.ResourceHarvested_treasure | |
harvestFxConsume: AppleTreeFX_Consume | |
harvestFxRegenerate: AppleTreeFX_Regeneration | |
DPS: 0 | |
staminaDPS: 0 | |
model: special_treasure | |
harvestAudio: harvest_apple_tree_1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment