feature-duder #9

Merged
zephyr merged 6 commits from feature-duder into main 2023-08-04 18:37:13 -05:00
Owner

Updates #3.

Updates #3.
zephyr added 2 commits 2023-07-30 20:17:54 -05:00
ci/woodpecker/push/woodpecker Pipeline was successful Details
5920e63d0c
add hero component
zephyr added 1 commit 2023-08-01 14:03:58 -05:00
ci/woodpecker/push/woodpecker Pipeline was successful Details
3cc3e74f01
add hero prefab
zephyr changed title from WIP: feature-duder to feature-duder 2023-08-01 14:09:15 -05:00
zephyr added 1 commit 2023-08-01 14:43:04 -05:00
ci/woodpecker/push/woodpecker Pipeline was successful Details
830444211f
rename private serialized fields
zephyr requested review from madxmike 2023-08-02 17:10:50 -05:00
madxmike reviewed 2023-08-02 18:13:51 -05:00
@ -0,0 +6,4 @@
/// Component that makes a duder a duder.
/// Manages class, skills, level, attrs, and AI.
/// </summary>
public class Heroism : MonoBehaviour
Owner

Could we name this like HeroUnit or something

HeroUnit

EnemyUnit

Could we name this like `HeroUnit` or something `HeroUnit` `EnemyUnit`
zephyr marked this conversation as resolved
@ -0,0 +11,4 @@
[SerializeField] private new string name;
[SerializeField] private HeroClassSO class_;
[SerializeField] private long level;
[SerializeField] private long xp;
Owner

dont change this now, but it would be nice in the future if we could encapsulate the concepts of level and xp in a single class. It might contain a XP -> level curve and then we can jsut .addXp and it will figure everything out. Would be useful if we have anywhere else that needs the same concepts

dont change this now, but it would be nice in the future if we could encapsulate the concepts of level and xp in a single class. It might contain a XP -> level curve and then we can jsut .addXp and it will figure everything out. Would be useful if we have anywhere else that needs the same concepts
zephyr marked this conversation as resolved
zephyr added 1 commit 2023-08-02 21:31:14 -05:00
ci/woodpecker/push/woodpecker Pipeline was successful Details
fc14ef1780
rename Heroism -> HeroUnit
madxmike approved these changes 2023-08-04 10:16:43 -05:00
zephyr added 1 commit 2023-08-04 18:33:31 -05:00
ci/woodpecker/push/woodpecker Pipeline was successful Details
9998bff138
Merge branch 'main' into feature-duder
zephyr merged commit 81c1c0de0e into main 2023-08-04 18:37:13 -05:00
zephyr deleted branch feature-duder 2023-08-04 18:37:13 -05:00
zephyr referenced this issue from a commit 2023-08-04 18:37:14 -05:00
madxmike referenced this issue from a commit 2023-08-09 20:40:56 -05:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/idle-survivors#9
No description provided.