• Joined on 2023-07-08
zephyr pushed to feature-duder at studio/idle-survivors 2023-07-30 21:17:22 -04:00
5920e63d0c add hero component
9a2335542d add hero class type
Compare 2 commits »
zephyr pushed to main at studio/idle-survivors 2023-07-30 15:36:35 -04:00
cea2dcad9e update pipeline for woodpecker v1.0
zephyr pushed to main at studio/idle-survivors 2023-07-30 15:33:37 -04:00
5b2997c057 update pipeline for woodpecker v1.0
zephyr pushed to main at studio/idle-survivors 2023-07-30 15:32:30 -04:00
65e2eea93f update pipeline for woodpecker v1.0
zephyr pushed to main at studio/idle-survivors 2023-07-30 15:06:52 -04:00
8f2b0daa60 update pipeline for woodpecker v1.0
zephyr commented on issue studio/idle-survivors#2 2023-07-30 12:01:45 -04:00
Implement Attribute System

Attribute and Effect are implemented, at least to an extent. AttributeSet and AttributeSystem are not. I feel like we can hold off on those for a while and go ahead with #3.

zephyr pushed to main at studio/idle-survivors 2023-07-30 11:58:20 -04:00
51fabc12b6 feature-attributes (#7)
zephyr deleted branch feature-attributes from studio/idle-survivors 2023-07-30 11:58:20 -04:00
zephyr merged pull request studio/idle-survivors#7 2023-07-30 11:58:19 -04:00
feature-attributes
zephyr pushed to feature-attributes at studio/idle-survivors 2023-07-30 11:18:32 -04:00
d9bbef4b05 add example Effect and EnemyAttributes assets
61b7bbefc0 use fields instead of properties
3b1b4a90b7 make Attribute a struct again
d8d3a69c36 add non-attribute XP and threat to enemy stats
ee2d696cec add create asset to enemy attributes
Compare 5 commits »
zephyr commented on pull request studio/idle-survivors#7 2023-07-30 11:01:45 -04:00
feature-attributes

I think this should go back to a struct rather than an SO. But it also seems like that makes it so the editor can't see them. Might need to implement a custom editor?

zephyr commented on pull request studio/idle-survivors#7 2023-07-30 10:55:23 -04:00
feature-attributes

Tried some things. It looks like the editor can't set properties at all, only fields.

zephyr pushed to feature-attributes at studio/idle-survivors 2023-07-30 09:33:23 -04:00
124cb74bd5 add enemy attributes
zephyr created pull request studio/idle-survivors#7 2023-07-30 02:40:08 -04:00
WIP: feature-attributes
zephyr created branch feature-attributes in studio/idle-survivors 2023-07-30 02:36:17 -04:00
zephyr pushed to feature-attributes at studio/idle-survivors 2023-07-30 02:36:17 -04:00
3b0fc4481e rename HeroAttributes -> HeroAttributesSO
8170727c59 add stat effects, and rework attributes again
2bffefc0cb add skeleton of hero attributes
37436793ce rework Attribute to track its own bonuses
Compare 4 commits »
zephyr deleted branch feature-attribute from studio/idle-survivors 2023-07-28 18:36:48 -04:00
zephyr commented on pull request studio/idle-survivors#5 2023-07-28 18:36:34 -04:00
attribute system

The current state of this PR was included in 4245513c7c.

zephyr closed pull request studio/idle-survivors#5 2023-07-28 18:36:34 -04:00
attribute system
zephyr pushed to main at studio/idle-survivors 2023-07-28 18:33:37 -04:00
4245513c7c reinitialize project