/*{% extends "base/base_template.html" %}*/ /*{% block tz_app_title %}*/Payments - Samples - Turbulenz Engine/*{% endblock %}*/ /*{% block tz_app_title_name %}*/Payments/*{% endblock %}*/ /*{% block tz_app_header %}*/ /*{% endblock %}*/ /*{% block tz_app_html_controls %}*/
The +/- buttons change the items in the basket.
Rocket launcher $3.99
The rocket launcher is an own item. Own items can only be purchased once and cannot be consumed.
Grenade $0.99
The grenade is a consume item. It can be consumed by the game by clicking the "Use grenade" button.
Grenade pack $1.99
This offering is a pack containing 3 grenades.
Explosives pack $4.99
This offering is a pack containing 15 grenades and a rocket launcher. The user can still only have one rocket launcher so it will not be added twice.
/*{% endblock %}*/