diff -r 54dedd218dde -r 3cfd2e15464a QTfrontend/ammoSchemeModel.cpp --- a/QTfrontend/ammoSchemeModel.cpp Sun Nov 21 16:55:19 2010 +0300 +++ b/QTfrontend/ammoSchemeModel.cpp Sun Nov 21 09:12:44 2010 -0500 @@ -60,6 +60,7 @@ << QVariant(25) // health case amt 34 << QVariant(47) // water rise amt 35 << QVariant(5) // health dec amt 36 + << QVariant(100) // rope modfier 37 ; AmmoSchemeModel::AmmoSchemeModel(QObject* parent, const QString & fileName) : @@ -120,6 +121,7 @@ << "healthcaseamount" // 34 << "waterrise" // 35 << "healthdecrease" // 36 + << "ropepct" // 37 ; QList proMode; @@ -161,6 +163,7 @@ << QVariant(25) // health case amt 34 << QVariant(47) // water rise amt 35 << QVariant(5) // health dec amt 36 + << QVariant(100) // rope modfier 37 ; QList shoppa; @@ -202,6 +205,7 @@ << QVariant(25) // health case amt 34 << QVariant(47) // water rise amt 35 << QVariant(5) // health dec amt 36 + << QVariant(100) // rope modfier 37 ; QList cleanslate; @@ -243,6 +247,7 @@ << QVariant(25) // health case amt 34 << QVariant(47) // water rise amt 35 << QVariant(5) // health dec amt 36 + << QVariant(100) // rope modfier 37 ; QList minefield; @@ -284,6 +289,7 @@ << QVariant(25) // health case amt 34 << QVariant(47) // water rise amt 35 << QVariant(5) // health dec amt 36 + << QVariant(100) // rope modfier 37 ; QList barrelmayhem; @@ -325,6 +331,7 @@ << QVariant(25) // health case amt 34 << QVariant(47) // water rise amt 35 << QVariant(5) // health dec amt 36 + << QVariant(100) // rope modfier 37 ; QList tunnelhogs; @@ -366,6 +373,7 @@ << QVariant(25) // health case amt 34 << QVariant(47) // water rise amt 35 << QVariant(5) // health dec amt 36 + << QVariant(100) // rope modfier 37 ; QList forts; @@ -407,6 +415,7 @@ << QVariant(25) // health case amt 34 << QVariant(47) // water rise amt 35 << QVariant(5) // health dec amt 36 + << QVariant(100) // rope modfier 37 ; QList timeless; @@ -448,6 +457,7 @@ << QVariant(30) // health case amt 34 << QVariant(0) // water rise amt 35 << QVariant(0) // health dec amt 36 + << QVariant(100) // rope modfier 37 ; QList thinkingportals; @@ -489,6 +499,7 @@ << QVariant(25) // health case amt 34 << QVariant(47) // water rise amt 35 << QVariant(5) // health dec amt 36 + << QVariant(100) // rope modfier 37 ; QList kingmode; @@ -530,6 +541,7 @@ << QVariant(30) // health case amt 34 << QVariant(30) // water rise amt 35 << QVariant(5) // health dec amt 36 + << QVariant(100) // rope modfier 37 ;