Skip to content

Commit

Permalink
Added EcoShop libreforge
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Sep 7, 2023
1 parent 192ebd7 commit 6be8b70
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/effects/all-filters/shop_item.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# `shop_item`

Require a certain shop item

**Requires EcoShop**

# Example Config
```yaml
filters:
shop_item:
- iron_rank
- gold_rank
```
1 change: 1 addition & 0 deletions docs/effects/all-triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Triggered effects also produce a value, which is used in EcoPets for levelling.
| `join_job` | Triggered when joining a job **Requires EcoJobs** | The job level |
| `leave_job` | Triggered when leaving a job **Requires EcoJobs** | The job level |
| `sell_item` | Triggered when selling an item in a shop | The price |
| `buy_item` | Triggered when buying an item in a shop **Requires EcoShop** | The price |
| `headshot` | Triggered when hitting an enemy with a projectile in the head | The damage dealt |
| `scyther_auto_collect` | Triggered when autocollecting crops with a scyther hoe **Requires Scyther** | 1 |
| `scyther_auto_sell` | Triggered when autoselling crops with a scyther hoe **Requires Scyther** | 1 |
Expand Down

0 comments on commit 6be8b70

Please sign in to comment.