My medic box is a sandbag


I followed your in [Info] Zombies Mode Modding - #2 by Devenddar

entity{
  _template:t="tutorial_placed_medic_box_item+placeable_item_in_world+base_ri_building+paid_medkit_box_use+undestroyable_ri_extra"
  transform:m=[[-0.994944, 0.0160679, -0.0991407] [0.0168321, 0.999835, -0.00687639] [0.0990138, -0.00851036, -0.99505] [-19.0421, 57.2031, -1412.75]]
  ri_extra__name:t="dummy_wooden_box_a"
  team:i=1
  medic_box__isOpen:b=yes
  useful_box__maxUseCount:i=99999
  builder_info__team:i=1
  placeable_item__ownerTeam:i=1
  paid_box__ressuplyCost:i=50
  useful_box__uiPrice:i=50
}

use this code.

3 Likes

You need open properties panel and edit all these stats. Looks like that you didn’t touch ri_extra__name. By default it’s sandbag.

1 Like

Nice, I’ll try that soon

Hi, how to create one that works for both teams? It seem team or ownerteam doesnt work no matter what value.

You can’t.