sketchy-heroes.git
2 years agoproc-gen equipment drops from monsters can be picked up master
xangelo [Mon, 28 Mar 2022 04:16:50 +0000 (00:16 -0400)]
proc-gen equipment drops from monsters can be picked up

This is a large update that deals with procedurally generated equipment
that monsters can drop when they're killed.

1. Procedurally Generated Equipment
All equipment is added with a "base" type. An "Old Shirt" for example.
This has some rarity-based weights to decide the probability of dropping
a Common/Uncommon/Rare version of this item. It also defines a set of
stats that can be manipulated by this equipment as well as a list of
stats that this equipment MUST modify.

The stats that can be modified are done so via min/max values to allow
for some randomness in drops.

There is also the base durability of an item.

Everything is modified by the rarity at set rates.

All euipment is tagged with the type of equipment and the place that
equipment can be equipped (Left Arm, Torso, Head, etc.).

2. Monsters are assigned a base-item that can be generated. When they
die, we generated a rough item that is placed in the "World Drops" that
references the base item. A player can choose to pick or leave the item.
Once picked up the item is then generated based on the proc-gen rules
and placed in their inventory.

2 years agoadd support for paths `@lib`
xangelo [Mon, 28 Mar 2022 04:15:00 +0000 (00:15 -0400)]
add support for paths `@lib`

2 years agoprep for gitweb
xangelo [Thu, 24 Mar 2022 05:16:17 +0000 (01:16 -0400)]
prep for gitweb

2 years agoexploring/fighting is functional
xangelo [Wed, 16 Mar 2022 05:00:51 +0000 (01:00 -0400)]
exploring/fighting is functional

You can explore. You will stumble upon different monsters, you may fight
them or flee. If you defeat them you will gain some exp and eventually
level up. When you do level up, you will be given 1 stat point to put
into whatever stat you want.

Your HP/Stamina gains 1 point every minute.

The rate of gain will eventually be customized per player

2 years agoinitial
xangelo [Mon, 14 Mar 2022 19:37:54 +0000 (15:37 -0400)]
initial