diff --git a/changelog.md b/changelog.md index 170c7ea..dda0fd5 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ Alpha 0.06 * Removed the experience bar, which will be inserted in the skill menu, together with the other bars currently disabled * created 100 trees, cuttable, to add to the farm map +* use tools now costs energy points ............................................ diff --git a/enemies/stump1.txt b/enemies/stump1.txt index 514d6a8..97b83b8 100644 --- a/enemies/stump1.txt +++ b/enemies/stump1.txt @@ -1,6 +1,6 @@ name=Stump level=1 -categories=stump,tree +categories=stump1,tree rarity=common xp=0 diff --git a/enemies/stump10.txt b/enemies/stump10.txt new file mode 100644 index 0000000..7ad3d90 --- /dev/null +++ b/enemies/stump10.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump10,tree +rarity=common +xp=0 + +defeat_status=cut10-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump100.txt b/enemies/stump100.txt new file mode 100644 index 0000000..8433f20 --- /dev/null +++ b/enemies/stump100.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump100,tree +rarity=common +xp=0 + +defeat_status=cut100-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump11.txt b/enemies/stump11.txt new file mode 100644 index 0000000..501313b --- /dev/null +++ b/enemies/stump11.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump11,tree +rarity=common +xp=0 + +defeat_status=cut11-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump12.txt b/enemies/stump12.txt new file mode 100644 index 0000000..1df3ba4 --- /dev/null +++ b/enemies/stump12.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump12,tree +rarity=common +xp=0 + +defeat_status=cut12-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump13.txt b/enemies/stump13.txt new file mode 100644 index 0000000..12f3927 --- /dev/null +++ b/enemies/stump13.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump13,tree +rarity=common +xp=0 + +defeat_status=cut13-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump14.txt b/enemies/stump14.txt new file mode 100644 index 0000000..fae9e4f --- /dev/null +++ b/enemies/stump14.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump14,tree +rarity=common +xp=0 + +defeat_status=cut14-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump15.txt b/enemies/stump15.txt new file mode 100644 index 0000000..613d821 --- /dev/null +++ b/enemies/stump15.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump15,tree +rarity=common +xp=0 + +defeat_status=cut15-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump16.txt b/enemies/stump16.txt new file mode 100644 index 0000000..2ffb23c --- /dev/null +++ b/enemies/stump16.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump16,tree +rarity=common +xp=0 + +defeat_status=cut16-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump17.txt b/enemies/stump17.txt new file mode 100644 index 0000000..1b77115 --- /dev/null +++ b/enemies/stump17.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump17,tree +rarity=common +xp=0 + +defeat_status=cut17-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump18.txt b/enemies/stump18.txt new file mode 100644 index 0000000..fe9ee0c --- /dev/null +++ b/enemies/stump18.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump18,tree +rarity=common +xp=0 + +defeat_status=cut18-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump19.txt b/enemies/stump19.txt new file mode 100644 index 0000000..a17f71f --- /dev/null +++ b/enemies/stump19.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump19,tree +rarity=common +xp=0 + +defeat_status=cut19-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump2.txt b/enemies/stump2.txt new file mode 100644 index 0000000..d1dc78c --- /dev/null +++ b/enemies/stump2.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump2,tree +rarity=common +xp=0 + +defeat_status=cut2-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump20.txt b/enemies/stump20.txt new file mode 100644 index 0000000..e397f84 --- /dev/null +++ b/enemies/stump20.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump20,tree +rarity=common +xp=0 + +defeat_status=cut20-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump21.txt b/enemies/stump21.txt new file mode 100644 index 0000000..428ede5 --- /dev/null +++ b/enemies/stump21.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump21,tree +rarity=common +xp=0 + +defeat_status=cut21-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump22.txt b/enemies/stump22.txt new file mode 100644 index 0000000..c444038 --- /dev/null +++ b/enemies/stump22.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump22,tree +rarity=common +xp=0 + +defeat_status=cut22-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump23.txt b/enemies/stump23.txt new file mode 100644 index 0000000..910fcdf --- /dev/null +++ b/enemies/stump23.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump23,tree +rarity=common +xp=0 + +defeat_status=cut23-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump24.txt b/enemies/stump24.txt new file mode 100644 index 0000000..b20f3aa --- /dev/null +++ b/enemies/stump24.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump24,tree +rarity=common +xp=0 + +defeat_status=cut24-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump25.txt b/enemies/stump25.txt new file mode 100644 index 0000000..8a3a860 --- /dev/null +++ b/enemies/stump25.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump25,tree +rarity=common +xp=0 + +defeat_status=cut25-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump26.txt b/enemies/stump26.txt new file mode 100644 index 0000000..697cee7 --- /dev/null +++ b/enemies/stump26.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump26,tree +rarity=common +xp=0 + +defeat_status=cut26-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump27.txt b/enemies/stump27.txt new file mode 100644 index 0000000..a5d3f58 --- /dev/null +++ b/enemies/stump27.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump27,tree +rarity=common +xp=0 + +defeat_status=cut27-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump28.txt b/enemies/stump28.txt new file mode 100644 index 0000000..15bd9c8 --- /dev/null +++ b/enemies/stump28.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump28,tree +rarity=common +xp=0 + +defeat_status=cut28-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump29.txt b/enemies/stump29.txt new file mode 100644 index 0000000..f14f3ff --- /dev/null +++ b/enemies/stump29.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump29,tree +rarity=common +xp=0 + +defeat_status=cut29-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump3.txt b/enemies/stump3.txt new file mode 100644 index 0000000..0d15fe1 --- /dev/null +++ b/enemies/stump3.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump3,tree +rarity=common +xp=0 + +defeat_status=cut3-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump30.txt b/enemies/stump30.txt new file mode 100644 index 0000000..51bd7e7 --- /dev/null +++ b/enemies/stump30.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump30,tree +rarity=common +xp=0 + +defeat_status=cut30-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump31.txt b/enemies/stump31.txt new file mode 100644 index 0000000..ea62ff2 --- /dev/null +++ b/enemies/stump31.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump31,tree +rarity=common +xp=0 + +defeat_status=cut31-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump32.txt b/enemies/stump32.txt new file mode 100644 index 0000000..d557852 --- /dev/null +++ b/enemies/stump32.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump32,tree +rarity=common +xp=0 + +defeat_status=cut32-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump33.txt b/enemies/stump33.txt new file mode 100644 index 0000000..b9bd85e --- /dev/null +++ b/enemies/stump33.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump33,tree +rarity=common +xp=0 + +defeat_status=cut33-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump34.txt b/enemies/stump34.txt new file mode 100644 index 0000000..a1633aa --- /dev/null +++ b/enemies/stump34.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump34,tree +rarity=common +xp=0 + +defeat_status=cut34-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump35.txt b/enemies/stump35.txt new file mode 100644 index 0000000..bc7a23d --- /dev/null +++ b/enemies/stump35.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump35,tree +rarity=common +xp=0 + +defeat_status=cut35-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump36.txt b/enemies/stump36.txt new file mode 100644 index 0000000..0baea36 --- /dev/null +++ b/enemies/stump36.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump36,tree +rarity=common +xp=0 + +defeat_status=cut36-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump37.txt b/enemies/stump37.txt new file mode 100644 index 0000000..2013875 --- /dev/null +++ b/enemies/stump37.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump37,tree +rarity=common +xp=0 + +defeat_status=cut37-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump38.txt b/enemies/stump38.txt new file mode 100644 index 0000000..db6804e --- /dev/null +++ b/enemies/stump38.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump38,tree +rarity=common +xp=0 + +defeat_status=cut38-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump39.txt b/enemies/stump39.txt new file mode 100644 index 0000000..a818d58 --- /dev/null +++ b/enemies/stump39.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump39,tree +rarity=common +xp=0 + +defeat_status=cut39-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump4.txt b/enemies/stump4.txt new file mode 100644 index 0000000..da30b08 --- /dev/null +++ b/enemies/stump4.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump4,tree +rarity=common +xp=0 + +defeat_status=cut4-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump40.txt b/enemies/stump40.txt new file mode 100644 index 0000000..ed0217a --- /dev/null +++ b/enemies/stump40.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump40,tree +rarity=common +xp=0 + +defeat_status=cut40-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump41.txt b/enemies/stump41.txt new file mode 100644 index 0000000..2ffc90f --- /dev/null +++ b/enemies/stump41.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump41,tree +rarity=common +xp=0 + +defeat_status=cut41-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump42.txt b/enemies/stump42.txt new file mode 100644 index 0000000..73c4145 --- /dev/null +++ b/enemies/stump42.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump42,tree +rarity=common +xp=0 + +defeat_status=cut42-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump43.txt b/enemies/stump43.txt new file mode 100644 index 0000000..46caa71 --- /dev/null +++ b/enemies/stump43.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump43,tree +rarity=common +xp=0 + +defeat_status=cut43-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump44.txt b/enemies/stump44.txt new file mode 100644 index 0000000..3037936 --- /dev/null +++ b/enemies/stump44.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump44,tree +rarity=common +xp=0 + +defeat_status=cut44-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump45.txt b/enemies/stump45.txt new file mode 100644 index 0000000..d8c6aea --- /dev/null +++ b/enemies/stump45.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump45,tree +rarity=common +xp=0 + +defeat_status=cut45-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump46.txt b/enemies/stump46.txt new file mode 100644 index 0000000..8e7b0c5 --- /dev/null +++ b/enemies/stump46.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump46,tree +rarity=common +xp=0 + +defeat_status=cut46-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump47.txt b/enemies/stump47.txt new file mode 100644 index 0000000..d8c44a5 --- /dev/null +++ b/enemies/stump47.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump47,tree +rarity=common +xp=0 + +defeat_status=cut47-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump48.txt b/enemies/stump48.txt new file mode 100644 index 0000000..f622ae4 --- /dev/null +++ b/enemies/stump48.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump48,tree +rarity=common +xp=0 + +defeat_status=cut48-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump49.txt b/enemies/stump49.txt new file mode 100644 index 0000000..9c228d0 --- /dev/null +++ b/enemies/stump49.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump49,tree +rarity=common +xp=0 + +defeat_status=cut49-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump5.txt b/enemies/stump5.txt new file mode 100644 index 0000000..ee09daf --- /dev/null +++ b/enemies/stump5.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump5,tree +rarity=common +xp=0 + +defeat_status=cut5-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump50.txt b/enemies/stump50.txt new file mode 100644 index 0000000..2623b01 --- /dev/null +++ b/enemies/stump50.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump50,tree +rarity=common +xp=0 + +defeat_status=cut50-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump51.txt b/enemies/stump51.txt new file mode 100644 index 0000000..c9ac143 --- /dev/null +++ b/enemies/stump51.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump51,tree +rarity=common +xp=0 + +defeat_status=cut51-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump52.txt b/enemies/stump52.txt new file mode 100644 index 0000000..c72133b --- /dev/null +++ b/enemies/stump52.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump52,tree +rarity=common +xp=0 + +defeat_status=cut52-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump53.txt b/enemies/stump53.txt new file mode 100644 index 0000000..946df62 --- /dev/null +++ b/enemies/stump53.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump53,tree +rarity=common +xp=0 + +defeat_status=cut53-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump54.txt b/enemies/stump54.txt new file mode 100644 index 0000000..6926560 --- /dev/null +++ b/enemies/stump54.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump54,tree +rarity=common +xp=0 + +defeat_status=cut54-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump55.txt b/enemies/stump55.txt new file mode 100644 index 0000000..3ea6d7e --- /dev/null +++ b/enemies/stump55.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump55,tree +rarity=common +xp=0 + +defeat_status=cut55-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump56.txt b/enemies/stump56.txt new file mode 100644 index 0000000..3db30b8 --- /dev/null +++ b/enemies/stump56.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump56,tree +rarity=common +xp=0 + +defeat_status=cut56-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump57.txt b/enemies/stump57.txt new file mode 100644 index 0000000..984a032 --- /dev/null +++ b/enemies/stump57.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump57,tree +rarity=common +xp=0 + +defeat_status=cut57-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump58.txt b/enemies/stump58.txt new file mode 100644 index 0000000..b88a967 --- /dev/null +++ b/enemies/stump58.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump58,tree +rarity=common +xp=0 + +defeat_status=cut58-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump59.txt b/enemies/stump59.txt new file mode 100644 index 0000000..cc97a9b --- /dev/null +++ b/enemies/stump59.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump59,tree +rarity=common +xp=0 + +defeat_status=cut59-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump6.txt b/enemies/stump6.txt new file mode 100644 index 0000000..2674293 --- /dev/null +++ b/enemies/stump6.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump6,tree +rarity=common +xp=0 + +defeat_status=cut6-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump60.txt b/enemies/stump60.txt new file mode 100644 index 0000000..92874d6 --- /dev/null +++ b/enemies/stump60.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump60,tree +rarity=common +xp=0 + +defeat_status=cut60-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump61.txt b/enemies/stump61.txt new file mode 100644 index 0000000..e26b10e --- /dev/null +++ b/enemies/stump61.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump61,tree +rarity=common +xp=0 + +defeat_status=cut61-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump62.txt b/enemies/stump62.txt new file mode 100644 index 0000000..3a35934 --- /dev/null +++ b/enemies/stump62.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump62,tree +rarity=common +xp=0 + +defeat_status=cut62-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump63.txt b/enemies/stump63.txt new file mode 100644 index 0000000..a2bd2ea --- /dev/null +++ b/enemies/stump63.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump63,tree +rarity=common +xp=0 + +defeat_status=cut63-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump64.txt b/enemies/stump64.txt new file mode 100644 index 0000000..c90cbbd --- /dev/null +++ b/enemies/stump64.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump64,tree +rarity=common +xp=0 + +defeat_status=cut64-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump65.txt b/enemies/stump65.txt new file mode 100644 index 0000000..41d0cc6 --- /dev/null +++ b/enemies/stump65.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump65,tree +rarity=common +xp=0 + +defeat_status=cut65-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump66.txt b/enemies/stump66.txt new file mode 100644 index 0000000..467b3f7 --- /dev/null +++ b/enemies/stump66.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump66,tree +rarity=common +xp=0 + +defeat_status=cut66-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump67.txt b/enemies/stump67.txt new file mode 100644 index 0000000..dc71aca --- /dev/null +++ b/enemies/stump67.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump67,tree +rarity=common +xp=0 + +defeat_status=cut67-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump68.txt b/enemies/stump68.txt new file mode 100644 index 0000000..6df20f4 --- /dev/null +++ b/enemies/stump68.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump68,tree +rarity=common +xp=0 + +defeat_status=cut68-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump69.txt b/enemies/stump69.txt new file mode 100644 index 0000000..b58c1ca --- /dev/null +++ b/enemies/stump69.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump69,tree +rarity=common +xp=0 + +defeat_status=cut69-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump7.txt b/enemies/stump7.txt new file mode 100644 index 0000000..78f9dd3 --- /dev/null +++ b/enemies/stump7.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump7,tree +rarity=common +xp=0 + +defeat_status=cut7-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump70.txt b/enemies/stump70.txt new file mode 100644 index 0000000..00ede93 --- /dev/null +++ b/enemies/stump70.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump70,tree +rarity=common +xp=0 + +defeat_status=cut70-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump71.txt b/enemies/stump71.txt new file mode 100644 index 0000000..7c3b353 --- /dev/null +++ b/enemies/stump71.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump71,tree +rarity=common +xp=0 + +defeat_status=cut71-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump72.txt b/enemies/stump72.txt new file mode 100644 index 0000000..1f3683b --- /dev/null +++ b/enemies/stump72.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump72,tree +rarity=common +xp=0 + +defeat_status=cut72-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump73.txt b/enemies/stump73.txt new file mode 100644 index 0000000..805d9df --- /dev/null +++ b/enemies/stump73.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump73,tree +rarity=common +xp=0 + +defeat_status=cut73-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump74.txt b/enemies/stump74.txt new file mode 100644 index 0000000..9f3b3c9 --- /dev/null +++ b/enemies/stump74.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump74,tree +rarity=common +xp=0 + +defeat_status=cut74-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump75.txt b/enemies/stump75.txt new file mode 100644 index 0000000..7b542ca --- /dev/null +++ b/enemies/stump75.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump75,tree +rarity=common +xp=0 + +defeat_status=cut75-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump76.txt b/enemies/stump76.txt new file mode 100644 index 0000000..96297d4 --- /dev/null +++ b/enemies/stump76.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump76,tree +rarity=common +xp=0 + +defeat_status=cut76-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump77.txt b/enemies/stump77.txt new file mode 100644 index 0000000..70e9a45 --- /dev/null +++ b/enemies/stump77.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump77,tree +rarity=common +xp=0 + +defeat_status=cut77-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump78.txt b/enemies/stump78.txt new file mode 100644 index 0000000..06a6b93 --- /dev/null +++ b/enemies/stump78.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump78,tree +rarity=common +xp=0 + +defeat_status=cut78-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump79.txt b/enemies/stump79.txt new file mode 100644 index 0000000..a213a4d --- /dev/null +++ b/enemies/stump79.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump79,tree +rarity=common +xp=0 + +defeat_status=cut79-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump8.txt b/enemies/stump8.txt new file mode 100644 index 0000000..da58c00 --- /dev/null +++ b/enemies/stump8.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump8,tree +rarity=common +xp=0 + +defeat_status=cut8-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump80.txt b/enemies/stump80.txt new file mode 100644 index 0000000..e22a470 --- /dev/null +++ b/enemies/stump80.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump80,tree +rarity=common +xp=0 + +defeat_status=cut80-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump81.txt b/enemies/stump81.txt new file mode 100644 index 0000000..e34dd7a --- /dev/null +++ b/enemies/stump81.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump81,tree +rarity=common +xp=0 + +defeat_status=cut81-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump82.txt b/enemies/stump82.txt new file mode 100644 index 0000000..77d996d --- /dev/null +++ b/enemies/stump82.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump82,tree +rarity=common +xp=0 + +defeat_status=cut82-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump83.txt b/enemies/stump83.txt new file mode 100644 index 0000000..dab41f5 --- /dev/null +++ b/enemies/stump83.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump83,tree +rarity=common +xp=0 + +defeat_status=cut83-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump84.txt b/enemies/stump84.txt new file mode 100644 index 0000000..4c407db --- /dev/null +++ b/enemies/stump84.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump84,tree +rarity=common +xp=0 + +defeat_status=cut84-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump85.txt b/enemies/stump85.txt new file mode 100644 index 0000000..72d1754 --- /dev/null +++ b/enemies/stump85.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump85,tree +rarity=common +xp=0 + +defeat_status=cut85-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump86.txt b/enemies/stump86.txt new file mode 100644 index 0000000..de06410 --- /dev/null +++ b/enemies/stump86.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump86,tree +rarity=common +xp=0 + +defeat_status=cut86-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump87.txt b/enemies/stump87.txt new file mode 100644 index 0000000..98bd3f4 --- /dev/null +++ b/enemies/stump87.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump87,tree +rarity=common +xp=0 + +defeat_status=cut87-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump88.txt b/enemies/stump88.txt new file mode 100644 index 0000000..0d7ad7a --- /dev/null +++ b/enemies/stump88.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump88,tree +rarity=common +xp=0 + +defeat_status=cut88-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump89.txt b/enemies/stump89.txt new file mode 100644 index 0000000..718eef0 --- /dev/null +++ b/enemies/stump89.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump89,tree +rarity=common +xp=0 + +defeat_status=cut89-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump9.txt b/enemies/stump9.txt new file mode 100644 index 0000000..8aa37da --- /dev/null +++ b/enemies/stump9.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump9,tree +rarity=common +xp=0 + +defeat_status=cut9-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump90.txt b/enemies/stump90.txt new file mode 100644 index 0000000..2eda037 --- /dev/null +++ b/enemies/stump90.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump90,tree +rarity=common +xp=0 + +defeat_status=cut90-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump91.txt b/enemies/stump91.txt new file mode 100644 index 0000000..e4e5c26 --- /dev/null +++ b/enemies/stump91.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump91,tree +rarity=common +xp=0 + +defeat_status=cut91-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump92.txt b/enemies/stump92.txt new file mode 100644 index 0000000..050b284 --- /dev/null +++ b/enemies/stump92.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump92,tree +rarity=common +xp=0 + +defeat_status=cut92-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump93.txt b/enemies/stump93.txt new file mode 100644 index 0000000..430f046 --- /dev/null +++ b/enemies/stump93.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump93,tree +rarity=common +xp=0 + +defeat_status=cut93-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump94.txt b/enemies/stump94.txt new file mode 100644 index 0000000..6ee3f9d --- /dev/null +++ b/enemies/stump94.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump94,tree +rarity=common +xp=0 + +defeat_status=cut94-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump95.txt b/enemies/stump95.txt new file mode 100644 index 0000000..3db6647 --- /dev/null +++ b/enemies/stump95.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump95,tree +rarity=common +xp=0 + +defeat_status=cut95-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump96.txt b/enemies/stump96.txt new file mode 100644 index 0000000..38d9534 --- /dev/null +++ b/enemies/stump96.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump96,tree +rarity=common +xp=0 + +defeat_status=cut96-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump97.txt b/enemies/stump97.txt new file mode 100644 index 0000000..8b2b8a0 --- /dev/null +++ b/enemies/stump97.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump97,tree +rarity=common +xp=0 + +defeat_status=cut97-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump98.txt b/enemies/stump98.txt new file mode 100644 index 0000000..a6b1bab --- /dev/null +++ b/enemies/stump98.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump98,tree +rarity=common +xp=0 + +defeat_status=cut98-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/enemies/stump99.txt b/enemies/stump99.txt new file mode 100644 index 0000000..92646a2 --- /dev/null +++ b/enemies/stump99.txt @@ -0,0 +1,30 @@ +name=Stump +level=1 +categories=stump99,tree +rarity=common +xp=0 + +defeat_status=cut99-1 + +animations=animations/trees/stump.txt + +suppress_hp=true + +loot=loot/stump-woods.txt + +# combat stats +stat=hp,60 +speed=0 +melee_range=1 +threat_range=16 +turn_delay=400ms +chance_pursue=5 +power=melee,2,100 +cooldown_hit=133ms + +stat=accuracy,100 +stat=avoidance,0 + +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +cooldown=1s \ No newline at end of file diff --git a/engine/primary_stats.txt b/engine/primary_stats.txt new file mode 100644 index 0000000..cf8b305 --- /dev/null +++ b/engine/primary_stats.txt @@ -0,0 +1,15 @@ +[stat] +id=offense +name=Farming + +[stat] +id=defense +name=Mining + +[stat] +id=physical +name=Foraging + +[stat] +id=mental +name=Fishing diff --git a/engine/stats.txt b/engine/stats.txt index f30d137..4eed9f1 100644 --- a/engine/stats.txt +++ b/engine/stats.txt @@ -2,7 +2,7 @@ # Values should be integer stat_points_per_level=0 -max_points_per_stat=10 +max_points_per_stat=100000 stat=hp,50 # 5x10+25 (opzionali: 15+25) @@ -17,16 +17,31 @@ stat=mp,270 #stat_per_primary=mental,mp,5 stat=mp_regen,0 -#stat_per_primary=mental,mp_regen,5 +stat_per_primary=mental,mp_regen,0 stat=accuracy,100 -#stat_per_primary=offense,accuracy,5 +stat_per_primary=offense,accuracy,0 stat=avoidance,0 -#stat_per_primary=defense,avoidance,5 +stat_per_primary=defense,avoidance,0 -stat=dmg_ranged_min,1 -stat=dmg_ranged_max,1 +stat=dmg_melee_min,0 +stat=dmg_melee_max,0 +stat_per_primary=offense,dmg_melee_min,0 +stat_per_primary=offense,dmg_melee_max,0 + +stat=dmg_ranged_min,0 +stat=dmg_ranged_max,0 +stat_per_primary=defense,dmg_ranged_min,0 +stat_per_primary=defense,dmg_ranged_max,0 + +stat=dmg_mental_min,0 +stat=dmg_mental_max,0 +stat_per_primary=mental,dmg_mental_min,0 +stat_per_primary=mental,dmg_mental_max,0 + +stat=poise,10 +stat_per_primary=defense,poise,0 speed=5 diff --git a/images/icons/items.png b/images/icons/items.png index 0d9f8f8..10cd69c 100644 Binary files a/images/icons/items.png and b/images/icons/items.png differ diff --git a/items/items.txt b/items/items.txt index 9bf552e..edd325d 100644 --- a/items/items.txt +++ b/items/items.txt @@ -28,7 +28,7 @@ name=Hoe quality=low item_type=tools equip_flags=hoe -icon=265 +icon=257 soundfx=soundfx/inventory/inventory_metal.ogg gfx=battle_axe loot_animation=animations/tools/hoe.txt @@ -40,16 +40,16 @@ name=Axe quality=low item_type=tools equip_flags=axe -icon=257 +icon=258 soundfx=soundfx/inventory/inventory_metal.ogg gfx=battle_axe loot_animation=animations/tools/axe.txt -dmg=melee,12,12 +dmg=melee,11,11 [item] id=5 name=Woods -icon=268 +icon=264 quality=normal price=1 price_sell=1 diff --git a/maps/spring-farm.txt b/maps/spring-farm.txt index 13aaf9c..8ac8d79 100644 --- a/maps/spring-farm.txt +++ b/maps/spring-farm.txt @@ -168,11 +168,11 @@ data= 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,2043,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,2043,0,0,0, 0,0,0,0,0,0,0,1622,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,952,2043,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1972,2043,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1972,2043,0,0,0, +0,0,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,1621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1940,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2004,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2196,0,0,0,0, @@ -237,11 +237,11 @@ data= 0,0,545,402,0,0,0,2155,2156,2157,2158,2159,2160,2161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,1979,0,0,801, 0,0,545,402,0,0,0,930,608,932,0,607,931,609,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,1979,0,0,0, 0,0,868,402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1908,1979,800,0,709, -344,345,545,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,745,745, -0,409,545,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,409,545,1621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,409,545,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1555, -472,473,868,402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,340,480,1619, +344,345,545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,745,745, +0,409,545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,409,545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,409,545,1975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1555, +472,473,868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,340,480,1619, 0,0,545,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,403,1054,0,801, 608,931,932,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,0,0, 0,670,736,469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,0,0, @@ -309,7 +309,7 @@ data= 0,801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,387,1975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,387,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,479,0,480, 800,693,0,0,800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,802,0,689,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, @@ -378,7 +378,7 @@ data= 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,1767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,2199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, @@ -1171,12 +1171,12 @@ soundfx=soundfx/environment/amb_bird_1.ogg [event] # stump1 type=event -location=19,5,1,1 +location=19,6,1,1 activate=static repeat=false requires_not_status=cut1-1 requires_status=cut1 -spawn=stump,19,6 +spawn=stump1,19,6 [event] # fix bridge @@ -1185,27 +1185,27 @@ location=40,61,1,1 activate=on_trigger hotspot=location msg=this bridge requires 50 woods to be fixed -requires_not_item=5,50 +requires_not_item=5:50 requires_not_status=fix-1 [event] # fix bridge type=event -location=40,60,1,1 +location=40,61,1,1 activate=on_trigger hotspot=location npc=npc/fix-1.txt -requires_item=5,50 +requires_item=5:50 requires_not_status=fix-1 show_on_minimap=false [event] # tree2 type=event -location=19,12,1,1 +location=36,14,1,1 activate=on_load requires_not_status=cut2 -spawn=spring-tree2,19,12 +spawn=spring-tree2,37,14 [event] # tree3 @@ -1218,8 +1218,34 @@ spawn=spring-tree3,21,12 [event] # tree4 type=event -location=20,14,1,1 +location=15,21,1,1 activate=on_load requires_not_status=cut4 -spawn=spring-tree4,20,14 +spawn=spring-tree4,15,21 + +[event] +# tree5 +type=event +location=28,23,1,1 +activate=on_load +requires_not_status=cut5 +spawn=spring-tree5,28,23 + +[event] +# tree6 +type=event +location=17,26,1,1 +activate=on_load +requires_not_status=cut6 +spawn=spring-tree6,17,26 + +[event] +# stump2 +type=event +location=36,14,1,1 +activate=static +repeat=false +requires_not_status=cut2-1 +requires_status=cut2 +spawn=stump2,36,14 diff --git a/menus/character.txt b/menus/character.txt index 71da477..9529684 100644 --- a/menus/character.txt +++ b/menus/character.txt @@ -38,3 +38,6 @@ label_primary=defense,120,136,left,center unspent=160,396,center,top +show_resist=false +show_stat=false + diff --git a/npc/fix-1.txt b/npc/fix-1.txt index 5f1bd6c..e9bf655 100644 --- a/npc/fix-1.txt +++ b/npc/fix-1.txt @@ -5,7 +5,7 @@ talker=true [dialog] topic=YES set_status=fix-1 -remove_item=5,50 +remove_item=5:50 [dialog] topic=NO \ No newline at end of file diff --git a/powers/foraging.txt b/powers/foraging.txt new file mode 100644 index 0000000..7135542 --- /dev/null +++ b/powers/foraging.txt @@ -0,0 +1,10 @@ +# Power Definitions + +[power] +id=600 +name=foraging +type=fixed +buff=true +passive=true +post_effect=physical,12 +icon=0 \ No newline at end of file diff --git a/powers/powers.txt b/powers/powers.txt index 5365f6d..2bb71df 100644 --- a/powers/powers.txt +++ b/powers/powers.txt @@ -4,13 +4,15 @@ INCLUDE powers/clock.txt INCLUDE powers/days.txt INCLUDE powers/date.txt INCLUDE powers/seasons.txt +INCLUDE powers/foraging.txt [power] id=10 name=Hoe type=fixed -icon=265 +icon=257 new_state=instant +requires_mp=2 face=true use_hazard=true aim_assist=true @@ -29,8 +31,9 @@ target_categories=tools id=11 name=Axe type=fixed -icon=257 +icon=258 new_state=instant +requires_mp=2 face=true use_hazard=true aim_assist=true diff --git a/powers/trees/default.txt b/powers/trees/default.txt index 6f1498b..bf51ecf 100644 --- a/powers/trees/default.txt +++ b/powers/trees/default.txt @@ -5,6 +5,13 @@ id=1 position=0,0 +# foraging + +[power] +id=600 +position=0,0 +visible_requires_status=cut1 + # seasons [power] diff --git a/suggest.md b/suggest.md index 6be32cc..52385bf 100644 --- a/suggest.md +++ b/suggest.md @@ -1,2 +1,5 @@ - from ww user: -Would you consider to let the world continue even when the player is not playing \ No newline at end of file +Would you consider to let the world continue even when the player is not playing + +* from Ca Mille user: +maybe a quest of needing the honey..for u to get the honey u need a boar..if the boar attacks you run to the nearest tree that have beehive and hide there to knock down the tree and pop! There's come the honey!! \ No newline at end of file