Drug Wars on Steem - Intermediate Game Guide: Battles by timcliff

View this thread on steempeak.com
· @timcliff · (edited)
$63.87
Drug Wars on Steem - Intermediate Game Guide: Battles
https://steemitimages.com/640x0/https://cdn.steemitimages.com/DQmeWbBim8SFGjfZa1GWwtfc14T957zzEsTqzjy6k3LtjUz/image.png

If you haven't tried [Drug Wars](https://drugwars.io/i/timcliff), I highly suggest you try it out. I have logged more hours than I care to admit, lol. It is definately a fun/addicting game. If you are not playing yet, you are missing out ;) 

One of the bigger challenges to the game is that there is a bit of a learning curve. In my last post, I created a [Beginners Game Guide](https://steemit.com/drugwars/@timcliff/drug-wars-on-steem-ultimate-beginners-game-guide) to help players with the process of getting started in the game. If you haven't read that yet and you are still learning the basics of the game, I suggest starting there.

In this post, I will expand on that guide with an **intermediate** guide on the battle process. Battles are one area that have confused a lot of players, but thanks to some info and tools from the @drugwars team - it is now possible to understand.
- In the game's Discord channel, the @drugwars team recently provided everyone with the [source code](https://github.com/FutureShockco/drugwars.js) for battles. 
- The @drugwars team also provided a [battle simulator](https://simulator.drugwars.io/) that players can use to see how a battle will play out given a certain set of attacking and defending units (without having to risk actual units in battle).

# Understanding Battles

_Disclaimer: This guide is written to the best of my ability based on my understanding of the source code, but I cannot guarantee it is error free. Also, the game mechanics are subject to change at any time, so there is no guarantee that battles will always continue to work in the way described by this guide._

**[EDIT] With all of the changes that have been made to the battle system, there are parts of this guide that are out of date, and there are many parts of the new battle system that are not covered.**

## Unit Order

The first thing to understand with battles, is that the units attack and defend in a certain order. The order is based on the `priority` value from the [units.json](https://github.com/FutureShockco/drugwars.js/blob/master/src/units.json) file. The current order (updated as of 3/11/2019) is: rowdy, bouncer, knifer, big_mama, ninja, gunman, sniper, hitman, bazooka, mercenary.

## Grouping

The next thing to understand is that units of a certain type are all grouped together. In other words, if you attack with 5 rowdy units and 6 bouncer units, your 5 rowdy units are in one group, and your 6 bouncer units are in a second group. 

The amount of damage that a group does is the `attack` value for the unit type, times the amount of units in the group. _Continuing with the same example, a rowdy does 2 damage, so if you have 5 rowdy units, then that group does 2 * 5 = 10 damage._

![](https://cdn.steemitimages.com/DQmXB19d9pnBRe4xtwLM9DLFRT67yHnu5ybEgT4BTFtDtnm/image.png)

## Both Sides Attack and Both Sides Defend

Another thing that confuses a lot of people is that when you attack, the units on both sides will deal attacking damage to each other. (The attacker's units deal damage to the defender's units, and the defender's units deal damage to the attacker's units.)

## Rounds

The attacks take place in rounds. In each round, damage is dealt from both sides groups to the other side's groups. If there are surviving units on both sides, then the process repeats with another round. This continues until either: 
- All of the units on one side (or both sides) are dead.
- Five rounds take place, and both sides still have surviving units.

## Pairing Groups for Damage

(This is probably the hardest part of battles to understand.)

In each round, the game pairs the attacking groups with the defending groups to assign damage. The main key to understand here is that all of the units in one group will attack together, and they can only attack one of the opposing team's groups per round.

When pairing the groups, it assigns the pairs in the order above (rowdy units are paired first, mercenary units are paired last). The defending group that the attacking group is paired to is also assigned using the order above (defending rowdy units are picked first, defending mercenary units are picked last).

If the attacking side has more groups than the defending side, then the order starts over at the beginning after it passes the end.

After the attacking groups are assigned to the defending groups to assign damage, then the defending groups are assigned to the attacking groups to assign damage back. Note: A unit group from the defending side may not be paired to deal damage to the same unit group that it is receiving damage from.

**I assume most people are confused at this point :) Let's try an example.**
- Player A attacks Player B. 
- Player A has `rowdy:1, bouncer:5, knifer:1`.  
- Player B has `bouncer:1, sniper:1`.
- Player A's rowdy group will deal damage to Player B's bouncer group (in round 1).
- Player A's bouncer group will deal damage to Player B's sniper group (in round 1).
- Player A's knifer group will deal damage to Player B's bouncer group (in round 1).
- Player B's bouncer group will deal damage to Player A's rowdy group (in round 1).
- Player B's sniper group will deal damage to Player A's bouncer group (in round 1).

Does that make sense? If not, it may be good to play around with the [simulator](https://simulator.drugwars.io/) for a bit so you can see how it plays out in a few different scenarios.

## Assigning Damage

After the pairs are assigned, each group deals damage to the opposing group that it is assigned to. The damage is applied to the `defense` value of the units in the group. If the `damage` value equals or exceeds the `defense` value of the units in the group, then all of the units in the group will die. If the `damage` value is less than the `defense`value of the units in the group, then it will only kill enough units in the group to use up all the damage.

_Example: If a group of 10 rowdy units (2 defense each) is receiving 15 damage, then only 7 of the 10 rowdy units will die._

## Win, Loss, Draw, or Continue?

After the round is complete, then it will check to see if all of the units on either side have died.
- If all of the units on the attacking side died, but the defender has surviving units, then the defender won.
- If all of the units on the defending side died, but the attacker has surviving units, then the attacker won.
- If all of the units on both sides died, then it is a draw.
- If both sides have surviving units, then the process starts over with a new round. New groups are assigned based on the remaining units, and the same steps described above are repeated. (This occurs up to five times.)

## Looting

If the attacker won, then they will loot the defending player. As described in the [beginners guide](https://steemit.com/drugwars/@timcliff/drug-wars-on-steem-ultimate-beginners-game-guide), the attacker can loot any resources above the defending player's "safe" amounts.

Only the units that survive the battle can carry loot home. Each unit will be able to carry X amount of drugs, X amount of alcohol, and X amount of weapons - where X is the carrying capacity of the unit.

## Bonus - Opponent Finding Tip

A lot of players have struggled to find evenly matched opponents using the "Find Targets" feature in the game. A good way to find additional opponents that are not listed there is to use the "Transfer Search" on https://steemworld.org/ to see who the @drugwars account is transferring tokens to, or look for the same data on https://steemdb.com/@drugwars/transfers.

## Conclusion

I hope this helps players who have been confused by the battle process. If it is still confusing to you, I suggest you try a few battles out on the [simulator](https://simulator.drugwars.io/) to see what happens under different scenarios.

**Good luck, and have fun!**
[https://drugwars.io](https://drugwars.io/i/timcliff)
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 387 others
properties (23)
post_id71,166,442
authortimcliff
permlinkdrug-wars-on-steem-intermediate-game-guide-battles
categorydrugwars
json_metadata{"tags":["drugwars","steem","gaming","help","blockchain"],"users":["drugwars"],"image":["https:\/\/steemitimages.com\/640x0\/https:\/\/cdn.steemitimages.com\/DQmeWbBim8SFGjfZa1GWwtfc14T957zzEsTqzjy6k3LtjUz\/image.png","https:\/\/cdn.steemitimages.com\/DQmXB19d9pnBRe4xtwLM9DLFRT67yHnu5ybEgT4BTFtDtnm\/image.png"],"links":["https:\/\/drugwars.io\/i\/timcliff","https:\/\/steemit.com\/drugwars\/@timcliff\/drug-wars-on-steem-ultimate-beginners-game-guide","https:\/\/github.com\/FutureShockco\/drugwars.js","https:\/\/simulator.drugwars.io\/","https:\/\/github.com\/FutureShockco\/drugwars.js\/blob\/master\/src\/units.json","https:\/\/steemworld.org\/","https:\/\/steemdb.com\/@drugwars\/transfers"],"app":"steemit\/0.1","format":"markdown"}
created2019-03-10 01:05:51
last_update2019-04-18 01:05:03
depth0
children95
net_rshares90,858,928,956,944
last_payout2019-03-17 01:05:51
cashout_time1969-12-31 23:59:59
total_payout_value48.582 SBD
curator_payout_value15.284 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length8,004
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (451)
@ucukertz ·
$0.46
Great guide, sadly the official blog doesn't even bother to write something like this.
πŸ‘  , , , , , , ,
properties (23)
post_id71,167,115
authorucukertz
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t013057227z
categorydrugwars
json_metadata{"tags":["drugwars"],"community":"steempeak","app":"steempeak\/1.8.4b"}
created2019-03-10 01:31:24
last_update2019-03-10 01:31:24
depth1
children5
net_rshares643,836,180,218
last_payout2019-03-17 01:31:24
cashout_time1969-12-31 23:59:59
total_payout_value0.343 SBD
curator_payout_value0.113 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length86
author_reputation4,665,400,041,487
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (8)
@timcliff ·
$0.08
Just a guess, but they probably have limited resources and are trying to focus on improving the game. They provided the info (source code and simulator) that allowed someone from the community (me) to create a guide.
πŸ‘  
properties (23)
post_id71,167,801
authortimcliff
permlinkre-ucukertz-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t015708048z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 01:57:09
last_update2019-03-10 01:57:09
depth2
children3
net_rshares147,097,575,490
last_payout2019-03-17 01:57:09
cashout_time1969-12-31 23:59:59
total_payout_value0.078 SBD
curator_payout_value0.002 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length216
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@ucukertz ·
$0.44
Even if that's the case, an information this crucial should be known by ALL players. At the very least it will be helpful if they just resteem this very post.
πŸ‘  , ,
properties (23)
post_id71,168,031
authorucukertz
permlinkre-timcliff-re-ucukertz-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t020535183z
categorydrugwars
json_metadata{"tags":["drugwars"],"community":"steempeak","app":"steempeak\/1.8.4b"}
created2019-03-10 02:06:15
last_update2019-03-10 02:06:15
depth3
children2
net_rshares636,017,782,168
last_payout2019-03-17 02:06:15
cashout_time1969-12-31 23:59:59
total_payout_value0.338 SBD
curator_payout_value0.105 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length158
author_reputation4,665,400,041,487
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (3)
@treeplanter ·
Thanks for your donation
<center>
<h3>You just planted 0.11 tree(s)!</h3>
Thanks to @fuadsm
<h3>We have planted already 
8296.14 trees
out of 1,000,000<h3>
Let\'s save and restore Abongphen Highland Forest
in Cameroonian village Kedjom-Keku!
Plant trees with @treeplanter and get paid for it!
My Steem Power = 26114.29
Thanks a lot!
@martin.mikes coordinator of @kedjom-keku
![treeplantermessage_ok.png](https://steemitimages.com/DQmdeFhTevmcmLvubxMMDoYBoNSaz4ftt7PxktmLDmF2WGg/treeplantermessage_ok.png)
</center>
properties (22)
post_id71,386,572
authortreeplanter
permlinkre-ucukertz-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190313t131244505z
categorydrugwars
json_metadata{}
created2019-03-13 13:12:45
last_update2019-03-13 13:12:45
depth2
children0
net_rshares0
last_payout2019-03-20 13:12:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length489
author_reputation62,934,514,884,081
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@edicted ·
$0.72
Amazing work.
I'm very glad they open sourced the project.
This is a very good sign.
πŸ‘  , , , ,
properties (23)
post_id71,168,556
authoredicted
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t022635185z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 02:26:39
last_update2019-03-10 02:26:39
depth1
children2
net_rshares1,010,287,870,594
last_payout2019-03-17 02:26:39
cashout_time1969-12-31 23:59:59
total_payout_value0.538 SBD
curator_payout_value0.178 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length84
author_reputation171,132,830,416,177
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (5)
@edicted ·
$0.06
The order has changed; all melee goes first:

1. Rowdy
2. Bouncer
3. Knifer
4. Ninja
5. Big Mama
6. Gunman
7. Sniper
8. Hitman
9. Bazooka
10. Mercenary
πŸ‘  , , , , ,
properties (23)
post_id71,205,354
authoredicted
permlinkre-edicted-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t201350339z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 20:13:51
last_update2019-03-10 20:13:51
depth2
children1
net_rshares90,090,520,603
last_payout2019-03-17 20:13:51
cashout_time1969-12-31 23:59:59
total_payout_value0.047 SBD
curator_payout_value0.014 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length151
author_reputation171,132,830,416,177
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (6)
@timcliff ·
$0.04
It looks like it is now:
rowdy
bouncer
knifer
big_mama
ninja
gunman
sniper
hitman
bazooka
mercenary

Post updated - thanks!
πŸ‘  , ,
properties (23)
post_id71,241,290
authortimcliff
permlinkre-edicted-re-edicted-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190311t135136403z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-11 13:51:36
last_update2019-03-11 13:51:36
depth3
children0
net_rshares56,244,776,211
last_payout2019-03-18 13:51:36
cashout_time1969-12-31 23:59:59
total_payout_value0.029 SBD
curator_payout_value0.008 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length123
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (3)
@cardboard · (edited)
This is a good guide :)
!tipuvote 2
πŸ‘  
properties (23)
post_id71,169,562
authorcardboard
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t030802406z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 03:08:03
last_update2019-03-10 03:47:27
depth1
children0
net_rshares9,591,371,831
last_payout2019-03-17 03:08:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length35
author_reputation11,779,072,940,600
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@steemspoker ·
$0.06
Nice one Sir!!
πŸ‘  
properties (23)
post_id71,171,265
authorsteemspoker
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t041453370z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 04:14:54
last_update2019-03-10 04:14:54
depth1
children0
net_rshares87,393,266,229
last_payout2019-03-17 04:14:54
cashout_time1969-12-31 23:59:59
total_payout_value0.046 SBD
curator_payout_value0.015 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length14
author_reputation15,607,499,630,921
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@dwclowns ·
$0.11
Clowns love it!
πŸ‘  ,
properties (23)
post_id71,173,039
authordwclowns
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t050942422z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 05:09:42
last_update2019-03-10 05:09:42
depth1
children1
net_rshares154,574,560,436
last_payout2019-03-17 05:09:42
cashout_time1969-12-31 23:59:59
total_payout_value0.082 SBD
curator_payout_value0.026 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length15
author_reputation512,861,383,991
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@taphophilia ·
They SURE do!

![BlingJester.gif](https://cdn.steemitimages.com/DQmWQGJPWraDd3BukEpZXwtzb8eZgKyUS89EMe1Fit19iW8/BlingJester.gif)
Love is the Law, love under will.
The Reverend Maelstrohm Black

https://nofaithinthehumanrace.com/legis/?

https://thereverendmaelstrohmblack.wordpress.com
properties (22)
post_id71,177,463
authortaphophilia
permlinkre-dwclowns-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t073928997z
categorydrugwars
json_metadata{"tags":["drugwars"],"image":["https:\/\/cdn.steemitimages.com\/DQmWQGJPWraDd3BukEpZXwtzb8eZgKyUS89EMe1Fit19iW8\/BlingJester.gif"],"links":["https:\/\/nofaithinthehumanrace.com\/legis\/?","https:\/\/thereverendmaelstrohmblack.wordpress.com"],"app":"steemit\/0.1"}
created2019-03-10 07:39:30
last_update2019-03-10 07:39:30
depth2
children0
net_rshares0
last_payout2019-03-17 07:39:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length285
author_reputation33,625,338,629,516
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@whatsup ·
$0.15
Thank you so much, at least now I will know why I am getting killed.  :)
πŸ‘  
properties (23)
post_id71,173,939
authorwhatsup
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t053935592z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 05:39:36
last_update2019-03-10 05:39:36
depth1
children0
net_rshares210,890,135,059
last_payout2019-03-17 05:39:36
cashout_time1969-12-31 23:59:59
total_payout_value0.112 SBD
curator_payout_value0.037 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length72
author_reputation404,265,487,362,343
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@farizal ·
$0.03
Re-steemed for future reference because I'm having lunch right now.

Posted using [Partiko Android](https://steemit.com/@partiko-android)
πŸ‘  ,
properties (23)
post_id71,174,148
authorfarizal
permlinkfarizal-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t054528792z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-03-10 05:45:30
last_update2019-03-10 05:45:30
depth1
children0
net_rshares47,808,864,837
last_payout2019-03-17 05:45:30
cashout_time1969-12-31 23:59:59
total_payout_value0.024 SBD
curator_payout_value0.005 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length137
author_reputation22,502,057,091,140
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@sco ·
$0.09
Thanks for this insight. It is a complicated mechanism though, and it seems quite hard to predict the losses one has to face in battle. If I understand this correctly, a difference between melee and ranged units does not exist? The why put the information there at first place?
Mystery after mystery...
πŸ‘  ,
properties (23)
post_id71,175,564
authorsco
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t063300836z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 06:33:03
last_update2019-03-10 06:33:03
depth1
children2
net_rshares143,780,486,887
last_payout2019-03-17 06:33:03
cashout_time1969-12-31 23:59:59
total_payout_value0.076 SBD
curator_payout_value0.009 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length302
author_reputation26,034,878,518,689
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@timcliff ·
Well, it is factored into the order. In terms of being hard to predict, you can always run it through the simulator first and see what will happen.
πŸ‘  
properties (23)
post_id71,175,645
authortimcliff
permlinkre-sco-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t063627277z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 06:36:27
last_update2019-03-10 06:36:27
depth2
children1
net_rshares9,021,884,000
last_payout2019-03-17 06:36:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length147
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@sco ·
$0.04
Yeah, but does it make sense that a rowdy is faster with hitting his target than a sniper?^^
I mean I know it's game, but... 

Well whatever, thanks again!
πŸ‘  ,
properties (23)
post_id71,175,790
authorsco
permlinkre-timcliff-re-sco-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t064209307z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 06:42:09
last_update2019-03-10 06:42:09
depth3
children0
net_rshares55,826,448,835
last_payout2019-03-17 06:42:09
cashout_time1969-12-31 23:59:59
total_payout_value0.029 SBD
curator_payout_value0.009 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length155
author_reputation26,034,878,518,689
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@ustazkarim ·
great, I read this insight, I will give good motivation for this
πŸ‘  
properties (23)
post_id71,178,599
authorustazkarim
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t081929744z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 08:19:36
last_update2019-03-10 08:19:36
depth1
children0
net_rshares9,899,896,108
last_payout2019-03-17 08:19:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length64
author_reputation97,974,061,291,674
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@valued-customer ·
This is a great explanation of battle mechanics.  

Thanks very much for posting it, and particularly for bringing it to my attention.
πŸ‘  
properties (23)
post_id71,181,844
authorvalued-customer
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t100353417z
categorydrugwars
json_metadata{"tags":["drugwars"],"community":"steempeak","app":"steempeak\/1.8.4b"}
created2019-03-10 10:04:00
last_update2019-03-10 10:04:00
depth1
children0
net_rshares9,898,315,239
last_payout2019-03-17 10:04:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length134
author_reputation48,231,784,822,393
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@blog-beginner ·
$0.20
I have gone through the post and I see 2 stats completely missing. The speed of a unit and the attack strategy. 
Is it kept for future use or it has any role to be played in these battles. 
Is it that speed decides which group of units will attack first ?

Posted using [Partiko Android](https://steemit.com/@partiko-android)
πŸ‘  ,
properties (23)
post_id71,181,870
authorblog-beginner
permlinkblog-beginner-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t100434876z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-03-10 10:04:36
last_update2019-03-10 10:04:36
depth1
children5
net_rshares308,628,331,179
last_payout2019-03-17 10:04:36
cashout_time1969-12-31 23:59:59
total_payout_value0.165 SBD
curator_payout_value0.032 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length325
author_reputation1,373,339,077,399
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@timcliff · (edited)
Speed controls how long it will take for the battle to complete after it is queued. (It will use the slowest time out of all units in the selected group.)

There is a link in the post to a more advanced guide on battles.  

I’m not sure what you mean by attack strategy.
properties (22)
post_id71,182,111
authortimcliff
permlinkre-blog-beginner-blog-beginner-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t101310689z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 10:13:09
last_update2019-03-10 10:13:21
depth2
children4
net_rshares0
last_payout2019-03-17 10:13:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length270
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@blog-beginner ·
$0.07
Some units have range attack, some are melee. Does that make a difference ?

Posted using [Partiko Android](https://steemit.com/@partiko-android)
πŸ‘  
properties (23)
post_id71,186,039
authorblog-beginner
permlinkblog-beginner-re-timcliff-re-blog-beginner-blog-beginner-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t120319901z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-03-10 12:03:21
last_update2019-03-10 12:03:21
depth3
children3
net_rshares100,568,546,902
last_payout2019-03-17 12:03:21
cashout_time1969-12-31 23:59:59
total_payout_value0.052 SBD
curator_payout_value0.017 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length145
author_reputation1,373,339,077,399
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@solarwarrior ·
$0.11
@timcliff THX a lot for this.. 
I have top say this algo ist mega BS!
Just play around with it... as there is no "spill over" effect of surplus attack points you can "cheat" by sending in one unit each just to take away the complete hit of one unit group.. mega BS!
πŸ‘  ,
properties (23)
post_id71,185,331
authorsolarwarrior
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t114414242z
categorydrugwars
json_metadata{"tags":["drugwars"],"users":["timcliff"],"app":"steemit\/0.1"}
created2019-03-10 11:44:12
last_update2019-03-10 11:44:12
depth1
children1
net_rshares204,959,302,874
last_payout2019-03-17 11:44:12
cashout_time1969-12-31 23:59:59
total_payout_value0.109 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length265
author_reputation19,250,607,728,685
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars0
author_curate_reward""
vote details (2)
@timcliff ·
$0.14
It is what it is. You call it "cheating", I call it "strategy" - lol.
πŸ‘  ,
properties (23)
post_id71,193,622
authortimcliff
permlinkre-solarwarrior-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t150602177z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 15:06:00
last_update2019-03-10 15:06:00
depth2
children0
net_rshares195,701,267,709
last_payout2019-03-17 15:06:00
cashout_time1969-12-31 23:59:59
total_payout_value0.103 SBD
curator_payout_value0.033 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length69
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@pennsif ·
$0.03
This post has been included in the latest edition of  [**SoS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem9march2019-1p3cxhrk7y) - a digest of all the latest news on the Steem blockchain.
πŸ‘  
properties (23)
post_id71,187,620
authorpennsif
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t124352140z
categorydrugwars
json_metadata{"tags":["drugwars"],"links":["https:\/\/steemit.com\/steem\/@pennsif\/sosdailynewsnewsaboutthestateofsteem9march2019-1p3cxhrk7y"],"app":"steemit\/0.1"}
created2019-03-10 12:43:54
last_update2019-03-10 12:43:54
depth1
children0
net_rshares49,821,359,413
last_payout2019-03-17 12:43:54
cashout_time1969-12-31 23:59:59
total_payout_value0.026 SBD
curator_payout_value0.008 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length227
author_reputation1,136,463,666,385,724
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@fabien ·
$0.38
Great work on this guide Tim this is really valuable, I could not do better explanation of the fight system, this is is exactly it!
πŸ‘  ,
properties (23)
post_id71,190,782
authorfabien
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t140258680z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 14:03:00
last_update2019-03-10 14:03:00
depth1
children3
net_rshares537,532,694,251
last_payout2019-03-17 14:03:00
cashout_time1969-12-31 23:59:59
total_payout_value0.286 SBD
curator_payout_value0.095 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length131
author_reputation16,638,382,769,448
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@timcliff ·
Thanks @fabien :)
properties (22)
post_id71,193,717
authortimcliff
permlinkre-fabien-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t150754453z
categorydrugwars
json_metadata{"tags":["drugwars"],"users":["fabien"],"app":"steemit\/0.1"}
created2019-03-10 15:07:54
last_update2019-03-10 15:07:54
depth2
children2
net_rshares0
last_payout2019-03-17 15:07:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length17
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@fabien · (edited)
$0.17
Ok we've added your guides in help section :) https://drugwars.io/help
πŸ‘  
properties (23)
post_id71,227,306
authorfabien
permlinkre-timcliff-re-fabien-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190311t074905871z
categorydrugwars
json_metadata{"tags":["drugwars"],"links":["https:\/\/drugwars.io\/help"],"app":"steemit\/0.1"}
created2019-03-11 07:49:06
last_update2019-03-11 07:49:21
depth3
children1
net_rshares242,115,181,080
last_payout2019-03-18 07:49:06
cashout_time1969-12-31 23:59:59
total_payout_value0.128 SBD
curator_payout_value0.042 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length70
author_reputation16,638,382,769,448
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@julisavio ·
$0.05
1 question

Imagine that i have 5 bouncers on time and 5 knifers.... Oposite time attack my 5 bouncers in 1 round and they died.  At this SAME round, this attack go to knifers or it just will happen in next round?:
πŸ‘  
properties (23)
post_id71,192,037
authorjulisavio
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t143248414z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 14:32:51
last_update2019-03-10 14:32:51
depth1
children2
net_rshares78,773,297,961
last_payout2019-03-17 14:32:51
cashout_time1969-12-31 23:59:59
total_payout_value0.041 SBD
curator_payout_value0.013 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length214
author_reputation81,700,031,169,771
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@timcliff ·
I suggest trying out the simulator to see it in action, although the answer to your question is that if they only had one group (for example all ninjas) their attack will **not** carry over to your knifers in the current round. It will need to wait until the next round.
properties (22)
post_id71,193,837
authortimcliff
permlinkre-julisavio-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t151053140z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 15:10:51
last_update2019-03-10 15:10:51
depth2
children1
net_rshares0
last_payout2019-03-17 15:10:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length270
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@julisavio ·
thank you a lot, man!
πŸ‘  
properties (23)
post_id71,193,949
authorjulisavio
permlinkre-timcliff-re-julisavio-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190310t151329206z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-10 15:13:30
last_update2019-03-10 15:13:30
depth3
children0
net_rshares9,407,070,295
last_payout2019-03-17 15:13:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length21
author_reputation81,700,031,169,771
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@steem-ua ·
#### Hi @timcliff!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your **UA** account score is currently 8.420 which ranks you at **#6** across all Steem accounts.
Your rank has not changed in the last three days.

In our last Algorithmic Curation Round, consisting of 218 contributions, your post is ranked at **#1**. Congratulations! 
##### Evaluation of your UA score:

* Your follower network is great!
* The readers appreciate your great work!
* Great user engagement! You rock!


**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
post_id71,212,372
authorsteem-ua
permlinkre-drug-wars-on-steem-intermediate-game-guide-battles-20190311t001029z
categorydrugwars
json_metadata{"app":"beem\/0.20.18"}
created2019-03-11 00:10:30
last_update2019-03-11 00:10:30
depth1
children0
net_rshares0
last_payout2019-03-18 00:10:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length623
author_reputation23,203,609,903,979
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@detlev ·
$0.06
Thanks @timcliff what a great and useful post.
I explained an example at another [post](https://steemit.com/drugwars/@detlev/f5-wars-and-your-lesson-to-use-a-fight-simulator) and renamed the Game a bit - Just for fun!.

https://steemitimages.com/640x0/https://cdn.steemitimages.com/DQmZp2fcBRVe7TivevgJhxoSEwUdnYK8PEDwSMRAGt1Ks1M/F5Wars.png
πŸ‘  
properties (23)
post_id71,256,502
authordetlev
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190311t192510143z
categorydrugwars
json_metadata{"tags":["drugwars"],"users":["timcliff"],"image":["https:\/\/steemitimages.com\/640x0\/https:\/\/cdn.steemitimages.com\/DQmZp2fcBRVe7TivevgJhxoSEwUdnYK8PEDwSMRAGt1Ks1M\/F5Wars.png"],"links":["https:\/\/steemit.com\/drugwars\/@detlev\/f5-wars-and-your-lesson-to-use-a-fight-simulator"],"app":"steemit\/0.1"}
created2019-03-11 19:25:09
last_update2019-03-11 19:25:09
depth1
children0
net_rshares85,573,796,456
last_payout2019-03-18 19:25:09
cashout_time1969-12-31 23:59:59
total_payout_value0.044 SBD
curator_payout_value0.014 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length340
author_reputation241,113,885,807,160
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@cryptomelken ·
$0.04
Thanks for the Nice info. It’s help me to make a beginning of this game
πŸ‘  
properties (23)
post_id71,258,007
authorcryptomelken
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190311t195744841z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-11 19:57:45
last_update2019-03-11 19:57:45
depth1
children0
net_rshares64,086,137,647
last_payout2019-03-18 19:57:45
cashout_time1969-12-31 23:59:59
total_payout_value0.032 SBD
curator_payout_value0.010 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length71
author_reputation22,102,654,979
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@deanlogic ·
!bookkeeping drugwars
properties (22)
post_id71,304,120
authordeanlogic
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190312t130943470z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-12 13:09:42
last_update2019-03-12 13:09:42
depth1
children1
net_rshares0
last_payout2019-03-19 13:09:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length21
author_reputation10,206,783,171,138
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@bookkeeping ·
Hi @deanlogic!
## drugwars
#### Received:
* 6.025 STEEM from daily
* 1.441 STEEM from heist
* 0.000 STEEM from referral
#### Spent:
* 11.955 STEEM
#### Total:
* -4.489 STEEM

First transfer was before 26.63 days.
Your ROI per day is 2.35 % and you are earning approx. 0.28 STEEM per day.
Break even in approx. 16.0 days.
#### ROI when taking only the last 5 days into account
Your ROI per day is 2.84 % and you are earning approx. 0.34 STEEM per day.
Break even in approx. 13.2 days.
properties (22)
post_id71,304,188
authorbookkeeping
permlinkre-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190312t130943470z-20190312t131050z
categorydrugwars
json_metadata{"app":"bookkeeping\/0.1.0"}
created2019-03-12 13:10:51
last_update2019-03-12 13:10:51
depth2
children0
net_rshares0
last_payout2019-03-19 13:10:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length484
author_reputation1,609,409,893,262
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@tammyp ·
Thanks @timcliff ! I am going to go and check it out now!
πŸ‘  
properties (23)
post_id71,357,744
authortammyp
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190313t043146136z
categorydrugwars
json_metadata{"tags":["drugwars"],"users":["timcliff"],"app":"steemit\/0.1"}
created2019-03-13 04:31:48
last_update2019-03-13 04:31:48
depth1
children0
net_rshares10,040,813,183
last_payout2019-03-20 04:31:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length57
author_reputation898,117,860,960
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@birchmark ·
$0.17
This is very interesting and useful information.  I would prefer it though if the risk was slightly higher (not your issue - the game's issue) by having a certain amount of chance. In my experience playing games, whether board, video or rpg, the games that combine luck and strategy tend to be more fun than those that rely on only one of the two.  
I'd rank them best to worst as:
Uses luck and strategy
Uses strategy only 
Uses luck only  

I think there should be an amount of chance determined by maths behind the scenes in that the damage and defense numbers might be within a certain range for a certain strength and the chance determines what amount in that range occurs.  

Before discovering that chance doesn't appear to play a role,  I have deliberately gotten into fights with people with a similar or exactly the same army as me to see what happens.  Ofc we got a draw.  Discovering the lack of risk and reward in doing this made this a lot duller and I lost interest in the battles a lot quicker.  I also have fought people I knew I would win because that is a strategy that works, but playing with a slight risk is also fun and it's disappointing that the game mechanics are too predicatable for that unfortunately.
πŸ‘  
properties (23)
post_id71,363,046
authorbirchmark
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190313t062003770z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-13 06:20:06
last_update2019-03-13 06:20:06
depth1
children0
net_rshares242,107,329,971
last_payout2019-03-20 06:20:06
cashout_time1969-12-31 23:59:59
total_payout_value0.124 SBD
curator_payout_value0.041 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,230
author_reputation7,644,222,742,525
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@steemitboard ·
Congratulations @timcliff! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@timcliff/dw-early.png</td><td>DrugWars Early Access<br>Thank you for taking part in the early access of Drugwars.</td></tr></table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@timcliff) and compare to others on the [Steem Ranking](http://steemitboard.com/ranking/index.php?name=timcliff)_</sub>


**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/drugwars/@steemitboard/drugwars-early-adopter"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmYGN7R653u4hDFyq1hM7iuhr2bdAP1v2ApACDNtecJAZ5/image.png"></a></td><td><a href="https://steemit.com/drugwars/@steemitboard/drugwars-early-adopter">Are you a DrugWars early adopter? Benvenuto in famiglia!</a></td></tr></table>

###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
post_id71,371,062
authorsteemitboard
permlinksteemitboard-notify-timcliff-20190313t084633000z
categorydrugwars
json_metadata{"image":["https:\/\/steemitboard.com\/img\/notify.png"]}
created2019-03-13 08:46:33
last_update2019-03-13 08:46:33
depth1
children0
net_rshares0
last_payout2019-03-20 08:46:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,081
author_reputation38,705,954,145,809
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemingmark ·
$0.28
Does anyone know if there is a search for players? Thanks again Mark

Posted using [Partiko Android](https://partiko.app/referral/steemingmark)
πŸ‘  ,
properties (23)
post_id71,411,679
authorsteemingmark
permlinksteemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190313t195642024z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-03-13 19:56:45
last_update2019-03-13 19:56:45
depth1
children17
net_rshares406,860,889,893
last_payout2019-03-20 19:56:45
cashout_time1969-12-31 23:59:59
total_payout_value0.208 SBD
curator_payout_value0.069 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length143
author_reputation2,531,240,049,595
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@timcliff ·
I use steemworld.org. There is a transaction search near the bottom, where you can search for any players that received a transaction from @drugwars.
properties (22)
post_id71,430,375
authortimcliff
permlinkre-steemingmark-steemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190314t020855105z
categorydrugwars
json_metadata{"tags":["drugwars"],"users":["drugwars"],"app":"steemit\/0.1"}
created2019-03-14 02:08:42
last_update2019-03-14 02:08:42
depth2
children16
net_rshares0
last_payout2019-03-21 02:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length149
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemingmark ·
Great can you see there army?

Posted using [Partiko Android](https://partiko.app/referral/steemingmark)
πŸ‘  
properties (23)
post_id71,440,852
authorsteemingmark
permlinksteemingmark-re-timcliff-re-steemingmark-steemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190314t065841335z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-03-14 06:58:42
last_update2019-03-14 06:58:42
depth3
children15
net_rshares9,823,976,048
last_payout2019-03-21 06:58:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length104
author_reputation2,531,240,049,595
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@steemingmark ·
Hey do you know of a target search engine please for @drugwars? Thanks again Mark

Posted using [Partiko Android](https://partiko.app/referral/steemingmark)
properties (22)
post_id71,416,916
authorsteemingmark
permlinksteemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190313t213217298z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-03-13 21:32:21
last_update2019-03-13 21:32:21
depth1
children1
net_rshares0
last_payout2019-03-20 21:32:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length156
author_reputation2,531,240,049,595
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@timcliff ·
Replied to your other instance of the question
properties (22)
post_id71,430,403
authortimcliff
permlinkre-steemingmark-steemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190314t020933918z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-14 02:09:21
last_update2019-03-14 02:09:21
depth2
children0
net_rshares0
last_payout2019-03-21 02:09:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length46
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@poliwalt10 ·
$0.04
Hello!
Thank you for this beautiful guide! I started a week ago and I focused on upgrading my resources production and silos. I just have a few troops.
I'm taking it easy, let's see how this will evolve. :)
πŸ‘  
properties (23)
post_id71,453,821
authorpoliwalt10
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190314t125359575z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-14 12:53:57
last_update2019-03-14 12:53:57
depth1
children0
net_rshares59,185,762,926
last_payout2019-03-21 12:53:57
cashout_time1969-12-31 23:59:59
total_payout_value0.030 SBD
curator_payout_value0.010 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length206
author_reputation2,486,311,596,331
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@rollie1212 ·
$0.04
Amazing work! Thanks for the explanations!
πŸ‘  
properties (23)
post_id71,546,207
authorrollie1212
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190316t074238586z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-16 07:42:39
last_update2019-03-16 07:42:39
depth1
children0
net_rshares58,801,477,271
last_payout2019-03-23 07:42:39
cashout_time1969-12-31 23:59:59
total_payout_value0.029 SBD
curator_payout_value0.009 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length42
author_reputation31,866,424,217,867
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@christiandulcey3 ·
$0.03
Excelente post, Gracias a tΓ­ ya se como es la movida... Una preguntica, ΒΏMientras mΓ‘s invierta en el Heist, Mas ganancias obtendre? O puedo meterle toda la droga al Heist diarioΒΏ? O me recomiendas guardarla y utilizarla en mejorar y en batallasΒΏ?

Posted using [Partiko Android](https://partiko.app/referral/christiandulcey3)
πŸ‘  
properties (23)
post_id71,571,709
authorchristiandulcey3
permlinkchristiandulcey3-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190316t211159228z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-03-16 21:12:39
last_update2019-03-16 21:12:39
depth1
children1
net_rshares44,510,072,194
last_payout2019-03-23 21:12:39
cashout_time1969-12-31 23:59:59
total_payout_value0.022 SBD
curator_payout_value0.007 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length325
author_reputation264,376,118,574
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@timcliff ·
Cuanto mΓ‘s inviertas en el atraco, mΓ‘s STEEM ganarΓ‘s. Sin embargo, hay una compensaciΓ³n, porque entonces no tendrΓ‘ tanto para mejorar sus edificios. Depende de usted cΓ³mo quiere jugar el juego.
πŸ‘  
properties (23)
post_id71,575,436
authortimcliff
permlinkre-christiandulcey3-christiandulcey3-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190316t231605831z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-16 23:15:51
last_update2019-03-16 23:15:51
depth2
children0
net_rshares389,765,520
last_payout2019-03-23 23:15:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length193
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@ricky74 · (edited)
$0.04
Hi, do you have any idea if targets resources and troops will be online again?
πŸ‘  
properties (23)
post_id71,615,873
authorricky74
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190317t180434127z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-17 18:04:36
last_update2019-03-17 18:20:24
depth1
children1
net_rshares60,929,031,304
last_payout2019-03-24 18:04:36
cashout_time1969-12-31 23:59:59
total_payout_value0.030 SBD
curator_payout_value0.010 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length78
author_reputation68,478,707,640
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@timcliff ·
There is a recent post by @drugwars that explains the changes.
πŸ‘  
properties (23)
post_id71,620,025
authortimcliff
permlinkre-ricky74-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190317t200456952z
categorydrugwars
json_metadata{"tags":["drugwars"],"users":["drugwars"],"app":"steemit\/0.1"}
created2019-03-17 20:04:57
last_update2019-03-17 20:04:57
depth2
children0
net_rshares4,103,680,785
last_payout2019-03-24 20:04:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length62
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@theskmeister ·
$0.08
Great guide, very useful!

Posted using [Partiko iOS](https://partiko.app/referral/theskmeister)
πŸ‘  ,
properties (23)
post_id71,740,873
authortheskmeister
permlinktheskmeister-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190320t080044410z
categorydrugwars
json_metadata{"app":"partiko","client":"ios"}
created2019-03-20 08:00:48
last_update2019-03-20 08:00:48
depth1
children0
net_rshares125,457,860,320
last_payout2019-03-27 08:00:48
cashout_time1969-12-31 23:59:59
total_payout_value0.064 SBD
curator_payout_value0.020 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length96
author_reputation4,922,913,696,391
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@healthiswealth ·
$0.23
Hi Tim,
Where do I find my Units I paid for?
Looks like I only have one? but paid for many?
Also paid for many additions but NO explenation where to view and verify? Look in my wallet, I have paid Over and over and over...? what the?
πŸ‘  , , ,
properties (23)
post_id71,856,442
authorhealthiswealth
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190322t145239206z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-03-22 14:52:42
last_update2019-03-22 14:52:42
depth1
children1
net_rshares351,145,484,656
last_payout2019-03-29 14:52:42
cashout_time1969-12-31 23:59:59
total_payout_value0.172 SBD
curator_payout_value0.056 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length233
author_reputation49,229,136,963,919
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (4)
@timcliff ·
Can you head to the Discord channel and ask for help in #helpdesk? It is possible that the transactions didn’t go through and your resources were not spent.
properties (22)
post_id71,862,576
authortimcliff
permlinkre-healthiswealth-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190322t171124535z
categorydrugwars
json_metadata{"tags":["drugwars","helpdesk"],"app":"steemit\/0.1"}
created2019-03-22 17:11:24
last_update2019-03-22 17:11:24
depth2
children0
net_rshares0
last_payout2019-03-29 17:11:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length156
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemingmark ·
$0.20
Can I give resources to my friends??

Posted using [Partiko Android](https://partiko.app/referral/steemingmark)
πŸ‘  ,
properties (23)
post_id72,629,957
authorsteemingmark
permlinksteemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190406t142922703z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-04-06 14:29:24
last_update2019-04-06 14:29:24
depth1
children2
net_rshares310,292,987,097
last_payout2019-04-13 14:29:24
cashout_time1969-12-31 23:59:59
total_payout_value0.148 SBD
curator_payout_value0.048 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length111
author_reputation2,531,240,049,595
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@timcliff ·
No, although you can technically purchase FUTURE (or STEEM) tokens and send them those. Drugs, Weapons, and Alcohol are not transferable.
properties (22)
post_id72,704,306
authortimcliff
permlinkre-steemingmark-steemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190408t001232877z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-04-08 00:12:15
last_update2019-04-08 00:12:15
depth2
children1
net_rshares0
last_payout2019-04-15 00:12:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length137
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemingmark ·
O cool thanks I will have to look into that.

Posted using [Partiko Android](https://partiko.app/referral/steemingmark)
πŸ‘  
properties (23)
post_id72,714,352
authorsteemingmark
permlinksteemingmark-re-timcliff-re-steemingmark-steemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190408t063607335z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-04-08 06:36:06
last_update2019-04-08 06:36:06
depth3
children0
net_rshares8,108,603,641
last_payout2019-04-15 06:36:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length119
author_reputation2,531,240,049,595
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@steemingmark ·
$0.06
Why is my training facility not upgrading?

Posted using [Partiko Android](https://partiko.app/referral/steemingmark)
πŸ‘  ,
properties (23)
post_id72,629,982
authorsteemingmark
permlinksteemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190406t142944530z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-04-06 14:30:09
last_update2019-04-06 14:30:09
depth1
children2
net_rshares90,654,495,066
last_payout2019-04-13 14:30:09
cashout_time1969-12-31 23:59:59
total_payout_value0.042 SBD
curator_payout_value0.013 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length117
author_reputation2,531,240,049,595
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@timcliff ·
Not sure. Ask for help in their Discord channel #helpdesk.
properties (22)
post_id72,704,325
authortimcliff
permlinkre-steemingmark-steemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190408t001300439z
categorydrugwars
json_metadata{"tags":["drugwars","helpdesk"],"app":"steemit\/0.1"}
created2019-04-08 00:12:42
last_update2019-04-08 00:12:42
depth2
children1
net_rshares0
last_payout2019-04-15 00:12:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length58
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemingmark ·
Great thanks a lot I will

Posted using [Partiko Android](https://partiko.app/referral/steemingmark)
πŸ‘  
properties (23)
post_id72,714,359
authorsteemingmark
permlinksteemingmark-re-timcliff-re-steemingmark-steemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190408t063622716z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-04-08 06:36:24
last_update2019-04-08 06:36:24
depth3
children0
net_rshares8,107,048,485
last_payout2019-04-15 06:36:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length100
author_reputation2,531,240,049,595
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@blockchainstudio ·
$0.05
Hi @timcliff, you may find this interesting: https://steemit.com/utopian-io/@blockchainstudio/drugswars-revenue-and-transaction-analysis
πŸ‘  
properties (23)
post_id72,928,768
authorblockchainstudio
permlinkre-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190411t201516345z
categorydrugwars
json_metadata{"tags":["drugwars"],"users":["timcliff"],"links":["https:\/\/steemit.com\/utopian-io\/@blockchainstudio\/drugswars-revenue-and-transaction-analysis"],"app":"steemit\/0.1"}
created2019-04-11 20:15:15
last_update2019-04-11 20:15:15
depth1
children0
net_rshares84,774,341,366
last_payout2019-04-18 20:15:15
cashout_time1969-12-31 23:59:59
total_payout_value0.038 SBD
curator_payout_value0.012 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length136
author_reputation187,643,417,195,608
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@steemingmark ·
$0.28
Hey mate any tips for what to have in your army when starting up?

Posted using [Partiko Android](https://partiko.app/referral/steemingmark)
πŸ‘  , ,
properties (23)
post_id72,932,880
authorsteemingmark
permlinksteemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190411t215601522z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-04-11 21:56:03
last_update2019-04-11 21:56:03
depth1
children2
net_rshares465,953,070,609
last_payout2019-04-18 21:56:03
cashout_time1969-12-31 23:59:59
total_payout_value0.212 SBD
curator_payout_value0.070 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length140
author_reputation2,531,240,049,595
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (3)
@timcliff ·
Try to keep your available resources below your 'safe' amount so that you are not a target. Having a mix is good. Rowdys are a cheap way to hold off a lot of damage from more expensive units. Bouncers also help hold off damage, and they do more damage back. Big Mama's are good for defense. Bazooka guy's are good for doing lots of damage. Mercenaries are good to add once you have enough of the smaller ones, as they are a good final line of defense.
properties (22)
post_id72,940,615
authortimcliff
permlinkre-steemingmark-steemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190412t010105241z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-04-12 01:00:45
last_update2019-04-12 01:00:45
depth2
children1
net_rshares0
last_payout2019-04-19 01:00:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length451
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemingmark ·
$0.04
Awesome thanks a lot

Posted using [Partiko Android](https://partiko.app/referral/steemingmark)
πŸ‘  ,
properties (23)
post_id72,953,154
authorsteemingmark
permlinksteemingmark-re-timcliff-re-steemingmark-steemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190412t055910250z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-04-12 05:59:09
last_update2019-04-12 05:59:09
depth3
children0
net_rshares63,993,382,130
last_payout2019-04-19 05:59:09
cashout_time1969-12-31 23:59:59
total_payout_value0.028 SBD
curator_payout_value0.009 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length95
author_reputation2,531,240,049,595
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@steemingmark ·
$0.03
How do I get steem pay out on drugwars. I don't want future coin? Thanks again

Posted using [Partiko Android](https://partiko.app/referral/steemingmark)
πŸ‘  , ,
properties (23)
post_id73,451,765
authorsteemingmark
permlinksteemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190420t225330200z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-04-20 22:53:30
last_update2019-04-20 22:53:30
depth1
children4
net_rshares68,471,616,313
last_payout2019-04-27 22:53:30
cashout_time1969-12-31 23:59:59
total_payout_value0.026 SBD
curator_payout_value0.008 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length153
author_reputation2,531,240,049,595
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (3)
@timcliff ·
I don’t know. You will have to ask the drugwars team.
properties (22)
post_id73,459,188
authortimcliff
permlinkre-steemingmark-steemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190421t022729841z
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-04-21 02:27:30
last_update2019-04-21 02:27:30
depth2
children3
net_rshares0
last_payout2019-04-28 02:27:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length53
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemingmark ·
$0.03
Thanks a lot

Posted using [Partiko Android](https://partiko.app/referral/steemingmark)
πŸ‘  
properties (23)
post_id73,471,186
authorsteemingmark
permlinksteemingmark-re-timcliff-re-steemingmark-steemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190421t081910101z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-04-21 08:19:09
last_update2019-04-21 08:19:09
depth3
children0
net_rshares65,505,286,430
last_payout2019-04-28 08:19:09
cashout_time1969-12-31 23:59:59
total_payout_value0.024 SBD
curator_payout_value0.008 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length87
author_reputation2,531,240,049,595
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@steemingmark ·
Please can you resteem and comment my post. https://partiko.app/steemingmark/my-steem-vision-oiykgis7?referrer=steemingmark

Posted using [Partiko Android](https://partiko.app/referral/steemingmark)
πŸ‘Ž  
properties (23)
post_id74,133,437
authorsteemingmark
permlinksteemingmark-re-timcliff-re-steemingmark-steemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190503t192418300z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-05-03 19:24:21
last_update2019-05-03 19:24:21
depth3
children1
net_rshares-247,309,946,588
last_payout2019-05-10 19:24:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length198
author_reputation2,531,240,049,595
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@bukzwildaf ·
$0.03
"A good way to find additional opponents that are not listed there is to use the "Transfer Search" on [https://steemworld.org/](https://steemworld.org/) to see who the [@drugwars](https://steemit.com/@drugwars) account is transferring tokens to, or look for the same data on [https://steemdb.com/@drugwars/transfers](https://steemdb.com/@drugwars/transfers)" - timcliff

This part of the post just answered my main question... Thank you so much! Both of your guides are great work!

Posted using [Partiko Android](https://partiko.app/referral/bukzwildaf)
πŸ‘  , ,
properties (23)
post_id74,324,380
authorbukzwildaf
permlinkbukzwildaf-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190507t130555359z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-05-07 13:05:57
last_update2019-05-07 13:05:57
depth1
children0
net_rshares62,342,684,503
last_payout2019-05-14 13:05:57
cashout_time1969-12-31 23:59:59
total_payout_value0.021 SBD
curator_payout_value0.007 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length554
author_reputation1,939,893,008
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (3)
@steemingmark ·
Hi mate sorry you still play drugwars?

Posted using [Partiko Android](https://partiko.app/referral/steemingmark)
πŸ‘  
properties (23)
post_id75,993,682
authorsteemingmark
permlinksteemingmark-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20190607t065607144z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-06-07 06:56:06
last_update2019-06-07 06:56:06
depth1
children4
net_rshares31,964,768,753
last_payout2019-06-14 06:56:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length113
author_reputation2,531,240,049,595
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@timcliff ·
not really
properties (22)
post_id76,039,150
authortimcliff
permlinkpsrjj2
categorydrugwars
json_metadata{"tags":["drugwars"],"app":"steemit\/0.1"}
created2019-06-08 04:37:21
last_update2019-06-08 04:37:21
depth2
children3
net_rshares0
last_payout2019-06-15 04:37:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length10
author_reputation262,354,724,187,317
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemingmark ·
Have you used the transfer mode?

Posted using [Partiko Android](https://partiko.app/referral/steemingmark)
πŸ‘  ,
properties (23)
post_id76,045,283
authorsteemingmark
permlinksteemingmark-re-timcliff-psrjj2-20190608t074318953z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-06-08 07:43:18
last_update2019-06-08 07:43:18
depth3
children2
net_rshares11,229,495,551
last_payout2019-06-15 07:43:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length107
author_reputation2,531,240,049,595
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@assokenay ·
@demogorgone

Posted using [Partiko Android](https://partiko.app/referral/assokenay)
πŸ‘  
properties (23)
post_id80,831,116
authorassokenay
permlinkassokenay-re-timcliff-drug-wars-on-steem-intermediate-game-guide-battles-20191013t000431804z
categorydrugwars
json_metadata{"app":"partiko","client":"android"}
created2019-10-13 00:04:33
last_update2019-10-13 00:04:33
depth1
children0
net_rshares544,365,619
last_payout2019-10-20 00:04:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length84
author_reputation368,694,506,451
root_title"Drug Wars on Steem - Intermediate Game Guide: Battles"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)