herp
This commit is contained in:
parent
f585c85a44
commit
e82d65061e
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=swat-codegen
|
pkgname=swat-codegen
|
||||||
pkgver=1.0.5
|
pkgver=1.0.5
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A simple CLI interface to RCPDv3, the rank code management service for the game SWAT: Aftermath"
|
pkgdesc="A simple CLI interface to RCPDv3, the rank code management service for the game SWAT: Aftermath"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url=http://rakka.au/contact
|
url=http://rakka.au/contact
|
||||||
|
@ -16,6 +16,6 @@ package() {
|
||||||
install -d usr/bin opt/swat-codegen
|
install -d usr/bin opt/swat-codegen
|
||||||
cd ${srcdir}/${pkgname}
|
cd ${srcdir}/${pkgname}
|
||||||
chmod a+x codegen.sh
|
chmod a+x codegen.sh
|
||||||
cp swat_* codegen.sh ${pkgdir}/opt/swat-codegen
|
cp class gun armour trait spec talent codegen.sh ${pkgdir}/opt/swat-codegen
|
||||||
ln -s /opt/swat-codegen/codegen.sh /${pkgdir}/usr/bin/rcpd
|
ln -s /opt/swat-codegen/codegen.sh /${pkgdir}/usr/bin/rcpd
|
||||||
}
|
}
|
||||||
|
|
4
swat-codegen/armour
Normal file
4
swat-codegen/armour
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Light
|
||||||
|
Medium m
|
||||||
|
Heavy h
|
||||||
|
Advanced Cyborg Watchman
|
12
swat-codegen/class
Normal file
12
swat-codegen/class
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
Sniper gs ss
|
||||||
|
Medic
|
||||||
|
Tactician
|
||||||
|
Psychologist
|
||||||
|
Maverick
|
||||||
|
HeavyOrdnance ho
|
||||||
|
Demolitions
|
||||||
|
Cyborg
|
||||||
|
Pyrotechnician
|
||||||
|
Watchman wm
|
||||||
|
TechOps techies
|
||||||
|
UmbrellaClone gal alice
|
8
swat-codegen/gun
Normal file
8
swat-codegen/gun
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
AssaultRifle a ar Medic Tactician Psychologist
|
||||||
|
SniperRifle s sr TechOps
|
||||||
|
Chaingun c cg HeavyOrdnance Cyborg
|
||||||
|
RocketLauncher r rl Demolitions
|
||||||
|
Flamethrower f ft Pyrotechnician
|
||||||
|
LaserRifle lr
|
||||||
|
GatlingLaser gl
|
||||||
|
Pistols fists UmbrellaClone
|
9
swat-codegen/spec
Normal file
9
swat-codegen/spec
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Weaponry
|
||||||
|
PowerArmor pa
|
||||||
|
EnergyCells
|
||||||
|
Cybernetics
|
||||||
|
Triage
|
||||||
|
Chemistry
|
||||||
|
Leadership
|
||||||
|
Robotics
|
||||||
|
Espionage
|
7
swat-codegen/talent
Normal file
7
swat-codegen/talent
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Courage crg
|
||||||
|
Wiring wire
|
||||||
|
Running
|
||||||
|
Spotting
|
||||||
|
Toughness
|
||||||
|
Tinkering
|
||||||
|
Hacking
|
16
swat-codegen/trait
Normal file
16
swat-codegen/trait
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Skilled
|
||||||
|
Gifted
|
||||||
|
Survivalist
|
||||||
|
Dragoon
|
||||||
|
Acrobat
|
||||||
|
SwiftLearner sl
|
||||||
|
Healer
|
||||||
|
FlowerChild fc
|
||||||
|
ChemReliant cr
|
||||||
|
RadResistant rr
|
||||||
|
Gadgeteer
|
||||||
|
Prowler
|
||||||
|
Energizer energiser
|
||||||
|
PackRat pr
|
||||||
|
Engineer
|
||||||
|
Reckless
|
Loading…
Reference in New Issue
Block a user