Adds Skills for Part 2 Enemies#25
Open
LeonardoTPereira wants to merge 19 commits intoCodeCleanupRefactorfrom
Open
Adds Skills for Part 2 Enemies#25LeonardoTPereira wants to merge 19 commits intoCodeCleanupRefactorfrom
LeonardoTPereira wants to merge 19 commits intoCodeCleanupRefactorfrom
Conversation
Adds tables for new skills, the ones from mammon, malformed imp, eunuch sartyr and golden tormentor. Also adds their SOs or change the tables from the existing ones. Rearranges tables in directories according to their users.
…TheGame/FinalInferno into CodeCleanupRefactor
4 tasks
Adds the cries sound files for the part 2 enemies and add them to their respective scriptable objects
Fixes enemies and skills tables where the floating point numbers were saved with comma instead of period. Adds Malformed Imp AI. Adds AI able to use the value inside the enemy's table as the chance to use their active skill. Adds table for Vengeful Ghost data (was missing). Fixes Golden Tormentor and Eunuch Satyr which were using the Wanderer's table. Fixes all tables to have probabilities to use each skill.
kori4r2
requested changes
Mar 4, 2023
| _keyValues: 01000000 | ||
| _keys: 01000000 | ||
| _values: | ||
| - 0.5 |
Contributor
There was a problem hiding this comment.
This value should not be 5, it was probably caused by the floating point numbers in the status csv file being changed and using a comma instead of a point to indicate decimals
| @@ -12,11 +12,11 @@ MonoBehaviour: | |||
| m_Script: {fileID: 11500000, guid: be7539eb7de5b5a4bbe1d928aafd8405, type: 3} | |||
Contributor
There was a problem hiding this comment.
Changes like this, caused by playtesting can be ignored/reverted when committing, same as the one in the Hero SOs
Assets/Scripts/Scriptable Objects/EnemiesAI/EnemySingleActiveSkillUser.cs
Outdated
Show resolved
Hide resolved
This reverts commit 1768ad3.
Adds Malformed Imp AI
kori4r2
approved these changes
Mar 5, 2023
2 tasks
…-Cries Adds cries to part 2 enemies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fix #6