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

Add skill_db2.conf and some SkillDB code fix/simplification #3216

Merged
merged 9 commits into from
Jul 13, 2023
10 changes: 5 additions & 5 deletions db/pre-re/skill_db.conf
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
Party - affects party only
Guild - affects guild members and guild allies
Ally - affects party members, guild members and guild allies
Sameguild - affects guild members but not guild allies
SameGuild - affects guild members but not guild allies
Enemy - affects enemies only
Self - affects only yourself
GuildAlly - affects guild allies but not guild members
Expand Down Expand Up @@ -40017,7 +40017,7 @@ skill_db: (
Id: 0xc1
Layout: 2
Interval: -1
Target: "Sameguild"
Target: "SameGuild"
Flag: {
UF_NOMOB: true
}
Expand All @@ -40040,7 +40040,7 @@ skill_db: (
Id: 0xc2
Layout: 2
Interval: -1
Target: "Sameguild"
Target: "SameGuild"
Flag: {
UF_NOMOB: true
}
Expand All @@ -40063,7 +40063,7 @@ skill_db: (
Id: 0xc3
Layout: 2
Interval: -1
Target: "Sameguild"
Target: "SameGuild"
Flag: {
UF_NOMOB: true
}
Expand All @@ -40086,7 +40086,7 @@ skill_db: (
Id: 0xc4
Layout: 2
Interval: -1
Target: "Sameguild"
Target: "SameGuild"
Flag: {
UF_NOMOB: true
}
Expand Down
10 changes: 5 additions & 5 deletions db/re/skill_db.conf
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
Party - affects party only
Guild - affects guild members and guild allies
Ally - affects party members, guild members and guild allies
Sameguild - affects guild members but not guild allies
SameGuild - affects guild members but not guild allies
Enemy - affects enemies only
Self - affects only yourself
GuildAlly - affects guild allies but not guild members
Expand Down Expand Up @@ -40981,7 +40981,7 @@ skill_db: (
Id: 0xc1
Layout: 2
Interval: -1
Target: "Sameguild"
Target: "SameGuild"
Flag: {
UF_NOMOB: true
}
Expand All @@ -41004,7 +41004,7 @@ skill_db: (
Id: 0xc2
Layout: 2
Interval: -1
Target: "Sameguild"
Target: "SameGuild"
Flag: {
UF_NOMOB: true
}
Expand All @@ -41027,7 +41027,7 @@ skill_db: (
Id: 0xc3
Layout: 2
Interval: -1
Target: "Sameguild"
Target: "SameGuild"
Flag: {
UF_NOMOB: true
}
Expand All @@ -41050,7 +41050,7 @@ skill_db: (
Id: 0xc4
Layout: 2
Interval: -1
Target: "Sameguild"
Target: "SameGuild"
Flag: {
UF_NOMOB: true
}
Expand Down
293 changes: 293 additions & 0 deletions db/skill_db2.conf

Large diffs are not rendered by default.

Loading