From 6c14243b2d1bc2ec47140410ef61c3f5283cbe04 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 7 Jan 2016 22:19:10 +0000 Subject: [PATCH] Add grenades --- mods/ctf_treasure/init.lua | 1 + mods/shooter/textures/wool_black.png | Bin 0 -> 213 bytes mods/shooter/textures/wool_blue.png | Bin 0 -> 269 bytes mods/shooter/textures/wool_brown.png | Bin 0 -> 267 bytes mods/shooter/textures/wool_cyan.png | Bin 0 -> 305 bytes mods/shooter/textures/wool_dark_green.png | Bin 0 -> 259 bytes mods/shooter/textures/wool_dark_grey.png | Bin 0 -> 265 bytes mods/shooter/textures/wool_green.png | Bin 0 -> 308 bytes mods/shooter/textures/wool_grey.png | Bin 0 -> 315 bytes mods/shooter/textures/wool_magenta.png | Bin 0 -> 301 bytes mods/shooter/textures/wool_orange.png | Bin 0 -> 288 bytes mods/shooter/textures/wool_pink.png | Bin 0 -> 221 bytes mods/shooter/textures/wool_red.png | Bin 0 -> 292 bytes mods/shooter/textures/wool_violet.png | Bin 0 -> 251 bytes mods/shooter/textures/wool_white.png | Bin 0 -> 306 bytes mods/shooter/textures/wool_yellow.png | Bin 0 -> 263 bytes mods/{wield32 => wield3d}/.gitignore | 0 mods/{wield32 => wield3d}/LICENSE.md | 0 mods/{wield32 => wield3d}/README.md | 0 mods/{wield32 => wield3d}/depends.txt | 0 mods/{wield32 => wield3d}/init.lua | 0 mods/{wield32 => wield3d}/location.lua | 0 .../textures/wield3d_trans.png | Bin mods/{wield32 => wield3d}/wield3d.conf.example | 0 24 files changed, 1 insertion(+) create mode 100644 mods/shooter/textures/wool_black.png create mode 100644 mods/shooter/textures/wool_blue.png create mode 100644 mods/shooter/textures/wool_brown.png create mode 100644 mods/shooter/textures/wool_cyan.png create mode 100644 mods/shooter/textures/wool_dark_green.png create mode 100644 mods/shooter/textures/wool_dark_grey.png create mode 100644 mods/shooter/textures/wool_green.png create mode 100644 mods/shooter/textures/wool_grey.png create mode 100644 mods/shooter/textures/wool_magenta.png create mode 100644 mods/shooter/textures/wool_orange.png create mode 100644 mods/shooter/textures/wool_pink.png create mode 100644 mods/shooter/textures/wool_red.png create mode 100644 mods/shooter/textures/wool_violet.png create mode 100644 mods/shooter/textures/wool_white.png create mode 100644 mods/shooter/textures/wool_yellow.png rename mods/{wield32 => wield3d}/.gitignore (100%) rename mods/{wield32 => wield3d}/LICENSE.md (100%) rename mods/{wield32 => wield3d}/README.md (100%) rename mods/{wield32 => wield3d}/depends.txt (100%) rename mods/{wield32 => wield3d}/init.lua (100%) rename mods/{wield32 => wield3d}/location.lua (100%) rename mods/{wield32 => wield3d}/textures/wield3d_trans.png (100%) rename mods/{wield32 => wield3d}/wield3d.conf.example (100%) diff --git a/mods/ctf_treasure/init.lua b/mods/ctf_treasure/init.lua index ee4a414..8ca421b 100644 --- a/mods/ctf_treasure/init.lua +++ b/mods/ctf_treasure/init.lua @@ -12,6 +12,7 @@ treasurer.register_treasure("shooter:crossbow",0.5,2,{1,5}) treasurer.register_treasure("shooter:pistol",0.4,2,{1,5}) treasurer.register_treasure("shooter:rifle",0.1,2,{1,2}) treasurer.register_treasure("shooter:shotgun",0.05,2,1) +treasurer.register_treasure("shooter:grenade",0.01,2,{1,5}) treasurer.register_treasure("shooter:machine_gun",0.01,2,1) treasurer.register_treasure("shooter:ammo",0.3,2,{1,10}) treasurer.register_treasure("shooter:arrow_white",0.5,2,{1,10}) diff --git a/mods/shooter/textures/wool_black.png b/mods/shooter/textures/wool_black.png new file mode 100644 index 0000000000000000000000000000000000000000..a9e566bbdaf336094fa1ad82e3622037da18b129 GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPGa2=EDUm6es%*47pg5s{admynPU z5D-vTS65V2^j~5q1yobv>Eal|ab32@kn4y656kpmy9LKeFWlUFux-mB&KUg*%7ve;+$C^PtuK4-E%GSB2KxR=hI7Ve;dgTe~DWM4f*lkW- literal 0 HcmV?d00001 diff --git a/mods/shooter/textures/wool_blue.png b/mods/shooter/textures/wool_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..035a8da4dadaa094755c729ea9fb5ce083bf80c6 GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPHF4e$wZWr$qP;5(hcdkTZcL#Xk|}U$XEc>INQ_3F@)oKvcRj*dL@xf zm*+Zu>QOkX#+Jy|#yVMC!gz%-hv62fucECPaiZxQI%~fK=!AYtHi$_$x8O|bnF9yX z=55nlKEZLOqSCJGJDfL`2sLjyo^yWz-$8AjuAE~z(l=RdN(k|Ya~Qi6aT@Q@o}=}| zaHs2pg-c2|cW>%msNQ_i@VfEQ9Iw?9eVR)(H%e~gG<4D0#?_j$Pn&~5FiZVIzU0(a QpfedfUHx3vIVCg!0HkAFzyJUM literal 0 HcmV?d00001 diff --git a/mods/shooter/textures/wool_brown.png b/mods/shooter/textures/wool_brown.png new file mode 100644 index 0000000000000000000000000000000000000000..2620dfdb5222aef3551c34191b5e1e0dfdaf5e1d GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPHF4e$wZEwEw;*I|g&XK+(wh|*=S zmt_dnV(?RAFcD+$RAwl#WyrQ*NH=9r=VypFWY}n>s0GwG)6>Nq=dwg z^5q{y3@wZzW_;x;;}G>vEa0A-mMHOS#ms}9(G#pYqxo03Wi%=^t6q0*+wD48)K|St z%W#U>@>VM;Zdaov^UUmmPrTjK^|0Y|o+Fzen<$(2@@MMDI%TUE*3_scJulYT3v?ud Mr>mdKI;Vst0I=6r;Q#;t literal 0 HcmV?d00001 diff --git a/mods/shooter/textures/wool_cyan.png b/mods/shooter/textures/wool_cyan.png new file mode 100644 index 0000000000000000000000000000000000000000..4e1e4a3cda41aa425869a22608daac5cdca1f7cd GIT binary patch literal 305 zcmV-10nYx3P)9=l?K@~#H1S{0HB{F^G`+E8TtIh`r3|VQ=00000NkvXXu0mjf DTdZ-Z literal 0 HcmV?d00001 diff --git a/mods/shooter/textures/wool_dark_green.png b/mods/shooter/textures/wool_dark_green.png new file mode 100644 index 0000000000000000000000000000000000000000..92c563188dceea896acf7b676a04dcfb71435e16 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFv5AX?bRmxz{sb`RiX3(l)P|0CX zNMn#qV2}u7P|0Hu3t$lTX5e#VP%C9v$(Cyg)H2=E#W95AI`2V6{w4(a4=~g#IRW|an)wG08D7~=a-@mp8E!=kvw+Pt$RxvSAC%vXv_&%*k6Ht4hD*fZo)pagd3)@ z?&L5Cnexq`grn6zMZjQQR$xZW%9)NQdJk%A_+IZ-?9J?U@>=?xwawV^vS_cmgtj5e zc4G-{3FAm31AXIo(FdwKW+%=}n3W*4c(#)B(tzJbA2kT?V%U(Uo)EWM*#+oI22WQ% Jmvv4FO#r?KVc;B7#2j$_9Buj>XY(9lz>%s!2paR2b70jK>kcFbu<}>RwWu{YQ;WoeunfAf7Y& zGK%`#$sCkwr3QqUL4uRMA^X{Z#u!O>uFm?zG?g5QTs=L5H#yjX(DohRBL?i`;HB)z z>I86r&UC+@$on3tN3c92-S#PuanUp|p#(v>H`|50@63{9Xa}xFA6-A3*9RVdlKMmd0000o}PModW3|8rKP2BZ*OR5XkcJqmzS4*etvXxbZu>ISy@@2prChm zcTG)Ao12@Cj*gFyk7Z?Lt1 zo{*&Zd7^S;{@<`}vv2p_|L6jst*u$N;oDyB3NVn%GkGR{Bq5z1we%!*NqH6bop~8i zzn8az#5}sG9tX5m=dohTNY%#3Di2T!MgmggOb$r|Y=PZgSe?E%KR5$^&oU1dF)?S-%5e&jWS416;NORkH$8t^!Qw1(c`(MA`&|q5(X@17ySl zXO{pj)C7A(&7GA1005~;L_t&-(+!MC4g?_#1D%~68s`6Rog@cKma9-`9r|8l@^Nbm zl)86eK*+!fV4~`T2tXgegyBl-1$n1>oC99Mzd8nSxJrMJl0c4CFcZu(3A0r0j{y?+ z^1F`eTAEN$c74>_j_VlAr-3*jh22d4!SXe=tOgHE7Q7e9vbIrmbY^^gxk&FMt!e2M z(zi9=I|N2FCw7LJrdBDn1g}(TVy=OcUZ_8^=Bm!8QxEBnI7F z8F!tAn*aa+qDe$SR2b78%vTOXQ3wK1#BzIk`(Nys`2rIU0LH+2P2qjjR)D%UR3u=c z6v33rDG^zhhyvY-@k#>J;hF`-SM42IoIDSai22Nr8B8d~VivHyG*7~Z$9?3zOjH0w z?={+R-mW?tpou6Jnfi&rggL7;@gh@+_exr2yOsT@Vx8*|=YXvdry|a_=6e^W$DG(1 m_Matk7VrvOS9n_-1K$t+I0eL2sH%tn0000Eal|ab307kn50xfb0DUT6cN8^$gxHZesD( zuV&;7{C)IjT#CO!MULspx{vbj9jBTXTU<_!iIwrs`~P$$|J>b5J&GnxcP_j&Jg%Gl z=b}vTRxgQ()AW)b^IcqY>|XipCx_hC*S%zQ-WVDdEAeTP?xQ(3Rv83ZM7-S}S}z>8 TL~SWQ&=m}xu6{1-oD!M<*t1(d literal 0 HcmV?d00001 diff --git a/mods/shooter/textures/wool_red.png b/mods/shooter/textures/wool_red.png new file mode 100644 index 0000000000000000000000000000000000000000..de05af1c838ff5ad6d36780eeae953e6bb624d82 GIT binary patch literal 292 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!Wq?nJ>uE{JwZg(1MMRbh3a%Cs zIw~PCg_n1Wh{zm%{%O3t3;FqbxVX+qN!7EnPvqg*Cnna$$yvtAn#Ihlm)P42G-R2l zi(`nyW!}D%ybOjM%x7mhob&yERPTcXr{T1NTg0B;_OUZ6V?SrV&a)+kVRbme!YGDi zaSZFi80Mw0Z3$wSk;c6_fMKF9Lq|)Rct246Bu^K|5RU7-Ck?p{8Hlhwn7_sHz-*^& z?kmm(ZEX(rykN;v-Q=ZN)$l-OLQ}9BzkfQI&tCul0INwvK~xyi6^%y@1VIP`O=#$xX7>MIUFKk6AypYH_vZ5$ zXRX7nfqgA5L?cgP5TQ>;Cq$J)R0LHa_i3Uv`&Dj;=;hzXt-93~_t9&%#SWYtt|6I-^^Q%)=RjKrMa2&*Z