Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement SecNum for building DMG #114

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

AMXBus
Copy link
Contributor

@AMXBus AMXBus commented Dec 12, 2024

A folowup SecNum implementation to the building HP data

Main things to note:

  • We implement SecNum calls in the runtime intit structure for the yard props and their respective properties (YARD_PROPS.as/OUTPOST_YARD_PROPS.as/INFERNOYARDPROPS.as)
  • These areas get called for use as basic data and calculations in some building scripts (BUILDINGN.as - dps reduction calculations), WMATTACK.as (dps calculation) and other scripts like BFOUNDATION.as, BTOWER.as (Description data) and are covered by Get() methods where needed (this corelates with hp data)
  • The internal math is simple and most of it happens as an attack is happening and has SecNum implementation in a few areas
  • Almost the same as the HP data but it's called a few more times.

@React1-X React1-X changed the title Implement SecNum for building HP Implement SecNum for building HP #2 Dec 12, 2024
@React1-X React1-X added enhancement New feature or request beta Beta related issue or feature client Client related issues labels Dec 12, 2024
@AMXBus AMXBus changed the title Implement SecNum for building HP #2 Implement SecNum for building DMG Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta Beta related issue or feature client Client related issues enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants