summaryrefslogtreecommitdiff
path: root/db/pre-re/skill_tree.conf
diff options
context:
space:
mode:
authorshenhuyong <shenhuyong@hotmail.com>2013-09-27 10:35:52 +0800
committershenhuyong <shenhuyong@hotmail.com>2013-09-27 10:35:52 +0800
commit7d8f83d8ff360df4c2b960933c015117eb9d776b (patch)
tree318c95d3365526fcc60799d1fd554e56c6ab5f5d /db/pre-re/skill_tree.conf
parent3e5bca5a3df07320ff5c41edbb282df041c36f66 (diff)
downloadhercules-7d8f83d8ff360df4c2b960933c015117eb9d776b.tar.gz
hercules-7d8f83d8ff360df4c2b960933c015117eb9d776b.tar.bz2
hercules-7d8f83d8ff360df4c2b960933c015117eb9d776b.tar.xz
hercules-7d8f83d8ff360df4c2b960933c015117eb9d776b.zip
Added full support for the Rebellion.
Credits to 3ceam2 for the base,Thanks to Rytech. -The skill still needs to be completed, as well as support for higher base stats. -Bonus stats are set to temporarily values until the official ones are known. -Updated the item_db.txt file with information on the Rebellion's job equip mask. -Added packets and packet keys for 2013-08-07Ragexe with the info provided by Shakto,Thanks to Shakto. -A 2013-08-07Ragexe client or higher is required for this job to be properly playable.
Diffstat (limited to 'db/pre-re/skill_tree.conf')
-rw-r--r--db/pre-re/skill_tree.conf81
1 files changed, 81 insertions, 0 deletions
diff --git a/db/pre-re/skill_tree.conf b/db/pre-re/skill_tree.conf
index 23563b17e..c8f072c26 100644
--- a/db/pre-re/skill_tree.conf
+++ b/db/pre-re/skill_tree.conf
@@ -3851,4 +3851,85 @@ Oboro: {
OB_ZANGETSU: 2
}
}
+Rebellion: {
+ inherit: ( "Gunslinger" );
+
+ skills: {
+ RL_RICHS_COIN: {
+ MaxLevel: 1
+ GS_GLITTERING: 5
+ }
+ RL_MASS_SPIRAL: {
+ MaxLevel: 5
+ GS_PIERCINGSHOT: 1
+ }
+ RL_BANISHING_BUSTER: {
+ MaxLevel: 5
+ RL_S_STORM: 1
+ }
+ RL_B_TRAP: 5
+ RL_FLICKER: {
+ MaxLevel: 1
+ GS_FLING: 1
+ }
+ RL_S_STORM: {
+ MaxLevel: 5
+ GS_DISARM: 1
+ GS_DUST: 1
+ }
+ RL_E_CHAIN: {
+ MaxLevel: 10
+ GS_CHAINACTION: 10
+ }
+ RL_QD_SHOT: {
+ MaxLevel: 1
+ RL_E_CHAIN: 1
+ }
+ RL_C_MARKER: {
+ MaxLevel: 1
+ GS_INCREASING: 1
+ }
+ RL_FIREDANCE: {
+ MaxLevel: 5
+ RL_FALLEN_ANGEL: 1
+ }
+ RL_H_MINE: {
+ MaxLevel: 5
+ GS_SPREADATTACK: 1
+ }
+ RL_P_ALTER: 5
+ RL_FALLEN_ANGEL: {
+ MaxLevel: 5
+ GS_DESPERADO: 10
+ }
+ RL_R_TRIP: {
+ MaxLevel: 5
+ RL_FIRE_RAIN: 1
+ }
+ RL_D_TAIL: {
+ MaxLevel: 5
+ RL_H_MINE: 3
+ RL_C_MARKER: 1
+ }
+ RL_FIRE_RAIN: {
+ MaxLevel: 5
+ GS_GATLINGFEVER: 1
+ }
+ RL_HEAT_BARREL: {
+ MaxLevel: 5
+ RL_FIREDANCE: 2
+ }
+ RL_AM_BLAST: {
+ MaxLevel: 5
+ RL_MASS_SPIRAL: 1
+ }
+ RL_SLUGSHOT: {
+ MaxLevel: 5
+ RL_BANISHING_BUSTER: 3
+ }
+ RL_HAMMER_OF_GOD: {
+ MaxLevel: 5
+ RL_AM_BLAST: 3
+ }
+ }
}