feature-attributes #7

Merged
zephyr merged 10 commits from feature-attributes into main 2023-07-30 10:58:19 -05:00
Owner
No description provided.
zephyr added 4 commits 2023-07-30 01:40:08 -05:00
zephyr added 1 commit 2023-07-30 08:33:23 -05:00
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details
124cb74bd5
add enemy attributes
madxmike reviewed 2023-07-30 09:25:43 -05:00
@ -3,3 +3,3 @@
using UnityEngine;
public struct Attribute
public class Attribute : ScriptableObject
Owner

Missing SO suffix

Missing SO suffix
Author
Owner

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?

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 marked this conversation as resolved
@ -0,0 +6,4 @@
/// <summary>
/// Additive change applied before multiplicative scaling.
/// </summary>
public long Base { get; private set; }
Owner

If we private set here is the editor able to set these values?

If we private set here is the editor able to set these values?
Author
Owner

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

Tried some things. It looks like the editor can't set properties at all, only fields.
zephyr marked this conversation as resolved
zephyr added 5 commits 2023-07-30 10:18:32 -05:00
madxmike approved these changes 2023-07-30 10:44:43 -05:00
zephyr changed title from WIP: feature-attributes to feature-attributes 2023-07-30 10:45:51 -05:00
zephyr merged commit 51fabc12b6 into main 2023-07-30 10:58:19 -05:00
zephyr deleted branch feature-attributes 2023-07-30 10:58:19 -05:00
zephyr referenced this issue from a commit 2023-07-30 10:58:20 -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#7
No description provided.